did it work, I guess it did? The problem with rexec is that the X client
doesn't send the X display settings so gnome/kde/whateva doesn't know where
to display it so you have to do something like this in your rexec command
line:

export DISPLAY=192.168.1.50:0;/etc/X11/xdm/Xsession

this will start your X session on what ever terminal is running on
192.168.1.50 with Xwin.

works but if you have DHCP and the lease runs out then your stuffed and you
have to do what I do and get the users to login via telnet which their
profile runs a script automatically and sets the DISPLAY enviroment so
whatever program they runs that's GUI it sent to their display. works great!
Pheewww!!! Finger full (not mouth full)....

thanks,
George Vieira
Network Administrator
Citadel Computer Systems P/L
http://www.citadelcomputer.com.au



-----Original Message-----
From: Colin Humphreys [mailto:[EMAIL PROTECTED]]
Sent: Friday, 19 May 2000 11:02 AM
To: George Vieira
Subject: Re: [SLUG] Remote xsessions in Redhat


thanks heaps.... I knew it was a simple fix...

George Vieira wrote:

> I'm using X-win with my network and it works fine.
>
> Go to /etc/X11/xdm/Xaccess and make sure you have
>
> *                               # Any host can connect
> OR
> 192.168.1.                      # Subnet hosts can connect (I'm not sure
the
> syntax if you have to put 192.168.1. or 192.168.1.0 etc..etc..)
>
> *       CHOOSER BROADCAST       #any indirect host can get a chooser
>
> I use the broascast as rexec recquires screwing around with inetd.conf and
> putting DISPLAY enviroment options into the command line argument.. I hate
> that...
>
> Do you have xdm running?
> If you do then only allow your IP subnet to connect like I have to
eliminate
> anybody else connecting to you server..
>
> thanks,
> George Vieira
> Network Administrator
> Citadel Computer Systems P/L
> http://www.citadelcomputer.com.au
>
> -----Original Message-----
> From: Colin Humphreys [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 18 May 2000 5:58 PM
> To: [EMAIL PROTECTED]
> Subject: [SLUG] Remote xsessions in Redhat
>
> Hi,
>
> I am trying to set up remote X logins for some Windows (using X-Win32)
> boxes into Redhat 6.1.
>
> A mandrake box here just required enabling rexec in inetd.conf, but the
> Redhat boxes fail with... Too many retransmissions....
>
> Any ideas?
>
> - Colin
>
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to