I've noticed a gradual increase in ftp attempts over the last month. If you're
not running ftp services, block out the port:
ipchains -A input -p TCP -s 0.0.0.0/0 -d 0.0.0.0/0 21 -j REJECT
Thomas Guettler wrote:
> During the last days I got several ftp-connection attempts. Did some
> notice that
I've noticed a gradual increase in ftp attempts over the last month. If you're
not running ftp services, block out the port:
ipchains -A input -p TCP -s 0.0.0.0/0 -d 0.0.0.0/0 21 -j REJECT
Thomas Guettler wrote:
> During the last days I got several ftp-connection attempts. Did some
> notice tha
What I do:
1-Custom package selection, try to weed out talkd, telnetd, and some others that
are installed by default.
2-netstat -a | grep LIST or netstat -l to find out who is listening for
connections.
3-kill all the packages that are running that I don't want and that slipped past
me earlier.
4-
What I do:
1-Custom package selection, try to weed out talkd, telnetd, and some others that
are installed by default.
2-netstat -a | grep LIST or netstat -l to find out who is listening for
connections.
3-kill all the packages that are running that I don't want and that slipped past
me earlier.
4
4 matches
Mail list logo