<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Upgrade from IP chains to IP tables in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/upgrade-from-ip-chains-to-ip-tables/m-p/3196314#M9997</link>
    <description>Hi, I want to upgrade from ipchains to iptables is there any tool or an easy way to move all the rules from ipchains to iptables</description>
    <pubDate>Thu, 19 Feb 2004 03:45:20 GMT</pubDate>
    <dc:creator>mjsunil</dc:creator>
    <dc:date>2004-02-19T03:45:20Z</dc:date>
    <item>
      <title>Upgrade from IP chains to IP tables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-from-ip-chains-to-ip-tables/m-p/3196314#M9997</link>
      <description>Hi, I want to upgrade from ipchains to iptables is there any tool or an easy way to move all the rules from ipchains to iptables</description>
      <pubDate>Thu, 19 Feb 2004 03:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-from-ip-chains-to-ip-tables/m-p/3196314#M9997</guid>
      <dc:creator>mjsunil</dc:creator>
      <dc:date>2004-02-19T03:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from IP chains to IP tables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-from-ip-chains-to-ip-tables/m-p/3196315#M9998</link>
      <description>what version of linux do you use?&lt;BR /&gt;generally &lt;BR /&gt;rpm -Uvh iptables-version to install the package of iptables&lt;BR /&gt;then&lt;BR /&gt;chkconfig ipchains off&lt;BR /&gt;chkconfig --del ipchains&lt;BR /&gt;to stop using ipchains&lt;BR /&gt;chkconfig --add iptables&lt;BR /&gt;chkconfig iptables on&lt;BR /&gt;to start using iptables</description>
      <pubDate>Thu, 19 Feb 2004 03:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-from-ip-chains-to-ip-tables/m-p/3196315#M9998</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-19T03:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from IP chains to IP tables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-from-ip-chains-to-ip-tables/m-p/3196316#M9999</link>
      <description>The hardest part about converting from IPCHains to IPTables is the translating of the rules.&lt;BR /&gt;&lt;BR /&gt;For the most part, the commands are silmiar.&lt;BR /&gt;&lt;BR /&gt;DIfferences lie in the names of the chains (INPUT instead of input, etc.), the way masquerading/NAT work, the fact that there are different tables to put rules in, and that the flow of traffic is slightly different.&lt;BR /&gt;&lt;BR /&gt;Some fundamentels to get you going:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netfilter.org/documentation/" target="_blank"&gt;http://www.netfilter.org/documentation/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The HOWTO's here are brilliant.&lt;BR /&gt;&lt;BR /&gt;Basic things to know...&lt;BR /&gt;&lt;BR /&gt;The 'forward' (FORWARD in iptables) chain doesn't see everything.  Just stuff of which gets passed from one interface to the other.&lt;BR /&gt;&lt;BR /&gt;Under IPChains, the Forward chain saw everything, including things that were destined for the firewall box.  This is not the case in IPTables.&lt;BR /&gt;&lt;BR /&gt;DENY isn't about any more.  You want DROP.&lt;BR /&gt;&lt;BR /&gt;'-m &lt;MODULE&gt;' are your friends!  The 'state' module is nearly indespensable!&lt;BR /&gt;&lt;BR /&gt;If you have sepecific issues with rules, post 'em here, we'll give you a hand.&lt;/MODULE&gt;</description>
      <pubDate>Thu, 19 Feb 2004 17:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-from-ip-chains-to-ip-tables/m-p/3196316#M9999</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-19T17:47:15Z</dc:date>
    </item>
  </channel>
</rss>

