Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up XClient/XServer entities?

Status
Not open for further replies.

fuqqer69

MIS
Sep 14, 2001
15
0
0
US
I am trying to figure out how to setup a two Linux computers. One will run X on its monitor and the other will actually be doing the processing.

I have read about the LTSP, but I would rather try out the traditional Xclient/server model. I am having trouble finding out how to make this happen. Can anybody give me directions? Both computers would be running RH 7.1/2.

Any help would be appreciated.

Thanks
 
Hi,

For basic remote X apps its quite easy. From the 'server' you would allow the remote client by doing :

xhost +172.16.16.2 (or +hostname)

Then you could telnet into that (server) host from another machine and do :

export DISPLAY=anotherbox:0.0
xterm &

That xterm would display on the local machine. There are lots of other ways - see --> .


If you want a full blown remote X session you need the server to be running the xdcmp protocol, i.e. it must have xdm, gdm or kdm active. See --> .

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top