Hello,
I'm wondering if someone could help me with an issue i'm having.
I can log in to an remote host via ssh. I want to run an program on this host that requires an xserver to run. I would this program to use the xserver that's running on my localhost.
So I did the following: I set the 'DISPLAY' enviroment variable on the remote host to the ipadress of the localhost;
Code:
export DISPLAY=aa.bb.cc.dd:0.0
. After that I ran 'xhost' on my local machine:
Code:
xhost + ww.xx.yy.zz
where 'ww.xx.yy.zz' is the IP adress of the remote host.
But after this, I still can't display stuff on my local machine because the firewall is blocking the connection. I tried turing the firewall of, and after that I can display the program on my local machine. But needless to say that is not exactly an elegant and desirable solution.
So how do I set things up so that I can get an connection through the firewall? I read something about the 'xfwp' program on the net, but after reading the man page of this program, it's apperent that I really need help from someone to set things up.
Peace dudes.....
Your eternal
