On Thu, Feb 21, 2002, Hetz Ben Hamo wrote about "X Forwarding question": > My question - how can I get the 10.1.1.1 X sessions to my 192.168.1.1 machine?
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. -- Nadav Har'El | Thursday, Feb 21 2002, 9 Adar 5762 [EMAIL PROTECTED] |----------------------------------------- Phone: +972-53-245868, ICQ 13349191 |Ways to Relieve Stress #10: Make up a http://nadav.harel.org.il |language and ask people for directions. ================================================================= 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]
