<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1464791146649_2763" dir="ltr"><span id="yui_3_16_0_ym19_1_1464791146649_2858">I am not familiar with Google Cloud, but it would be surprising for a service like that to give you your own IP address. With the service I use, Webfaction, you get an IP address and a unique port number. To make the server work it must listen to the right address and port.</span></div><div id="yui_3_16_0_ym19_1_1464791146649_2763" dir="ltr"><span><br></span></div><div id="yui_3_16_0_ym19_1_1464791146649_2763" dir="ltr"><span>m run --host </span><span style="font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;" id="yui_3_16_0_ym19_1_1464791146649_3057">104.155.16.89 --port 55555</span></div><div id="yui_3_16_0_ym19_1_1464791146649_2763" dir="ltr"><span style="font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"><br></span></div><div id="yui_3_16_0_ym19_1_1464791146649_2763" dir="ltr"><span style="font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;">where 55555 is the port assigned to you by google.</span></div> <div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font size="2" face="Arial"> On Wednesday, June 1, 2016 3:47 AM, Paul Boddie <paul@boddie.org.uk> wrote:<br></font></div>  <br><br> <div class="y_msg_container">On Wednesday 1. June 2016 11.05.59 Renato Pontefice wrote:<br clear="none">> Hi Paul,<br clear="none">> yes, your idea seem to be correct.<br clear="none">> I've just ask to google cloud help, how can I add a firewall rule to route<br clear="none">> (but is not a routing) the call fot the external addr (104.155.16.89) to<br clear="none">> 127.0.0.1, so the server can answer.<br clear="none"><br clear="none">I can't help you there because I don't use the Google cloud. But 104.155.16.89 <br clear="none">and 127.0.0.1 are likely to be addresses exposed by different interfaces. You <br clear="none">really need to serve Moin on 104.155.16.89 because it is accessible by the <br clear="none">external interface.<br clear="none"><br clear="none">Maybe you could route traffic between the interfaces, but that isn't how most <br clear="none">people would solve this. Indeed, it's possible that the internal loopback <br clear="none">interface (responsible for 127.0.0.1) isn't even participating in the general <br clear="none">routing rules. (At least that's what I see when I run "/sbin/route -n".)<br clear="none"><br clear="none">> The answer was on my attempt to connect from inside the VM (by lynx) to<br clear="none">> addr 127.0.0.1. This already said that the server work and answer...<br clear="none">> <br clear="none">> Remains the fact that I've not understand how to change the port where the<br clear="none">> server werkzung listen<br clear="none"><br clear="none">Didn't the --host option work?<br clear="none"><br clear="none">Paul<br clear="none"><br clear="none">P.S. I don't even use Moin 2, so I just have the documentation to work with, <br clear="none">and I honestly can't really justify the time to dig into that documentation or <br clear="none">the code any deeper.<div class="yqt1639821574" id="yqtfd81261"><br clear="none"><br clear="none">------------------------------------------------------------------------------<br clear="none">What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic<br clear="none">patterns at an interface-level. Reveals which users, apps, and protocols are <br clear="none">consuming the most bandwidth. Provides multi-vendor support for NetFlow, <br clear="none">J-Flow, sFlow and other flows. Make informed decisions using capacity <br clear="none">planning reports. <a shape="rect" href="https://ad.doubleclick.net/ddm/clk/305295220;132659582;e" target="_blank">https://ad.doubleclick.net/ddm/clk/305295220;132659582;e</a><br clear="none">_______________________________________________<br clear="none">Moin-user mailing list<br clear="none"><a shape="rect" ymailto="mailto:Moin-user@lists.sourceforge.net" href="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</a><br clear="none"><a shape="rect" href="https://lists.sourceforge.net/lists/listinfo/moin-user" target="_blank">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br clear="none"></div><br><br></div>  </div> </div>  </div></div></body></html>