Securing a Linux Server
spenserj.com
Securing a Linux Server
1–10 of 143 posts
Re: Securing a Linux Server
#2Re: Securing a Linux Server
#3Re: Securing a Linux Server
#4Re: Securing a Linux Server
#5This is a good start, netstat -an to see what ports are open, to shut down things that open ports. Turn of xinetd if it is on, etc. There was a much more complete best practices document that came through here earlier.
Re: Securing a Linux Server
#6Important caveat: fail2ban does not work for IPv6 connections yet (there are patches floating around though)
Re: Securing a Linux Server
#7This is a good start, netstat -an to see what ports are open, to shut down things that open ports. Turn of xinetd if it is on, etc. There was a much more complete best practices document that came through here earlier.
netstat -ntul
(Thanks "child", I did indeed initially not have the -u there. You should.)
Re: Securing a Linux Server
#8Re: Securing a Linux Server
#9This is a good start, netstat -an to see what ports are open, to shut down things that open ports. Turn of xinetd if it is on, etc. There was a much more complete best practices document that came through here earlier.
netstat -an shows a lot of stuff. I think here all you need is netstat -ntul (Thanks "child", I did indeed initially not have the -u there. You should.)