Revision as of 19:16, 14 October 2019 edit2003:ec:d709:c300:3ed5:5e50:cee5:fee9 (talk) →External links: Corrected typo TDLP to TLDP← Previous edit |
Latest revision as of 18:09, 12 May 2024 edit undoOnel5969 (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, New page reviewers, Pending changes reviewers, Rollbackers935,522 editsm Disambiguating links to GNU license (link changed to GNU General Public License) using DisamAssist. |
(7 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
|
|
{{Short description|User-space portion of Linux kernel packet filtering system}} |
|
{{lowercase|title=ipchains}} |
|
{{lowercase|title=ipchains}} |
|
{{Infobox software |
|
{{Infobox software |
Line 16: |
Line 17: |
|
|size = |
|
|size = |
|
|language = |
|
|language = |
|
|status = Unmaintained; superseded by ] |
|
|discontinued = yes |
|
|
|replaced_by = ] |
|
|genre = ] management |
|
|genre = ] management |
|
|license = ] |
|
|license = ] |
|
|website = {{URL|people.netfilter.org/rusty/ipchains/}} |
|
|website = {{URL|https://people.netfilter.org/rusty/ipchains/}} |
|
}} |
|
}} |
|
|
|
|
|
'''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 ]. |
|
'''Linux IP Firewalling Chains''', normally called '''ipchains''', is ] to control the ] or ] capabilities in the 2.2 series of ]s. It superseded ] (managed by '''ipfwadm''' command), 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 | url-status = dead | archiveurl = https://web.archive.org/web/20120216060037/http://people.netfilter.org/~rusty/ipchains/HOWTO-1.html | archivedate = 2012-02-16 }}</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 | edition = version 1.0.8 | date = 2000-07-04 | accessdate = 2009-02-08 | url-status = dead | archiveurl = https://web.archive.org/web/20120216060037/http://people.netfilter.org/~rusty/ipchains/HOWTO-1.html | archivedate = 2012-02-16 }}</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 '''ipfwadm''' command. |
|
|
|
|
|
The ipchains software was superseded by the ] system in ] 2.4 and above.<ref>{{cite web | url = http://www.netfilter.org/ | title = netfilter/iptables project homepage | date = 2009-02-06 | accessdate = 2009-02-08 }}</ref> |
|
The ipchains software was superseded by the ] system in ] 2.4 and above,<ref>{{cite web | url = http://www.netfilter.org/ | title = netfilter/iptables project homepage | date = 2009-02-06 | accessdate = 2009-02-08 }}</ref> which was in turn superseded by the ] system in 2014. |
|
|
|
|
|
==References== |
|
==References== |
|
{{Reflist}} |
|
{{reflist}} |
|
|
|
|
|
==External links== |
|
==External links== |
The ipchains suite also included some shell scripts for easier maintenance and to emulate the behavior of the old ipfwadm command.