Close Port 6000
important!
it’s x11 service
$ netstat -na | grep LIST
tcp4 0 0 *.6000 *.* LISTEN
tcp6 0 0 *.6000 *.* LISTEN
solve with
#startx — -nolisten tcp
or
edit etc/X11/xinit/xserverrc
add :
#!/bin/sh
exec /usr/bin/X -nolisten tcp
use runlevel 4? xdm,gdm or kdm?
etc/X11/xdm/Xservers
/usr/bin/X11/startx -nolisten tcp
and replace
:0 local /usr/X11R6/bin/X
with
:0 local /usr/X11R6/bin/X -nolisten tcp
or using iptables
#iptables -A INPUT -p tcp --dport 6000 -j DROP
or
edit /usr/X11R6/bin/startx Find the serverargs line
serverargs="-nolisten tcp"
keyword
Link to this post!


















cool. ya cara yg cukup bagus untuk menutup port 6000
secara terbuka pun port itu cukup aman dibuka di linux.
walaupun hacker yg mumpuni masih bisa masuk, tapi port itu aman dari serangan virus.
selamat belajar slackware. saya juga belajar dari anda.
sayangnya itu tcp sob
bisa d ddos
I hope you never stop! This is among the best blogs Ive actually go through. Youve acquired some mad skill the following, man. I just wish that you just dont drop your model mainly because youre definitely one particular of the coolest bloggers on the market. Please retain it up since the internet demands somebody like you spreading the word.
thx for advice