<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Dear community,</div><div class=""><br class=""></div><div class="">I try to operate freeswitch 1.8 on Google Cloud with a Goggle external load balancer in front of the freeswitch instance.</div><div class=""><br class=""></div><div class="">Freeswitch listens on the private IP address:</div><div class=""><br class=""></div><div class="">netstat -na | grep :5080<br class="">tcp        0      0 10.210.32.12:5080       0.0.0.0:*               LISTEN     </div><div class=""><br class=""></div><div class="">But I seeking for ways to have freeswitch listen on everything and it should look like this:</div><div class=""><div class="">tcp        0      0 0.0.0.0:5080       0.0.0.0:*               LISTEN     </div></div><div class=""><br class=""></div><div class="">A similar wish was posted in 2015:</div><div class=""><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2015-October/116478.html" class="">http://lists.freeswitch.org/pipermail/freeswitch-users/2015-October/116478.html</a></div><div class=""><br class=""></div><div class="">The proposed solutions does not work for my, since I only have this 10.210.32.12 interface but the IP packet arrives with the public IP address from the load balancer.</div><div class="">Hard to believe. But as proof of the situation, it is described here:</div><div class=""><a href="https://cloudplatform.googleblog.com/2015/07/Debugging-Health-Checks-in-Load-Balancing-on-Google-Compute-Engine.html" class="">https://cloudplatform.googleblog.com/2015/07/Debugging-Health-Checks-in-Load-Balancing-on-Google-Compute-Engine.html</a></div><div class=""><br class=""></div><div class="">No I try to configure something in freeswitch to listen on 0.0.0.0 instead of the the private IP address.</div><div class="">If this is not working, I may need to try Kamailio (or similar) in front of the freeswitch, that listens on 0.0.0.0</div><div class=""><br class=""></div><div class="">Any advice/guidance?</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Carsten</div></body></html>