<?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: IPTABLES in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611894#M40357</link>
    <description>Thanks for the link, I have read the tutorial but I thought there was more to it than simply running something like:&lt;BR /&gt;&lt;BR /&gt;iptables -A INPUT -p tcp --destination-port 22 -m iprange --src-range 192.168.1.100-192.168.1.200 -j ACCEPT  &lt;BR /&gt;&lt;BR /&gt;At the command prompt. Is there no 'DROP everything else' also nededed?&lt;BR /&gt;&lt;BR /&gt;Ta,&lt;BR /&gt;&lt;BR /&gt;Jon.</description>
    <pubDate>Sun, 04 Apr 2010 16:22:43 GMT</pubDate>
    <dc:creator>Jonathan Morrison</dc:creator>
    <dc:date>2010-04-04T16:22:43Z</dc:date>
    <item>
      <title>IPTABLES</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611892#M40355</link>
      <description>Could anyone point me to a good IPTABLES protocol to reject all incoming traffic except for a single IP or IP range?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jonathan.</description>
      <pubDate>Sun, 04 Apr 2010 11:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611892#M40355</guid>
      <dc:creator>Jonathan Morrison</dc:creator>
      <dc:date>2010-04-04T11:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: IPTABLES</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611893#M40356</link>
      <description>Shalom Jonathan,&lt;BR /&gt;&lt;BR /&gt;Here is a good tutorial.&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/linux-iptables-how-to-specify-a-range-of-ip-addresses-or-ports.html" target="_blank"&gt;http://www.cyberciti.biz/tips/linux-iptables-how-to-specify-a-range-of-ip-addresses-or-ports.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEO</description>
      <pubDate>Sun, 04 Apr 2010 13:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611893#M40356</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-04T13:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: IPTABLES</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611894#M40357</link>
      <description>Thanks for the link, I have read the tutorial but I thought there was more to it than simply running something like:&lt;BR /&gt;&lt;BR /&gt;iptables -A INPUT -p tcp --destination-port 22 -m iprange --src-range 192.168.1.100-192.168.1.200 -j ACCEPT  &lt;BR /&gt;&lt;BR /&gt;At the command prompt. Is there no 'DROP everything else' also nededed?&lt;BR /&gt;&lt;BR /&gt;Ta,&lt;BR /&gt;&lt;BR /&gt;Jon.</description>
      <pubDate>Sun, 04 Apr 2010 16:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611894#M40357</guid>
      <dc:creator>Jonathan Morrison</dc:creator>
      <dc:date>2010-04-04T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: IPTABLES</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611895#M40358</link>
      <description>Before setting up specific rules you should configure a default rule for each chain (it might be set already, check with "iptables -L INPUT").&lt;BR /&gt;&lt;BR /&gt;To set a default DROP rule for INPUT:&lt;BR /&gt;&lt;BR /&gt;iptables -P INPUT DROP</description>
      <pubDate>Mon, 05 Apr 2010 08:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611895#M40358</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-04-05T08:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: IPTABLES</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611896#M40359</link>
      <description>You might want to do something similar to this:&lt;BR /&gt;&lt;BR /&gt;:INPUT DROP&lt;BR /&gt;-A INPUT -i lo -j ACCEPT&lt;BR /&gt;-A INPUT -p tcp -m state --state NEW --dport 22 -s 192.168.0.0/24 -j ACCEPT&lt;BR /&gt;-A INPUT -p tcp -m state --state ESTABLISHED,RELATED --dport 22 -s 192.168.0.0/24 -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;You could substitute the range of IPs with a specific IP address.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Mon, 05 Apr 2010 15:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/4611896#M40359</guid>
      <dc:creator>loco_vikide</dc:creator>
      <dc:date>2010-04-05T15:41:17Z</dc:date>
    </item>
  </channel>
</rss>

