Misplaced Pages

Ipchains: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 00:09, 9 February 2009 editCloseapple (talk | contribs)Autopatrolled, Extended confirmed users, Pending changes reviewers24,057 edits more or less rewritten; +references; +infobox; +categories← Previous edit Revision as of 20:00, 11 February 2009 edit undoPol098 (talk | contribs)Extended confirmed users, Pending changes reviewers118,324 editsmNo edit summaryNext edit →
Line 22: Line 22:
}} }}


'''Linux IP Firewalling Chains''', normally called '''ipchains''', is ] to control the ]/] capabilities in the 2.2 series of ]s. It superceded ], but was replaced by ] in the 2.4 series. '''Linux IP Firewalling Chains''', normally called '''ipchains''', is ] to control the ]/] capabilities in the 2.2 series of ]s. It superseded ], but was replaced by ] in the 2.4 series.


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 maximums 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 | 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 maximums 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 | version 1.0.8 | date = 2000-07-04 | accessdate = 2009-02-08 }}</ref>

Revision as of 20:00, 11 February 2009

ipchains
Developer(s)Rusty Russell
Initial releasepre-1998
Stable release1.3.10 / October 6, 2000; 24 years ago (2000-10-06)
Written inC
Operating systemLinux
PlatformLinux kernel
TypePacket filter management
LicenseGPL
Website

Linux IP Firewalling Chains, normally called ipchains, is free software to control the packet filter/firewall capabilities in the 2.2 series of Linux kernels. It superseded ipfwadm, but was replaced by iptables in the 2.4 series.

It is a rewrite of Linux's previous IPv4 firewall, ipfwadm. This newer ipchains was required to manage the packet filter in Linux kernels 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 maximums for packet counting, filtering for fragmented packets and a wider range of protocols, and the ability to match packets based on the inverse of a rule.

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 iptables system in Linux kernel 2.4 and above.

References

  1. Russell, Rusty (2000-07-04). "Linux IPCHAINS-HOWTO". Retrieved 2009-02-08. {{cite web}}: |chapter= ignored (help); Text "version 1.0.8" ignored (help)
  2. "netfilter/iptables project homepage". 2009-02-06. Retrieved 2009-02-08.

External links

Categories: