Re: port number prob?
Roger Haase <[email protected]> Wed, 1 Jun 2016 14:32:48 +0000 (UTC)
| Newsgroups | gmane.comp.web.wiki.moin.general |
|---|---|
| Message-ID | <[email protected]> |
--===============2801191068692226949==
Content-Type: multipart/alternative;
boundary="----=_Part_3157517_776908031.1464791568167"
Content-Length: 7998
------=_Part_3157517_776908031.1464791568167
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
I am not familiar with Google Cloud, but it would be surprising for a servi=
ce like that to give you your own IP address. With the service I use, Webfa=
ction, you get an IP address and a unique port number. To make the server w=
ork it must listen to the right address and port.
m run --host=C2=A0104.155.16.89 --port 55555
where 55555 is the port assigned to you by google.=20
On Wednesday, June 1, 2016 3:47 AM, Paul Boddie <[email protected]> wr=
ote:
=20
On Wednesday 1. June 2016 11.05.59 Renato Pontefice wrote:
> Hi Paul,
> yes, your idea seem to be correct.
> I've just ask to google cloud help, how can I add a firewall rule to rout=
e
> (but is not a routing) the call fot the external addr (104.155.16.89) to
> 127.0.0.1, so the server can answer.
I can't help you there because I don't use the Google cloud. But 104.155.16=
.89=20
and 127.0.0.1 are likely to be addresses exposed by different interfaces. Y=
ou=20
really need to serve Moin on 104.155.16.89 because it is accessible by the=
=20
external interface.
Maybe you could route traffic between the interfaces, but that isn't how mo=
st=20
people would solve this. Indeed, it's possible that the internal loopback=
=20
interface (responsible for 127.0.0.1) isn't even participating in the gener=
al=20
routing rules. (At least that's what I see when I run "/sbin/route -n".)
> The answer was on my attempt to connect from inside the VM (by lynx) to
> addr 127.0.0.1. This already said that the server work and answer...
>=20
> Remains the fact that I've not understand how to change the port where th=
e
> server werkzung listen
Didn't the --host option work?
Paul
P.S. I don't even use Moin 2, so I just have the documentation to work with=
,=20
and I honestly can't really justify the time to dig into that documentation=
or=20
the code any deeper.
---------------------------------------------------------------------------=
---
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffi=
c
patterns at an interface-level. Reveals which users, apps, and protocols ar=
e=20
consuming the most bandwidth. Provides multi-vendor support for NetFlow,=20
J-Flow, sFlow and other flows. Make informed decisions using capacity=20
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user
------=_Part_3157517_776908031.1464791568167
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<html><head></head><body><div style=3D"color:#000; background-color:#fff; f=
ont-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, =
sans-serif;font-size:16px"><div id=3D"yui_3_16_0_ym19_1_1464791146649_2763"=
dir=3D"ltr"><span id=3D"yui_3_16_0_ym19_1_1464791146649_2858">I am not fam=
iliar 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 g=
et 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=3D"yui_3_16_0_ym1=
9_1_1464791146649_2763" dir=3D"ltr"><span><br></span></div><div id=3D"yui_3=
_16_0_ym19_1_1464791146649_2763" dir=3D"ltr"><span>m run --host </span=
><span style=3D"font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial=
, 'Lucida Grande', sans-serif; font-size: 13px;" id=3D"yui_3_16_0_ym19_1_14=
64791146649_3057">104.155.16.89 --port 55555</span></div><div id=3D"yui_3_1=
6_0_ym19_1_1464791146649_2763" dir=3D"ltr"><span style=3D"font-family: 'Hel=
vetica Neue', 'Segoe UI', Helvetica, Arial, 'Lucida Grande', sans-serif; fo=
nt-size: 13px;"><br></span></div><div id=3D"yui_3_16_0_ym19_1_1464791146649=
_2763" dir=3D"ltr"><span style=3D"font-family: 'Helvetica Neue', 'Segoe UI'=
, Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;">where 55=
555 is the port assigned to you by google.</span></div> <div class=3D"qtdSe=
parateBR"><br><br></div><div class=3D"yahoo_quoted" style=3D"display: block=
;"> <div style=3D"font-family: HelveticaNeue, Helvetica Neue, Helvetica, Ar=
ial, Lucida Grande, sans-serif; font-size: 16px;"> <div style=3D"font-famil=
y: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-ser=
if; font-size: 16px;"> <div dir=3D"ltr"><font size=3D"2" face=3D"Arial"> On=
Wednesday, June 1, 2016 3:47 AM, Paul Boddie <[email protected]> wr=
ote:<br></font></div> <br><br> <div class=3D"y_msg_container">On Wednesday=
1. June 2016 11.05.59 Renato Pontefice wrote:<br clear=3D"none">> Hi Pa=
ul,<br clear=3D"none">> yes, your idea seem to be correct.<br clear=3D"n=
one">> I've just ask to google cloud help, how can I add a firewall rule=
to route<br clear=3D"none">> (but is not a routing) the call fot the ex=
ternal addr (104.155.16.89) to<br clear=3D"none">> 127.0.0.1, so the ser=
ver can answer.<br clear=3D"none"><br clear=3D"none">I can't help you there=
because I don't use the Google cloud. But 104.155.16.89 <br clear=3D"none"=
>and 127.0.0.1 are likely to be addresses exposed by different interfaces. =
You <br clear=3D"none">really need to serve Moin on 104.155.16.89 because i=
t is accessible by the <br clear=3D"none">external interface.<br clear=3D"n=
one"><br clear=3D"none">Maybe you could route traffic between the interface=
s, but that isn't how most <br clear=3D"none">people would solve this. Inde=
ed, it's possible that the internal loopback <br clear=3D"none">interface (=
responsible for 127.0.0.1) isn't even participating in the general <br clea=
r=3D"none">routing rules. (At least that's what I see when I run "/sbin/rou=
te -n".)<br clear=3D"none"><br clear=3D"none">> The answer was on my att=
empt to connect from inside the VM (by lynx) to<br clear=3D"none">> addr=
127.0.0.1. This already said that the server work and answer...<br clear=
=3D"none">> <br clear=3D"none">> Remains the fact that I've not under=
stand how to change the port where the<br clear=3D"none">> server werkzu=
ng listen<br clear=3D"none"><br clear=3D"none">Didn't the --host option wor=
k?<br clear=3D"none"><br clear=3D"none">Paul<br clear=3D"none"><br clear=3D=
"none">P.S. I don't even use Moin 2, so I just have the documentation to wo=
rk with, <br clear=3D"none">and I honestly can't really justify the time to=
dig into that documentation or <br clear=3D"none">the code any deeper.<div=
class=3D"yqt1639821574" id=3D"yqtfd81261"><br clear=3D"none"><br clear=3D"=
none">---------------------------------------------------------------------=
---------<br clear=3D"none">What NetFlow Analyzer can do for you? Monitors =
network bandwidth and traffic<br clear=3D"none">patterns at an interface-le=
vel. Reveals which users, apps, and protocols are <br clear=3D"none">consum=
ing the most bandwidth. Provides multi-vendor support for NetFlow, <br clea=
r=3D"none">J-Flow, sFlow and other flows. Make informed decisions using cap=
acity <br clear=3D"none">planning reports. <a shape=3D"rect" href=3D"https:=
//ad.doubleclick.net/ddm/clk/305295220;132659582;e" target=3D"_blank">https=
://ad.doubleclick.net/ddm/clk/305295220;132659582;e</a><br clear=3D"none">_=
______________________________________________<br clear=3D"none">Moin-user =
mailing list<br clear=3D"none"><a shape=3D"rect" ymailto=3D"mailto:Moin-use=
[email protected]" href=3D"mailto:[email protected]">Mo=
[email protected]</a><br clear=3D"none"><a shape=3D"rect" href=
=3D"https://lists.sourceforge.net/lists/listinfo/moin-user" target=3D"_blan=
k">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br clear=3D"n=
one"></div><br><br></div> </div> </div> </div></div></body></html>
------=_Part_3157517_776908031.1464791568167--
--===============2801191068692226949==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
--===============2801191068692226949==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user
--===============2801191068692226949==--