How to X client on Unix server

See Open a frame - GUI testing, How to VNCServer

Windows client

Suppose 10.31.194.84 is the client IP.

On Solaris server run

>export DISPLAY=10.31.194.84:0.0

 

Start an X client on the client, for example Reflection X of WRQ Reflection

Be sure to disable the relative firewall on the client

Launch any X application on Solaris server for example

>/usr/openwin/bin/xclock

or, for Oracle users:

>/app/oracle/product/oui/install/runInstaller &

 

Unix client
Suppose 192.168.0.1 is the server address
Suppose 192.168.0.2 is the client address
192.168.0.2>xhost +
Perform you telnet connection:
192.168.0.2>telnet 192.168.0.1
192.168.0.1>export DISPLAY=192.168.0.2:0.0