PDA

View Full Version : X not listening on tcp6000. no rmt servers


baxterman
2005-03-02, 10:04 AM CST
Hi.
I can't connect remote X-servers to my FC3 box. Shouldn't it be listenening on TCP6000?

# netstat -nta|grep LISTEN
tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:7830 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5335 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
tcp 0 0 :::22 :::* LISTEN

where's 6000?

baxterman
2005-03-07, 06:28 AM CST
Fixed this myself :
By default, Fedora Core 2 and Fedora Core 3 distributions which use the gdm desktop manager do not permit TCP connections to the X server. To enable this feature, you must add (or modify) the following line to your /etc/X11/gdm/gdm.conf file:

DisallowTCP=false