Hello,
What would be a good way to connect to a whole bunch of machines behind NAT?
Till now, I made a special port-forwarding in the firewall for every machine, but this is a lot of work. I would prefer to connect to some kind of gateway-machine what gives me access to the local network.
With tightVNC I could use the "-via" command: vncviewer -via root@acrobaat.xs4all.nl ooievaartje
Some idears how I could do something like this with X2go?
With regards, Paul van der Vlis.
Hi Paul,
On Mi 13 Okt 2010 17:43:29 CEST Paul van der Vlis wrote:
Hello,
What would be a good way to connect to a whole bunch of machines behind NAT?
Till now, I made a special port-forwarding in the firewall for every machine, but this is a lot of work. I would prefer to connect to some kind of gateway-machine what gives me access to the local network.
With tightVNC I could use the "-via" command: vncviewer -via root@acrobaat.xs4all.nl ooievaartje
Some idears how I could do something like this with X2go?
With regards, Paul van der Vlis.
maybe using a SOCKS proxy via SSH might be a possible solution for you.
Using a SOCKS proxy is rather similar to VPN'ing. However, SOCKS can
tunnel a complete sublan through SSH (not VPN). However, the network
client (X2goClient) must support directing network traffic through a
SOCKS proxy channel. As X2goClient mainly uses SSH for network traffic
this should basically be possible, but it would need implementation in
the client code.
I will also put SOCKS client support on my wishlist for pyhoca-cli as
it might become a very interesting feature.
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
mail: m.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
here is a link on SOCKS via SSH: http://blog.agdunn.net/?p=107
On Mi 13 Okt 2010 17:43:29 CEST Paul van der Vlis wrote:
Hello,
What would be a good way to connect to a whole bunch of machines behind NAT?
Till now, I made a special port-forwarding in the firewall for every machine, but this is a lot of work. I would prefer to connect to some kind of gateway-machine what gives me access to the local network.
With tightVNC I could use the "-via" command: vncviewer -via root@acrobaat.xs4all.nl ooievaartje
Some idears how I could do something like this with X2go?
With regards, Paul van der Vlis.
X2go-user mailing list X2go-user@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-user
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
mail: m.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...