<?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 how about the syntax of continous IP defined in ipchanis( -s -d) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750153#M90229</link>
    <description>i want to block some ip with continues address, however i do not know how about the syntax, &lt;BR /&gt;for exampels&lt;BR /&gt;-d 192.168.0.1-192.168.0.100,&lt;BR /&gt;it is wrong&lt;BR /&gt;&lt;BR /&gt;thanks for your tips,&lt;BR /&gt;frederick</description>
    <pubDate>Sat, 22 Jun 2002 05:14:55 GMT</pubDate>
    <dc:creator>frederick van targero</dc:creator>
    <dc:date>2002-06-22T05:14:55Z</dc:date>
    <item>
      <title>how about the syntax of continous IP defined in ipchanis( -s -d)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750153#M90229</link>
      <description>i want to block some ip with continues address, however i do not know how about the syntax, &lt;BR /&gt;for exampels&lt;BR /&gt;-d 192.168.0.1-192.168.0.100,&lt;BR /&gt;it is wrong&lt;BR /&gt;&lt;BR /&gt;thanks for your tips,&lt;BR /&gt;frederick</description>
      <pubDate>Sat, 22 Jun 2002 05:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750153#M90229</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-06-22T05:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: how about the syntax of continous IP defined in ipchanis( -s -d)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750154#M90230</link>
      <description>Hi,&lt;BR /&gt;it is wrong.&lt;BR /&gt;IPchains allow specification of a group of IP addresses, such as `199.95.207.0/24' or `199.95.207.0/255.255.255.0'. These both specify any IP address from 199.95.207.0 to 199.95.207.255 inclusive; the digits after the `/' tell which parts of the IP address are significant. `/32' or `/255.255.255.255' is the default (match all of the IP address). To specify any IP address at all `/0' can be used.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 24 Jun 2002 06:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750154#M90230</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-06-24T06:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: how about the syntax of continous IP defined in ipchanis( -s -d)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750155#M90231</link>
      <description>They call these subnet masks.  You can find a calculator here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.telusplanet.net/public/sparkman/netcalc.htm" target="_blank"&gt;http://www.telusplanet.net/public/sparkman/netcalc.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example to include 192.168.0.1-192.168.0.127 you would use this in ipchains: 192.168.0.1/25&lt;BR /&gt;&lt;BR /&gt;You will want to research tcp/ip subnet masking to learn more.</description>
      <pubDate>Mon, 24 Jun 2002 11:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750155#M90231</guid>
      <dc:creator>Hal Rottenberg</dc:creator>
      <dc:date>2002-06-24T11:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: how about the syntax of continous IP defined in ipchanis( -s -d)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750156#M90232</link>
      <description>Picking up on the previous posts, &lt;BR /&gt;to deny traffic on eth0 originating from the first 128 ip addresses in your subnet&lt;BR /&gt;&lt;BR /&gt;ipchains -A (your chain here) -i eth0 -s 192.168.0.0/25 -j DENY&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Mark&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 00:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-about-the-syntax-of-continous-ip-defined-in-ipchanis-s-d/m-p/2750156#M90232</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-06-25T00:56:46Z</dc:date>
    </item>
  </channel>
</rss>

