Showing posts with label firewall. Show all posts
Showing posts with label firewall. Show all posts

Sunday, January 25, 2009

FreeBSD command to stop IPFW Firewall

To stop the firewall, issue the command:

# /etc/rc.d/ipfw stop

To disable firewall remove following line from /etc/rc.conf file:

firewall_enable="YES"

OR set it as follows:

firewall_enable="NO"

Checking Windows Firewall Port


netstat -an |find /i "listening" 

netstat -anop TCP

netstat -anop UDP