Hi Alex, hi others,
a while ago someone posted to x2go-dev and x2go-user that x2goagent
listens on *:6050 (or higher) while running.
I just tried to add ,,-nolisten tcp'' to the x2goagent startup command
in x2gostartagent and it works (I can't see a difference except the
TCP ports being closed). I also tested with desktop sharing (shadow
sessions).
WITHOUT -nolisten tcp:
(locadm@vidar) {~} $ sudo lsof -i | grep agent
x2goagent 30753 mike 0u IPv6 6685074 0t0 TCP *:6050 (LISTEN)
x2goagent 30753 mike 1u IPv4 6685075 0t0 TCP *:6050 (LISTEN)
x2goagent 30753 mike 9u IPv4 6685176 0t0 TCP
localhost:30001->localhost:37995 (ESTABLISHED)
WITH -nolisten tcp:
(locadm@vidar) {~} $ sudo lsof -i | grep agent
x2goagent 32102 mike 7u IPv4 6691645 0t0 TCP
localhost:30001->localhost:38003 (ESTABLISHED)
Any reason, why we do not add that to x2gostartagent?
Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
17Hi all,
On Sa 12 Mai 2012 01:32:11 CEST Mike Gabriel wrote:
Hi Alex, hi others,
a while ago someone posted to x2go-dev and x2go-user that x2goagent
listens on *:6050 (or higher) while running.I just tried to add ,,-nolisten tcp'' to the x2goagent startup
command in x2gostartagent and it works (I can't see a difference
except the TCP ports being closed). I also tested with desktop
sharing (shadow sessions).WITHOUT -nolisten tcp: (locadm@vidar) {~} $ sudo lsof -i | grep agent x2goagent 30753 mike 0u IPv6 6685074 0t0 TCP *:6050 (LISTEN) x2goagent 30753 mike 1u IPv4 6685075 0t0 TCP *:6050 (LISTEN) x2goagent 30753 mike 9u IPv4 6685176 0t0 TCP
localhost:30001->localhost:37995 (ESTABLISHED)WITH -nolisten tcp: (locadm@vidar) {~} $ sudo lsof -i | grep agent x2goagent 32102 mike 7u IPv4 6691645 0t0 TCP
localhost:30001->localhost:38003 (ESTABLISHED)Any reason, why we do not add that to x2gostartagent?
for the record: -nolisten tcp is now one of the options x2goagent gets
launched with:
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=147d22c44167b9b2...
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...