Friends have asked me how to start and stop iptables. Following is the way to start and stop firewall on Linux:

$ /sbin/chkconfig iptables off
$ /sbin/service iptables stop

You can use webmin to setup IPTables.