[go: nahoru, domu]

Jump to content

Ipchains: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 7 interwiki links, now provided by Wikidata on d:q1672183 (Report Errors)
No edit summary
Line 36: Line 36:
{{Portal|Free software}}
{{Portal|Free software}}
* IPChains HOWTO: [http://tldp.org/HOWTO/IPCHAINS-HOWTO.html on TDLP] and [http://www.faqs.org/docs/Linux-HOWTO/IPCHAINS-HOWTO.html on FAQs.org]
* IPChains HOWTO: [http://tldp.org/HOWTO/IPCHAINS-HOWTO.html on TDLP] and [http://www.faqs.org/docs/Linux-HOWTO/IPCHAINS-HOWTO.html on FAQs.org]

{{Firewall software}}


[[Category:Discontinued software]]
[[Category:Discontinued software]]

Revision as of 08:41, 9 August 2013

ipchains
Developer(s)Rusty Russell
Initial releasepre-1998
Stable release
1.3.10 / October 6, 2000; 23 years ago (2000-10-06)
Written inC
Operating systemLinux
PlatformLinux kernel
TypePacket filter management
LicenseGPL
Website[1]

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. Unlike iptables, ipchains is stateless.

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 maxima 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.[1]

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.[2]

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