Revision as of 18:06, 23 January 2017 edit73.172.23.53 (talk) fixed URL← Previous edit |
Revision as of 04:54, 16 November 2017 edit undoInternetArchiveBot (talk | contribs)Bots, Pending changes reviewers5,380,884 edits Rescuing 1 sources and tagging 0 as dead. #IABot (v1.6.1)Next edit → |
Line 24: |
Line 24: |
|
'''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 stateless. |
|
|
|
|
|
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 }}</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://www.webcitation.org/68tRpBPFn?url=http://people.netfilter.org/~rusty/ipchains/HOWTO-1.html | archivedate = 2012-07-04 | df = }}</ref> |
|
|
|
|
|
The ipchains suite also included some shell scripts for easier maintenance and to emulate the behavior of the old ] command. |
|
The ipchains suite also included some shell scripts for easier maintenance and to emulate the behavior of the old ] command. |
The ipchains suite also included some shell scripts for easier maintenance and to emulate the behavior of the old ipfwadm command.