<?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: Subnetting issues in 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519414#M596275</link>
    <description>Yes, it is a valid subnet now, but it did not used to be valid.&lt;BR /&gt;&lt;BR /&gt;All routers up until a few years ago would not route any addresses that the network or subnetted IP were found to be all 0 or all 1's or ending in 0 or 255.&lt;BR /&gt;&lt;BR /&gt;This was an early IP specification that has been eliminated.&lt;BR /&gt;&lt;BR /&gt;HPUX 10.20 still has this restriction and as has been pointed out, you have to turn off the checking in 11.&lt;BR /&gt;&lt;BR /&gt;So you can't have a network of 24.0.0 and an IP of 0 or 255.</description>
    <pubDate>Fri, 20 Apr 2001 12:10:41 GMT</pubDate>
    <dc:creator>John Bolene</dc:creator>
    <dc:date>2001-04-20T12:10:41Z</dc:date>
    <item>
      <title>Subnetting issues in 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519410#M596271</link>
      <description>I am running into trouble trying to assign a  subnet mask of 255.255.255.0 to a HP-UX host 24.0.0.254&lt;BR /&gt;&lt;BR /&gt;It will only accpets a subnet mask of 255.0.0.0  Now, I've been around IP for years and I know that 24.0.0.0 is a Class A network, yet 24.0.0.254 subnetted to 255.255.255.0 is a 100% valid IP. (Even though my HP-UX doesn't think so.)&lt;BR /&gt;&lt;BR /&gt;MY QUESTION&lt;BR /&gt;-----------&lt;BR /&gt;IS THERE A WAY THAT I CAN MODIFY THE RULESET HP-UX 10.20 USES TO VERIFY AN IP ADDRESS OR SUBNET MASK IS VALID??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Trent.</description>
      <pubDate>Fri, 20 Apr 2001 10:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519410#M596271</guid>
      <dc:creator>Trent Cameron</dc:creator>
      <dc:date>2001-04-20T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Subnetting issues in 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519411#M596272</link>
      <description>Try with SAM.</description>
      <pubDate>Fri, 20 Apr 2001 11:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519411#M596272</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-20T11:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Subnetting issues in 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519412#M596273</link>
      <description>We found this to be a problem during our disaster recovery test.  However, we were running HP-UX 11.0.  The fix was to edit /etc/rc.config.d/nddconf and tell it not to check for class by adding three lines:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip    &lt;BR /&gt;NDD_NAME[0]=ip_check_subnet_addr&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;where the number in the square brackets refers to the occurance of the lan card.  Use lanscan to get the network information on the card number to use.</description>
      <pubDate>Fri, 20 Apr 2001 11:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519412#M596273</guid>
      <dc:creator>Martha Mueller</dc:creator>
      <dc:date>2001-04-20T11:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Subnetting issues in 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519413#M596274</link>
      <description>Just ran across your other post - You did specify 10.20.  I guess this doesn't apply, after all.&lt;BR /&gt;&lt;BR /&gt;Sorry to waste your time.</description>
      <pubDate>Fri, 20 Apr 2001 11:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519413#M596274</guid>
      <dc:creator>Martha Mueller</dc:creator>
      <dc:date>2001-04-20T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Subnetting issues in 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519414#M596275</link>
      <description>Yes, it is a valid subnet now, but it did not used to be valid.&lt;BR /&gt;&lt;BR /&gt;All routers up until a few years ago would not route any addresses that the network or subnetted IP were found to be all 0 or all 1's or ending in 0 or 255.&lt;BR /&gt;&lt;BR /&gt;This was an early IP specification that has been eliminated.&lt;BR /&gt;&lt;BR /&gt;HPUX 10.20 still has this restriction and as has been pointed out, you have to turn off the checking in 11.&lt;BR /&gt;&lt;BR /&gt;So you can't have a network of 24.0.0 and an IP of 0 or 255.</description>
      <pubDate>Fri, 20 Apr 2001 12:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519414#M596275</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-04-20T12:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Subnetting issues in 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519415#M596276</link>
      <description>Hi Trent,&lt;BR /&gt;&lt;BR /&gt;It could be possible to use subnet zero in 10.20 too, was &lt;BR /&gt;slightly more complicated than in 11.00. It required to use adb.&lt;BR /&gt;How to do this, have a look into &lt;BR /&gt;"Subnet Zero Enable in HPUX 10.20  roobala  04/04/01" &lt;BR /&gt;in the Networking forum too.&lt;BR /&gt;You'll find there an answer by Printaporn how to do this with the help of adb command.</description>
      <pubDate>Sat, 21 Apr 2001 14:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519415#M596276</guid>
      <dc:creator>Wieslaw Krajewski</dc:creator>
      <dc:date>2001-04-21T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Subnetting issues in 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519416#M596277</link>
      <description>Trent,&lt;BR /&gt;&lt;BR /&gt;The reason you're having problems with this&lt;BR /&gt;ip/mask combination is that it is in violation&lt;BR /&gt;of rfc1122 which tell us that if you set additional subnetmask bits you MUST use at least one but not of them.  Your combination of&lt;BR /&gt;24.0.0.254/255.255.255.0 doesn't use any.&lt;BR /&gt;&lt;BR /&gt;To get around this do the following;&lt;BR /&gt;&lt;BR /&gt;1. Install the latest HP-UX 10.x ARPA TRANSPORT CUMULATIVE PATCH.&lt;BR /&gt;&lt;BR /&gt;2. Create a text file called nettune_script in /sbin/init.d with the following line:&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/nettune -s ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;3. chmod 555 /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;4. chown bin:bin /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;5. cd /sbin/rc2.d&lt;BR /&gt;&lt;BR /&gt;6. ln -s /sbin/rc2.d/S006subnet&lt;BR /&gt;&lt;BR /&gt;After the next reboot you will be able to set&lt;BR /&gt;the mask you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 18:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-issues-in-10-20/m-p/2519416#M596277</guid>
      <dc:creator>Peter Van Sant</dc:creator>
      <dc:date>2001-04-25T18:50:44Z</dc:date>
    </item>
  </channel>
</rss>

