Iptables: Difference between revisions

From DWIKI
Line 12: Line 12:


== Tutorials ==
== Tutorials ==
* [http://iptables-tutorial.frozentux.net/iptables-tutorial.html http://iptables-tutorial.frozentux.net/iptables-tutorial.html]
* [[Load Balancing Across Multiple Links]]
* [[Load Balancing Across Multiple Links]]
== Tools ==
== Tools ==
[http://www.fwbuilder.org/ http://www.fwbuilder.org/]
[http://www.fwbuilder.org/ http://www.fwbuilder.org/]

Revision as of 17:06, 5 August 2019

Description

iptables is the userspace command line program used to configure the Linux 2.4.x and 2.6.x IPv4 packet filtering ruleset. It is targeted towards system administrators.

Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too.

The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 packet filter.

Documentation

Tutorials

Tools

http://www.fwbuilder.org/ iptstate

FAQ

How to stop iptables log from flooding console?

-stop syslog
-dmesg -n 1
-start syslog

??