| Author |
Message |
rdahbura
Joined: 25 Feb 2011
Posts: 2
|
| Posted: Fri Feb 25, 2011 8:06 pm Post subject: Linux Firewall Test |
|
|
Hi,
Does anyone have any recommendations on how to scan or test my Linode firewall's setup?
I'd like to be certain that what I think is open and closed is actually what's deployed.
Thanks! |
|
| Back to top |
|
iml
Joined: 10 Dec 2010
Posts: 57
|
| Posted: Fri Feb 25, 2011 9:04 pm Post subject: |
|
|
From outside: Code: nmap -v -A your.server
From inside: Code: netstat -ntulp
Iptables -L will list your current firewall rules. Or ufw status if you are on Ubuntu using that. |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1400
Location: Earth
|
| Posted: Fri Feb 25, 2011 11:59 pm Post subject: |
|
|
| There's a nice gui for nmap at http://nmap.org/zenmap/ which is cross platform. |
|
| Back to top |
|
rdahbura
Joined: 25 Feb 2011
Posts: 2
|
| Posted: Mon Feb 28, 2011 1:55 pm Post subject: |
|
|
| Thanks for the suggestions. Those worked great! |
|
| Back to top |
|
godbout
Joined: 28 May 2011
Posts: 3
|
| Posted: Sat Jun 04, 2011 8:14 am Post subject: |
|
|
Was looking for the same information.
Thanks a lot for the answers! |
|
| Back to top |
|
| |