The redhat-config-securitylevel doesn't provide X ports as an option so it blocks it by default. However, what you really need is to open SSH only, port 22, and use X forwarding over SSH, usually by using the -X option when invoking ssh Example loggging in from a rmote host $ ssh -X -l username homemachineIP For this to work, you also need to make sure in the /etc/ssh/sshd_conf file that X11Forwarding says "yes" Yang > -----Original Message----- > From: Jay Daniels [mailto:drs@xxxxxxxxxxxxxx] > Sent: Thursday, May 13, 2004 10:32 AM > To: fedora-list@xxxxxxxxxx > Subject: single linux box on dsl? > > > What was the verdict on using a single Linux box with X on > DSL or Cable? > > Does the redhat-config-securitylevel tool block ports X uses? > > Is there an X Windowing system that doesn't uses ports? > > > jay > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >