[100991] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: Exporting x-server apps

daemon@ATHENA.MIT.EDU (Kyle Hargraves)
Tue Nov 24 04:43:20 1998

Date: Tue, 24 Nov 1998 17:45:16 +0800 (WST)
From: Kyle Hargraves <kyle@nelson.hedland.edu.au>
To: rwcanary@mail.lig.bellsouth.net
cc: redhat-list@redhat.com
In-Reply-To: <365A67DA.28019635@ohiocounty.net>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com



On Tue, 24 Nov 1998, Robert Canary wrote:

> > > I am still trying to get my linux box to export my x-apps to my x-server
> > > here at work.
> > >
> > > I start a terminal...connect to my linux box....
> > > [rwcanary@office rwcanary]$DISPLAY=workIP:0.0
> > > [rwcanary@office rwcanary]$export DISPLAY
> > > [rwcanary@office rwcanary]$xv
> > > [rwcanary@office rwcanary]$ xv
> > > _X11TransSocketINETConnect: Can't connect: errno = 113
> > > xv: Can't open display
> > >
> > > Does anyone have idea as what to do next?
> > >
> >         The remote machine is trying to display on the local
> >         machine but the local machine is not giving the remote
> >         machine permission to display
> 
> Yes I think it is a firewall problem. Dun no.
> 
> > 
> >         On system running RH < 5.0  add the line in .Xclients
> > 
> > xhost + name_of_remote_machine@domain
> > 
> >         On RH >=5.0  create a file called .Xclients and add the line
> > 
> > xhost + name_of_remote_machine@domain
> > 
> 
> Is this for a Linux to Linux machine?

	well unix to unix or more specifically X to X

> Is the "name_of_remote_machine" my WindowsNT machine here at work (yes
> assume)?
> 
	it is the name of the machine upon which you are attempting
	to run the application.  Your local machine is the machine you
	wish to have the display directed to.  In your example
	
		$DISPLAY=workIP:0.0

	sets the remote machine to display at WorkIP which is 
	the local machine (in this discussion)

	The local machine requires an .Xclients file which lists
	the names (fqdn) of machines permitted to effect X sessions on
	the local machine

xhosts + 	would allow X sessions from anywhere (from any machine).

	Then you'll have to stop and restart the X server (on your
	local machine)

cheers, Kyle.



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post