<?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: Switching from ipchains to iptables in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238640#M11098</link>
    <description>It worked !!&lt;BR /&gt;I copied and pasted your example and it ran without failing. I was doing it manually; didn't know how to make lokkit do it.&lt;BR /&gt;&lt;BR /&gt;Vern</description>
    <pubDate>Fri, 02 Apr 2004 18:48:01 GMT</pubDate>
    <dc:creator>Vernon Brown_4</dc:creator>
    <dc:date>2004-04-02T18:48:01Z</dc:date>
    <item>
      <title>Switching from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238637#M11095</link>
      <description>I'm trying to switch from ipchains to iptables; so far can't get it to work. Everything is fine until I start adding rules.&lt;BR /&gt;&lt;BR /&gt;Here's what I get:&lt;BR /&gt;&lt;BR /&gt;[root@linda sysconfig]# service iptables start&lt;BR /&gt;Flushing all current rules and user defined chains:        [  OK  ]&lt;BR /&gt;Clearing all current rules and user defined chains:        [  OK  ]&lt;BR /&gt;Applying iptables firewall rules:                          [  OK  ]&lt;BR /&gt;Bad argument `iptables'&lt;BR /&gt;Try `iptables-restore -h' or 'iptables-restore --help' for more information.&lt;BR /&gt;                                                           [FAILED]&lt;BR /&gt;[root@linda sysconfig]# cat iptables&lt;BR /&gt;iptables -F&lt;BR /&gt; &lt;BR /&gt;iptables -A INPUT -i lo -p all -j ACCEPT&lt;BR /&gt;iptables -A OUTPUT -o lo -p all -j ACCEPT&lt;BR /&gt;iptables -A INPUT -p tcp -i eth0 --dport 80 -j ACCEPT&lt;BR /&gt;iptables -a INPUT -p udp -i eth0 --dport 80 -j ACCEPT&lt;BR /&gt;iptables -p INPUT DROP&lt;BR /&gt;[root@linda sysconfig]#&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 17:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238637#M11095</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-04-02T17:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Switching from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238638#M11096</link>
      <description>Hey Vermon,&lt;BR /&gt;&lt;BR /&gt;r u editing file manually?&lt;BR /&gt;&lt;BR /&gt;#Cat IPtables -should look like this......&lt;BR /&gt;-------------------------------------&lt;BR /&gt;[root@abc sysconfig]# cat iptables&lt;BR /&gt;# Firewall configuration written by lokkit&lt;BR /&gt;# Manual customization of this file is not recommended.&lt;BR /&gt;# Note: ifup-post will punch the current nameservers through the&lt;BR /&gt;#       firewall; such entries will *not* be listed here.&lt;BR /&gt;*filter&lt;BR /&gt;:INPUT ACCEPT [0:0]&lt;BR /&gt;:FORWARD ACCEPT [0:0]&lt;BR /&gt;:OUTPUT ACCEPT [0:0]&lt;BR /&gt;:RH-Lokkit-0-50-INPUT - [0:0]&lt;BR /&gt;dport 25 --syn -j ACCEPT&lt;BR /&gt;-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 80 --syn -j ACCEPT&lt;BR /&gt;-A RH-Lokkit-0-50-INPUT -i lo -j ACCEPT&lt;BR /&gt;-A RH-Lokkit-0-50-INPUT -i eth1 -j ACCEPT&lt;BR /&gt;-A RH-Lokkit-0-50-INPUT -i eth0 -j ACCEPT&lt;BR /&gt;---------------------------------------&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;iptables&amp;lt;&amp;gt; -A INPUT -i lo -p all -j ACCEPT&lt;BR /&gt;&amp;lt;&amp;gt;---------&amp;lt;&amp;gt;is ur problem&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peeyush&lt;BR /&gt;&lt;A href="http://geocities.com/peeyush_maurya/" target="_blank"&gt;http://geocities.com/peeyush_maurya/&lt;/A&gt;</description>
      <pubDate>Fri, 02 Apr 2004 18:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238638#M11096</guid>
      <dc:creator>Peeyush</dc:creator>
      <dc:date>2004-04-02T18:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Switching from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238639#M11097</link>
      <description>Linuxis case sensitive&lt;BR /&gt;&lt;BR /&gt;iptables -a INPUT -p udp -i eth0 --dport 80 -j ACCEPT&lt;BR /&gt;##### u r using small case 'a' &lt;BR /&gt;iptables -p INPUT DROP&lt;BR /&gt;##### u r using small case 'p'</description>
      <pubDate>Fri, 02 Apr 2004 18:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238639#M11097</guid>
      <dc:creator>Peeyush</dc:creator>
      <dc:date>2004-04-02T18:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Switching from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238640#M11098</link>
      <description>It worked !!&lt;BR /&gt;I copied and pasted your example and it ran without failing. I was doing it manually; didn't know how to make lokkit do it.&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Fri, 02 Apr 2004 18:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238640#M11098</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-04-02T18:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Switching from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238641#M11099</link>
      <description>good work vermon&lt;BR /&gt;&lt;BR /&gt;iptables r king of all firewall but if u want u can look at fwbuilder GUI Firewall&lt;BR /&gt;&lt;A href="http://www.fwbuilder.org/" target="_blank"&gt;www.fwbuilder.org/&lt;/A&gt;&lt;BR /&gt;though there r many aviable&lt;BR /&gt;&lt;A href="http://www.simonzone.com/software/guarddog/" target="_blank"&gt;http://www.simonzone.com/software/guarddog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://firestarter.sourceforge.net/" target="_blank"&gt;http://firestarter.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;peeyush</description>
      <pubDate>Fri, 02 Apr 2004 18:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238641#M11099</guid>
      <dc:creator>Peeyush</dc:creator>
      <dc:date>2004-04-02T18:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Switching from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238642#M11100</link>
      <description>Followup: Success !!&lt;BR /&gt;&lt;BR /&gt;Iptables seems to be blocking the hacks that took down my server four times last week. This morning Apache log shows three attempts to send buffer-overflow URI's overnight. All were rejected with the error message "URI too long for this server".&lt;BR /&gt;&lt;BR /&gt;Thanks for the help !</description>
      <pubDate>Sat, 03 Apr 2004 10:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238642#M11100</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-04-03T10:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Switching from ipchains to iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238643#M11101</link>
      <description>The "URI Too long" messages aren't your firewall's doing.  That's the updated apache ;)&lt;BR /&gt;&lt;BR /&gt;But it's good to hear that your firewall is doing ok!&lt;BR /&gt;&lt;BR /&gt;Incidentally, Apache only needs port 80 TCP, not UDP.  So that's one less rule you need.</description>
      <pubDate>Sat, 03 Apr 2004 18:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/switching-from-ipchains-to-iptables/m-p/3238643#M11101</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-03T18:42:18Z</dc:date>
    </item>
  </channel>
</rss>

