On Thu, 13 May 2004, Adam Voigt wrote: > On Thu, 2004-05-13 at 11:14, Jay Daniels wrote: > > > > then what is this? > > > > 6000/tcp open X11 > I don't know what kind of setup you have, but without any kind of > firewall running I don't have any ports open for X11. Yeah - FC1 X11 doesn't listen on TCP by default. Perhaps some old configs are still lying arround? You could do: diff /etc/X11/factory-gdm.conf /etc/X11/gdm.conf The default config is 'DisallowTCP=true' in /etc/X11/gdm.conf - which has to be manually changed to 'DisallowTCP=false' to enable X11/tcp. Satish