Results 1 to 3 of 3
I am newbie to linux and last night i installed APF firewall in my server. Actually i dont know whether it is working or not. how to find out generally ...
- 11-26-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 8
How to find out firewall working or not?
I am newbie to linux and last night i installed APF firewall in my server. Actually i dont know whether it is working or not. how to find out generally firewall is working or not?
Thanks
- 11-26-2007 #2
Well this is one of the oldest Questions in the book.
First portscan it.
Then you can test it with hping.
Portscan will show what is open and what closed.
And with hping you can check more advanced stuff like only SYN packages are allowed or not.
Hope that helped.
Cheers,
Robin
- 11-26-2007 #3
You could also look at them with this:
Code:iptables -L -v -n | less -SCi


Reply With Quote
