> If you can ssh to the remote machine, the simplest would be to do "ssh -X > 10.1.1.1". In the shell you'll get, you'll automatically have > DISPLAY=10.1.1.1:10 (or something similar), and X clients will > automagically work! Ssh runs an X proxy on that machine to forward all > connections to :10 through the ssh connection. Since all data passes > through the same ssh connection (as far as I know), you will not have any > firewall problems in addition to getting it to allow ssh.
You can't - 10.1.1.1 is not accessible from outside, only through ssh'ing the gateway and then to 10.1.1.1 look: <192.168.1.2> --> <my GW real IP> --> <other side GW real IP> --> <10.1.1.1> So, 192.168.1.2 cannot reach directly 10.1.1.1, which means I do: ssh -X other-side-GW-IP, and from there - ssh -X 10.1.1.1 this still doesn't work, and doing: export DISPLAY=192.168.1.2:0.0 and then running xlogo for example - doesn't give me anything... Suggestions? Hetz ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
