Saturday, December 6, 2008

Ubuntu Connect to AIX V5.3 XServer

How to redirect graphical output of AIX to Ubuntu and run:

1) Go to System ->Administration ->Login Window->Security-> untick "Deny TCP connections to Xserver"
2) Log out and then back in
3) Type these commands in the terminal:
xhost +
telnet host_name
export DISPLAY=Client_IP:0.0
4) Run whatever x-application you need :)

No comments: