Post a New Reply
Reply to thread: X opens a tcp port
Username:
Post Subject:
Post Icon:
Your Message:
Smilies
Smile Wink Cool Big Grin
Tongue Rolleyes Shy Sad
At Angel Angry Blush
Confused Dodgy Exclamation Heart
Huh Idea Sleepy Undecided
[get more]
Post Options:
Thread Subscription:
Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)




Human Verification
Please tick the checkbox that you see below. This process is used to prevent automated spam bots.


Thread Review (Newest First)
Posted by seeno - 2004-05-07, 04:27 PM

If you start X and do a

Code:
netstat -at


you will see that a tcp port 6000 is open, now if you don't run X as a server you might want to close that port, to do that enter the following argument when starting X

Code:
-- -nolisten tcp


so the whole command whould be

Code:
startx -- -nolisten tcp