This is a discussion on x.org 6.9.0 listen on port 37435/tcp help me within the Linux Security forums, part of the System Security and Security Related category; Hi! I have x.org 6.9.0 which listens on port 37435/tcp. How to stop x.org from ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Chris Applegate wrote:
> SPG wrote: > >> I have x.org 6.9.0 which listens on port 37435/tcp. >> How to stop x.org from listening or redirect this listening to unix >> sockets? > > Try > startx -- -nolisten tcp > Thanks. Works! I used -nolisten tcp in defaultserverargs line in startx and this thing moved port from 6000/tcp to 37435/tcp. Strange. Now I use startx -- -nolisten tcp and works! Thanks! Do you know how to put it in startx or any config file? Zbigniew |
|
|||
|
SPG <zamowienia3@o2.pl>:
> Chris Applegate wrote: > > SPG wrote: > > > >> I have x.org 6.9.0 which listens on port 37435/tcp. > >> How to stop x.org from listening or redirect this listening to unix > >> sockets? > > > > Try > > startx -- -nolisten tcp > > Thanks. Works! > > I used -nolisten tcp in defaultserverargs line in startx and this thing > moved port from 6000/tcp to 37435/tcp. Strange. > > Now I use startx -- -nolisten tcp and works! > Thanks! > > Do you know how to put it in startx or any config file? /etc/X11/xinit/xserverrc: exec /usr/bin/X11/X -dpi 100 -nolisten tcp -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Spammers! http://www.spots.ab.ca/~keeling/emails.html |
|
|||
|
>> Do you know how to put it in startx or any config file?
> > /etc/X11/xinit/xserverrc: > > exec /usr/bin/X11/X -dpi 100 -nolisten tcp > > I modified startx script at xinit line adding at the end of line -nolisten tcp Thanks for help. zbiggy |