<?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: Subnet Mask setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559840#M559782</link>
    <description>When SAM was used to configured the NIC card, the broadcast address 192.168.16.31 was assigned by SAM.</description>
    <pubDate>Tue, 07 Jun 2005 23:50:47 GMT</pubDate>
    <dc:creator>yc_2</dc:creator>
    <dc:date>2005-06-07T23:50:47Z</dc:date>
    <item>
      <title>Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559835#M559777</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I configured a second NIC card (btlan4) with the following in /etc/rc.config.d/netconf for a K380 server running UX 11.00&lt;BR /&gt;&lt;BR /&gt; :&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;IP_ADDRESS[1]=192.168.16.23&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0   &amp;lt;- works&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224 &amp;lt;- error&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[1]=192.168.16.1&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_DESTINATION[1]=default&lt;BR /&gt;&lt;BR /&gt;If the subnet_mask set to 255.255.255.224, the following message will show when /sbin/init.d/net start is executed:&lt;BR /&gt;&lt;BR /&gt;ERROR:   lan1 interface: ifconfig: ioctl (SIOCSIFNETMASK): bad value&lt;BR /&gt;ERROR:  Failed to add route entry because its interface is not&lt;BR /&gt;        yet initialized.  May need to add this route entry with&lt;BR /&gt;        a route commad after the interface is up :&lt;BR /&gt;        add net default: gateway 192.168.16.1: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;Everything runs fine if subnet_mask is set to 255.255.255.0 but I was told by my network admin to use 255.255.255.224 and commented that the error was due to wrong configuration in the server.&lt;BR /&gt;&lt;BR /&gt;Any pointer is appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jun 2005 21:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559835#M559777</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2005-06-07T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559836#M559778</link>
      <description>Hi Leong,&lt;BR /&gt;&lt;BR /&gt;Try configuring it thru SAM.&lt;BR /&gt;&lt;BR /&gt;SAM &amp;gt; Network and Communications &amp;gt; Network interface cards.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 07 Jun 2005 21:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559836#M559778</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-06-07T21:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559837#M559779</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;recommended step is to disable subnet mask checking. this is a good thread to address your problem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105606" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105606&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 07 Jun 2005 21:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559837#M559779</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-06-07T21:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559838#M559780</link>
      <description>Use SAM to configured and the result is the same as mentioned in the first posting.</description>
      <pubDate>Tue, 07 Jun 2005 21:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559838#M559780</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2005-06-07T21:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559839#M559781</link>
      <description>If he's given you a subnet of 255.255.255.224 and you need to get to the default gateway of 192.168.16.1, then I think you need to be setting your Broadcast address also.&lt;BR /&gt;&lt;BR /&gt;Try setting the broadcast to 192.168.16.31 and let us know how that goes.</description>
      <pubDate>Tue, 07 Jun 2005 23:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559839#M559781</guid>
      <dc:creator>Paul Eadington_1</dc:creator>
      <dc:date>2005-06-07T23:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559840#M559782</link>
      <description>When SAM was used to configured the NIC card, the broadcast address 192.168.16.31 was assigned by SAM.</description>
      <pubDate>Tue, 07 Jun 2005 23:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559840#M559782</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2005-06-07T23:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559841#M559783</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try disabling subnet mask checking:&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/ip ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;To make permanent, edit /etc/rc.config.d/nddconf:&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;The reason HP-UX is rejecting the maxk/ip combination is it was interpreting them under the original, classful subnetting rules that still had the concept ofa this netowrk, all subnets broadcast. thus, an all-zeros or all-ones subnet portion could not be assigned as a host's IP address.&lt;BR /&gt;&lt;BR /&gt;the ip_check_subnet_addr as mentioned will cause the mask/ip combinations to be interpreted under the newer classless rules. that becomes the default in 11i.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 08 Jun 2005 01:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559841#M559783</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-06-08T01:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559842#M559784</link>
      <description>It worked with the advice from Joseph Loo and Suraj Singh. Thanks you. &lt;BR /&gt;&lt;BR /&gt;Just one more question, why is it "Unknown tunable parameter: ip_check_subnet_addr" when the following is issued:&lt;BR /&gt;&lt;BR /&gt;#ndd -h ip_check_ubnet_addr &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 01:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559842#M559784</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2005-06-08T01:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559843#M559785</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;make sure u type the parameter correctly:&lt;BR /&gt;&lt;BR /&gt;# ndd -h ip_check_subnet_addr&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;(p.s. please remember to assign points.)</description>
      <pubDate>Wed, 08 Jun 2005 01:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559843#M559785</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-06-08T01:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559844#M559786</link>
      <description>Hi Joesph,&lt;BR /&gt;&lt;BR /&gt;My typo mistake but I still get "Unknown tunable parameter: ip_check_subnet_addr" by cutting your posting.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 02:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559844#M559786</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2005-06-08T02:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559845#M559787</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;could u reply the "ndd -h":&lt;BR /&gt;&lt;BR /&gt;# ndd -h&lt;BR /&gt; look under SUPPORTED ndd tunable parameters&lt;BR /&gt;&lt;BR /&gt;it may be ip_check_subnet_addr is not supported.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Wed, 08 Jun 2005 02:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559845#M559787</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-06-08T02:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559846#M559788</link>
      <description>Found it under:&lt;BR /&gt;&lt;BR /&gt;UNSUPPORTED ndd tunable parameters on HP-UX</description>
      <pubDate>Wed, 08 Jun 2005 02:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559846#M559788</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2005-06-08T02:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559847#M559789</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;maybe u like to read this thread for why it is unsupported:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=716344" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=716344&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Wed, 08 Jun 2005 02:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559847#M559789</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-06-08T02:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559848#M559790</link>
      <description>Hi,&lt;BR /&gt;I think u didnt think about why SAM was giving error. The pblm is with the netmask , it should be 255.255.255.240 ,bcoz 255.255.255.224 is not a valid subnetmask for the ip address 192.168.16.23. Pls check with the subnetmask 255.255.255.240 if possible, i wont tell u to doit if u dont have any issues after disabling the checking of subnetmasks.</description>
      <pubDate>Thu, 09 Jun 2005 09:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559848#M559790</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-09T09:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Subnet Mask setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559849#M559791</link>
      <description>I think your IP is out of this range.&lt;BR /&gt;see this doc&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000070739152" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000070739152&lt;/A&gt;&lt;BR /&gt;SO YOU SHOULD CHANGE TO &lt;BR /&gt;IP_ADDRESS[1]=192.168.16.226&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224&lt;BR /&gt;TIENNA</description>
      <pubDate>Thu, 09 Jun 2005 21:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-mask-setting/m-p/3559849#M559791</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-09T21:40:46Z</dc:date>
    </item>
  </channel>
</rss>

