<?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: Problems changing netmask in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869959#M563344</link>
    <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Have you tried to edit your /etc/rc.config.d/netconf file and reboot your machine?&lt;BR /&gt;&lt;BR /&gt;Regards, MB.</description>
    <pubDate>Thu, 11 Nov 2004 05:24:26 GMT</pubDate>
    <dc:creator>Marcel Boogert_1</dc:creator>
    <dc:date>2004-11-11T05:24:26Z</dc:date>
    <item>
      <title>Problems changing netmask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869957#M563342</link>
      <description>I am having problems changing the netmask on a L1000 running 11.00.&lt;BR /&gt;I need my IP address to be 10.0.0.182 with netmask of 255.255.0.0. to match customers existing network config.&lt;BR /&gt;Currently it is set to 255.0.0.0. All efforts to change via SAM result in 'network card not configured' coming back or via ifconfig I get the error 'netmask bad'.&lt;BR /&gt;I have even tried to set as 255.255.255.0, but get the same error messages.&lt;BR /&gt;&lt;BR /&gt;Any ideas????</description>
      <pubDate>Thu, 11 Nov 2004 04:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869957#M563342</guid>
      <dc:creator>Paul Remeika_1</dc:creator>
      <dc:date>2004-11-11T04:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems changing netmask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869958#M563343</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;regds,</description>
      <pubDate>Thu, 11 Nov 2004 04:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869958#M563343</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-11-11T04:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems changing netmask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869959#M563344</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Have you tried to edit your /etc/rc.config.d/netconf file and reboot your machine?&lt;BR /&gt;&lt;BR /&gt;Regards, MB.</description>
      <pubDate>Thu, 11 Nov 2004 05:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869959#M563344</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-11-11T05:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems changing netmask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869960#M563345</link>
      <description>bhavin is correct about the cause of the problem but the nddconf entry is garbled (this happened to a lot of the old posts when they moved the forum to the new platform).&lt;BR /&gt;&lt;BR /&gt;  Should be &lt;BR /&gt;&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;If you already have a entries in nddconf then use the next higher interger in the brackets.&lt;BR /&gt;&lt;BR /&gt;Marcel also has a point that it is simpler to make the change in&lt;BR /&gt; /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;and if SAM still doesn't want to work then you may have to do that.  It's pretty simple.&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0 &lt;BR /&gt;IP_ADDRESS[0]=10.0.0.182 &lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Save the file then (assuming you are on the console) run&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 12:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869960#M563345</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2004-11-11T12:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems changing netmask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869961#M563346</link>
      <description>Thanks Guys - it took a couple of reboots, but finally got it to take.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your input.</description>
      <pubDate>Thu, 11 Nov 2004 13:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869961#M563346</guid>
      <dc:creator>Paul Remeika_1</dc:creator>
      <dc:date>2004-11-11T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems changing netmask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869962#M563347</link>
      <description>Changing the files as suggested has resolved the problem</description>
      <pubDate>Thu, 11 Nov 2004 13:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-changing-netmask/m-p/4869962#M563347</guid>
      <dc:creator>Paul Remeika_1</dc:creator>
      <dc:date>2004-11-11T13:59:10Z</dc:date>
    </item>
  </channel>
</rss>

