<?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 Converting from ipchains to iptables in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827332#M2744</link>
    <description>I want to convert my production Linux system(I have a web hosting biz) from ipchains firewall to iptables.&lt;BR /&gt;&lt;BR /&gt;I am under the impression that iptables is a next step type evolution based on ipchains.&lt;BR /&gt;&lt;BR /&gt;So, can I change my ipchains configuration file /etc/sysconfig/ipchains to /etc/sysconfig/iptables&lt;BR /&gt;&lt;BR /&gt;I pretty much want the same firewall configuration, but I want to eventually add features.&lt;BR /&gt;&lt;BR /&gt;I'm using Linux 7.3 fully patched.&lt;BR /&gt;&lt;BR /&gt;Also, I'd like to know if I have to completely remove ipchains to make the conversion.  This obviously involves a security risk during the conversion.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 16 Oct 2002 17:52:58 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2002-10-16T17:52:58Z</dc:date>
    <item>
      <title>Converting from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827332#M2744</link>
      <description>I want to convert my production Linux system(I have a web hosting biz) from ipchains firewall to iptables.&lt;BR /&gt;&lt;BR /&gt;I am under the impression that iptables is a next step type evolution based on ipchains.&lt;BR /&gt;&lt;BR /&gt;So, can I change my ipchains configuration file /etc/sysconfig/ipchains to /etc/sysconfig/iptables&lt;BR /&gt;&lt;BR /&gt;I pretty much want the same firewall configuration, but I want to eventually add features.&lt;BR /&gt;&lt;BR /&gt;I'm using Linux 7.3 fully patched.&lt;BR /&gt;&lt;BR /&gt;Also, I'd like to know if I have to completely remove ipchains to make the conversion.  This obviously involves a security risk during the conversion.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 16 Oct 2002 17:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827332#M2744</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T17:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827333#M2745</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;First, you need to make sure that iptables is fully supported by the running kernel. Normally, it should be the case with RedHat 7.3 and kernel 2.4.18.&lt;BR /&gt;&lt;BR /&gt;Also make sure that the iptables userspace utilities are installed (rpm -q iptables). With my RedHat 7.3 I'm using version 1.2.5.&lt;BR /&gt;&lt;BR /&gt;Then, if your biz is 24x7 and critical, consider doing changes on a test machine before going on the production server.&lt;BR /&gt;&lt;BR /&gt;The changes from old to new firewall configuration may not be so risky because if your new configuration file is OK and has been tested before, you just need to type something like :&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/ipchains stop ; /etc/init.d/iptables start&lt;BR /&gt;&lt;BR /&gt;Of course you will have to definitely enable iptables and disable ipchains :&lt;BR /&gt;&lt;BR /&gt;chkconfig --del ipchains&lt;BR /&gt;chkconfig --add iptables&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 20:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827333#M2745</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-10-16T20:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827334#M2746</link>
      <description>Yes, iptables is installed and the kernel is up to date.  &lt;BR /&gt;&lt;BR /&gt;Question: Are you saying there is no change required in the configuration files?</description>
      <pubDate>Thu, 17 Oct 2002 16:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827334#M2746</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-17T16:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827335#M2747</link>
      <description>Note: I have completed the conversion.  The ipchains configuration file can not be mirgrated to iptables.&lt;BR /&gt;&lt;BR /&gt;It is a good guide for making changes to the iptables files and has a similar syntax.  I did this on a test server, not production.&lt;BR /&gt;&lt;BR /&gt;STeve</description>
      <pubDate>Wed, 23 Oct 2002 19:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/converting-from-ipchains-to-iptables/m-p/2827335#M2747</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-23T19:21:13Z</dc:date>
    </item>
  </channel>
</rss>

