On Tue, Oct 22, 2002 at 02:28:12PM -0700, ken dreger wrote:

> I want to export the x-window display back to the system that is the
> "Base System" for Hercules.... my base system 192.168.1.4
> the SLES7(GUEST) ip is 192.168.1.10 and is running GREAT, but I want to
> try X-Windows stuff for grins... I have runlevel 5 enabled on the
> SLES&-GUEST.
> anybody have an Idea how to do this ?
> I have tried xterm display:192.168.1.10:0.0   but it says it can't open
> display on 192.168.1.4

You have to give the client IP address permission to connect to your X
server.

Try:

On system where the X server runs:

xhost +ipaddress-of-system-where-client-runs

On system where you run xterm:

xterm -display=192.168.1.4:0.0 &

Reply via email to