This is a terminal setup for Fedora Core1
1) In /etc/init.d/xfs change
From
daemon xfs -droppriv -daemon
To
daemon xfs -droppriv -daemon -port 7100
2) Enable firewall for UDP Port 177 to Accept Traffic
3) In /etc/X11/fs/config comment out this
#no-listen=tcp
4) In /etc/x11/xdm/xdm-con fig comment out
! DisplayManager requestPort: 0
5) If using gdm in /etc/X11/xdm Xaccess Change
From
# * # any host can get a login window
To
* # any host can get a login window
6) In /etc/X11/gdm/gdm.con f
[xdmcp]
Enable=true
Port=177
7) In /etc/X11/xdm/Xsetup_ 0 should be chmod 755
8) Edit XF86Config in /etc/X11
From FontPath "unix/:-1"
To FontPath "unix/:7100"
9) Now Reboot the server and in the command prompt type
xdm -nodaemon
10) Now you will get into X window Manager in Server
11) To get X Window manager on the client type below command at shell prompt. That is it. Finished.
X -broadcast
12) To connect from Windows machine install Cygwin. Then at command prompt of it type X server IP
X -query 192.168.0.1
13) To automatically login the client to xdm server use command below in inittab and at level 5
/usr/X11R6/bin/X -depth 16 -query 192.168.0.1
Labels
- news (101)
- Linux (72)
- tips (36)
- ubuntu (32)
- hardware (24)
- videos (24)
- howtos (21)
- kde (20)
- open source (20)
- solaris (18)
- solaris interview questions (18)
- external links (10)
- fedora (10)
- windows (10)
- debian (8)
- kernel (8)
- solaris interview questions and answers (8)
- MCSE Videos (6)
- commands (6)
- sun (6)
- linus torvalds (5)
- Sun Solaris 10 CBT (4)
- network administration (4)
- web design (4)
- solaris-express (3)
- backup (2)
- virtualization (1)
Terminal Server Setup
Labels: Linux