<?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 Subnet mask in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768271#M22753</link>
    <description>Hello, what would be the subnet mask of this ip address..&lt;BR /&gt;&lt;BR /&gt;216.239.114.0/24&lt;BR /&gt;&lt;BR /&gt;Thanks and points will be assigned.</description>
    <pubDate>Fri, 07 Apr 2006 18:58:11 GMT</pubDate>
    <dc:creator>Ragni Singh</dc:creator>
    <dc:date>2006-04-07T18:58:11Z</dc:date>
    <item>
      <title>Subnet mask</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768271#M22753</link>
      <description>Hello, what would be the subnet mask of this ip address..&lt;BR /&gt;&lt;BR /&gt;216.239.114.0/24&lt;BR /&gt;&lt;BR /&gt;Thanks and points will be assigned.</description>
      <pubDate>Fri, 07 Apr 2006 18:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768271#M22753</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-04-07T18:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet mask</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768272#M22754</link>
      <description>The '/24' at the end states that the subnet mask is already set using CIDR.  But to expand it, the '/24' equates to '/255.255.255.0'.&lt;BR /&gt;&lt;BR /&gt;So this value means anything from 216.239.114.0-216.239.114.255 .</description>
      <pubDate>Fri, 07 Apr 2006 23:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768272#M22754</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-07T23:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet mask</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768273#M22755</link>
      <description>Sanjit,&lt;BR /&gt;&lt;BR /&gt;In this case subnet mask is 255.255.255.0.&lt;BR /&gt;&lt;BR /&gt;-Ajay</description>
      <pubDate>Sat, 08 Apr 2006 01:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768273#M22755</guid>
      <dc:creator>Ajay Agarwal</dc:creator>
      <dc:date>2006-04-08T01:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet mask</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768274#M22756</link>
      <description>&lt;BR /&gt;You can use the ipcalc utility to do&lt;BR /&gt;various "calculations" related to IP addresses:&lt;BR /&gt;&lt;BR /&gt;$ ipcalc --usage&lt;BR /&gt;Usage: ipcalc [-bhmnps?] [-b|--broadcast] [-h|--hostname] [-m|--netmask]&lt;BR /&gt;[-n|--network] [-p|--prefix] [-s|--silent] [-?|--help] [--usage]&lt;BR /&gt;&lt;BR /&gt;example netmask:&lt;BR /&gt;$ ipcalc -m 216.239.114.0/24&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;&lt;BR /&gt;accordingly the broadcast address:&lt;BR /&gt;$ ipcalc -b 216.239.114.0/24&lt;BR /&gt;BROADCAST=216.239.114.255&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;/Thomas</description>
      <pubDate>Sun, 09 Apr 2006 03:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768274#M22756</guid>
      <dc:creator>Thomas Ries</dc:creator>
      <dc:date>2006-04-09T03:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet mask</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768275#M22757</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;use this smart tool...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jodies.de/ipcalc" target="_blank"&gt;http://jodies.de/ipcalc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it is web based and works good...&lt;BR /&gt;&lt;BR /&gt;Hope this is useful&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 10 Apr 2006 05:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768275#M22757</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-04-10T05:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet mask</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768276#M22758</link>
      <description>The subnet mask is a binary value, translated to decimal. The subnet mask is 8 octets, like this:&lt;BR /&gt;&lt;BR /&gt;11111111.11111111.11111111.00000000&lt;BR /&gt;&lt;BR /&gt;When all octects are 1, the value is 255, when all 0 is 0, a simple binary to decimal conversion.&lt;BR /&gt;&lt;BR /&gt;So, when you say /24, you are saying that you have 24 subnet mask bit to 1, that would be translated to 255.255.255.0, if you say /16, that means 2 octets to 1, giving 255.255.0.0, and /8 would be:&lt;BR /&gt;&lt;BR /&gt;11111111.00000000.00000000.00000000&lt;BR /&gt;&lt;BR /&gt;Or 255.0.0.0.&lt;BR /&gt;&lt;BR /&gt;This is very simple, but this can be more complex if you use a subnet mask like 255.255.252.0. It worth to learn what this does.</description>
      <pubDate>Mon, 10 Apr 2006 08:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subnet-mask/m-p/3768276#M22758</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-10T08:15:49Z</dc:date>
    </item>
  </channel>
</rss>

