<?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 Re: IPChains incompatoble with this kernel... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584771#M79218</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I agree with the other answers, and this is just a precision I would like to add : if you have not re-compiled your Linux kernel since the original install, normally ipchains should be available as a module. Just type modprobe ipchains. Otherwise, compile the kernel as suggested by Bernd.&lt;BR /&gt;If you have to do so, don't forget to put this as module (in /usr/src/linux : make &lt;X&gt;config  -&amp;gt; networking options  -&amp;gt; netfilter configuration  -&amp;gt;  ipchains &amp;lt;2-2 style&amp;gt; support).&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;P.S. Don't forget to give points to answers (from 1 to 10).&lt;BR /&gt;&lt;BR /&gt;&lt;/X&gt;</description>
    <pubDate>Wed, 26 Sep 2001 20:50:32 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2001-09-26T20:50:32Z</dc:date>
    <item>
      <title>IPChains incompatoble with this kernel...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584768#M79215</link>
      <description>Hi.&lt;BR /&gt;  I?m using Linux Kernel 2.4.5 and using ipchains I got the following:&lt;BR /&gt;&lt;BR /&gt;# ipchains -L&lt;BR /&gt;ipchains: Incompatible with this kernel&lt;BR /&gt;&lt;BR /&gt;Why? What do I have to do to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Any clue?&lt;BR /&gt;&lt;BR /&gt;ThanX.&lt;BR /&gt;  Leandro.&lt;BR /&gt;&lt;BR /&gt;PS.: Does someone use Floppy FW? I?m going to implement it on a linux box, using kernel 2.4.5, Is there any problem?</description>
      <pubDate>Tue, 25 Sep 2001 18:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584768#M79215</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-09-25T18:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: IPChains incompatoble with this kernel...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584769#M79216</link>
      <description>Good Morning! (in my timezone anyway). ;)&lt;BR /&gt;&lt;BR /&gt;ipchains is no more - if you want to use ipchains you need to compile a 2.2 kernel.&lt;BR /&gt;&lt;BR /&gt;the 2.4 kernel comes with marvellous stateful inspection packet filtering. It's called iptables.&lt;BR /&gt;&lt;BR /&gt;For more info check out&lt;BR /&gt;&lt;A href="http://netfilter.samba.org/unreliable-guides/packet-filtering-HOWTO/packet-filtering-HOWTO.linuxdoc.html" target="_blank"&gt;http://netfilter.samba.org/unreliable-guides/packet-filtering-HOWTO/packet-filtering-HOWTO.linuxdoc.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this is of some help.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Nils.</description>
      <pubDate>Wed, 26 Sep 2001 05:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584769#M79216</guid>
      <dc:creator>Nils Hoppe</dc:creator>
      <dc:date>2001-09-26T05:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: IPChains incompatoble with this kernel...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584770#M79217</link>
      <description>I agree with Nils, you should use iptables, but there is also a possibility to use ipchains with a 2.4 kernel.&lt;BR /&gt;&lt;BR /&gt;you just have to compile your kernel with "ipchains support (2.2 style)"&lt;BR /&gt;&lt;BR /&gt;Bernd</description>
      <pubDate>Wed, 26 Sep 2001 05:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584770#M79217</guid>
      <dc:creator>Bernd Reize</dc:creator>
      <dc:date>2001-09-26T05:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: IPChains incompatoble with this kernel...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584771#M79218</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I agree with the other answers, and this is just a precision I would like to add : if you have not re-compiled your Linux kernel since the original install, normally ipchains should be available as a module. Just type modprobe ipchains. Otherwise, compile the kernel as suggested by Bernd.&lt;BR /&gt;If you have to do so, don't forget to put this as module (in /usr/src/linux : make &lt;X&gt;config  -&amp;gt; networking options  -&amp;gt; netfilter configuration  -&amp;gt;  ipchains &amp;lt;2-2 style&amp;gt; support).&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;P.S. Don't forget to give points to answers (from 1 to 10).&lt;BR /&gt;&lt;BR /&gt;&lt;/X&gt;</description>
      <pubDate>Wed, 26 Sep 2001 20:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains-incompatoble-with-this-kernel/m-p/2584771#M79218</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-09-26T20:50:32Z</dc:date>
    </item>
  </channel>
</rss>

