Iptables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
=Overview= | =Overview= | ||
<tt>iptables</tt> is a Linux command line tool used to query and manipulate network packet filtering facilities present in the Linux kernel, specifically the packet filtering rules. Network packet filtering in the kernel is implemented | <tt>iptables</tt> is a Linux command line tool used to query and manipulate network packet filtering facilities present in the Linux kernel, specifically the packet filtering rules. Network packet filtering in the kernel is implemented using the netfilter framework. | ||
=Concepts= | =Concepts= |
Revision as of 17:24, 5 January 2016
External
- http://www.netfilter.org/
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.html#sec-Using_iptables
- http://wiki.centos.org/HowTos/Network/IPTables
- http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-iptables.html
- https://help.ubuntu.com/community/IptablesHowTo
- http://www.thegeekstuff.com/2011/01/iptables-fundamentals/
- http://www.frozentux.net/iptables-tutorial/iptables-tutorial.html
- http://www.cyberciti.biz/faq/rhel-fedorta-linux-iptables-firewall-configuration-tutorial/
- http://www.cyberciti.biz/tips/linux-iptables-examples.html
Internal
Overview
iptables is a Linux command line tool used to query and manipulate network packet filtering facilities present in the Linux kernel, specifically the packet filtering rules. Network packet filtering in the kernel is implemented using the netfilter framework.