<?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 A problem of IP Address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867478#M97612</link>
    <description>I want to use "172.16.0.18/24" IP address to set my rp2430 Server installed HP-UX 11.00 Version OS, but the server refused this IP address and sent error message like "violate IP subset zero rule". I'll appreciate you who can help me?</description>
    <pubDate>Thu, 19 Dec 2002 03:59:34 GMT</pubDate>
    <dc:creator>Wang Haihua</dc:creator>
    <dc:date>2002-12-19T03:59:34Z</dc:date>
    <item>
      <title>A problem of IP Address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867478#M97612</link>
      <description>I want to use "172.16.0.18/24" IP address to set my rp2430 Server installed HP-UX 11.00 Version OS, but the server refused this IP address and sent error message like "violate IP subset zero rule". I'll appreciate you who can help me?</description>
      <pubDate>Thu, 19 Dec 2002 03:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867478#M97612</guid>
      <dc:creator>Wang Haihua</dc:creator>
      <dc:date>2002-12-19T03:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: A problem of IP Address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867479#M97613</link>
      <description>HP-UX will not allow you to use an address in a 0 subnet.  &lt;BR /&gt;&lt;BR /&gt;Have a look at the following from the TKB as to how to turn off this "feature".&lt;BR /&gt;&lt;BR /&gt;*****************&lt;BR /&gt;How To Turn off Ip Subnet Checking&lt;BR /&gt;&lt;BR /&gt;DocId: KBRC00001356   &lt;BR /&gt;Updated: 4/6/00 3:09:38 PM&lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;When using ip schemes that do not conform to RFC-1122 there is a variable that can be changed which disables the checking for conformance to the RFC.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;Issue the following command:&lt;BR /&gt;&lt;BR /&gt;ndd -h unsupported |more &lt;BR /&gt;&lt;BR /&gt;The Variable ip_check_subnet_addr - Controls the subnet portion of a host address&lt;BR /&gt;&lt;BR /&gt;To bypass RFC-1122 address checking, set the ip_check_subnet_addr variable to zero.  To make this a permanent setting, include this setting in the /etc/rc.config.d/nddconf file.&lt;BR /&gt;&lt;BR /&gt;Summary:&lt;BR /&gt;The following output is what is seen if you are checking subnets:&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_check_subnet_addr 1&lt;BR /&gt;&lt;BR /&gt;Set value&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;Now reread the netconf and nddconf files:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;To make this permanent edit /etc/rc.config.d/nddconf and add a set of 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;On Hp-ux 10.20&lt;BR /&gt;&lt;BR /&gt;With HP-UX 10.20 use the nettune command to make this change&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/nettune -s ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;To make the change permanent:&lt;BR /&gt;1. Create a text file called nettune_script with the following line:&lt;BR /&gt;&lt;BR /&gt;nettune -s ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;2. mv nettune_script /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;3. chmod 555 /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;4. chgrp bin /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;5. chown bin /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;6. cd /sbin/rc2.d&lt;BR /&gt;&lt;BR /&gt;7. ln -s  /sbin/init.d/nettune_script /sbin/rc2.d/S006subnet&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Dec 2002 04:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867479#M97613</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-12-19T04:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: A problem of IP Address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867480#M97614</link>
      <description>you need to set ip_check_subnet_addr parameter.&lt;BR /&gt;&lt;BR /&gt;Check /etc/rc.config.d/nddconf to set it permanently.</description>
      <pubDate>Thu, 19 Dec 2002 04:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867480#M97614</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-12-19T04:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: A problem of IP Address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867481#M97615</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you are trying to use 0.0.0.0 as the subnet which hp-ux doesn't allow.&lt;BR /&gt;follwing the Patrick's  post will solve your problem</description>
      <pubDate>Thu, 19 Dec 2002 05:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867481#M97615</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-12-19T05:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: A problem of IP Address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867482#M97616</link>
      <description>Just to add to Patrick's response, the ndd setting becomes unnecessary with 11i as the default for ip_check_subnet_addr becomes 0.</description>
      <pubDate>Fri, 20 Dec 2002 17:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-of-ip-address/m-p/2867482#M97616</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2002-12-20T17:50:22Z</dc:date>
    </item>
  </channel>
</rss>

