Revision as of 03:00, 10 July 2019 editGreenC bot (talk | contribs)Bots2,568,743 edits Rescued 1 archive link. Wayback Medic 2.5← Previous edit |
Revision as of 03:45, 6 August 2019 edit undo水水 (talk | contribs)Extended confirmed users548 editsNo edit summaryNext edit → |
Line 22: |
Line 22: |
|
}} |
|
}} |
|
|
|
|
|
'''Linux IP Firewalling Chains''', normally called '''ipchains''', is ] to control the ] or ] capabilities in the 2.2 series of ]s. It superseded ], but was replaced by ] in the 2.4 series. Unlike iptables, ipchains is stateless. |
|
'''Linux IP Firewalling Chains''', normally called '''ipchains''', is ] to control the ] or ] capabilities in the 2.2 series of ]s. It superseded ], but was replaced by ] in the 2.4 series. Unlike iptables, ipchains is ]. |
|
|
|
|
|
It is a rewrite of Linux's previous ] ], ]. This newer ipchains was required to manage the ] in ]s starting with version 2.1.102 (which was a 2.2 development release). Patches are also available to add ipchains to 2.0 and earlier 2.1 series kernels. Improvements include larger maxima for packet ], filtering for ] and a wider range of ], and the ability to match packets based on the inverse of a rule.<ref>{{cite web | url = http://people.netfilter.org/~rusty/ipchains/HOWTO-1.html | title = Linux IPCHAINS-HOWTO | last = Russell | first = Rusty | chapter = 1 | edition = version 1.0.8 | date = 2000-07-04 | accessdate = 2009-02-08 | deadurl = yes | archiveurl = https://web.archive.org/web/20120216060037/http://people.netfilter.org/~rusty/ipchains/HOWTO-1.html | archivedate = 2012-02-16 | df = }}</ref> |
|
It is a rewrite of Linux's previous ] ], ]. This newer ipchains was required to manage the ] in ]s starting with version 2.1.102 (which was a 2.2 development release). Patches are also available to add ipchains to 2.0 and earlier 2.1 series kernels. Improvements include larger maxima for packet ], filtering for ] and a wider range of ], and the ability to match packets based on the inverse of a rule.<ref>{{cite web | url = http://people.netfilter.org/~rusty/ipchains/HOWTO-1.html | title = Linux IPCHAINS-HOWTO | last = Russell | first = Rusty | chapter = 1 | edition = version 1.0.8 | date = 2000-07-04 | accessdate = 2009-02-08 | deadurl = yes | archiveurl = https://web.archive.org/web/20120216060037/http://people.netfilter.org/~rusty/ipchains/HOWTO-1.html | archivedate = 2012-02-16 | df = }}</ref> |
The ipchains suite also included some shell scripts for easier maintenance and to emulate the behavior of the old ipfwadm command.