Thursday 14 July 2011

Configuration of Firewall Using IPtables

iptables -L -n 
this will show u iptbales details


iptables-I INPUT -J DROP


it will block every system to access the system

In order to configure firewall using IP table use command

iptables -I -s INPUT 192.168.10.100 -J ACCEPT

No comments:

Post a Comment