<?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 route statement in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909745#M578599</link>
    <description>I am try to add a route on a HP 11.0 server and I am getting errors on the netmask.  &lt;BR /&gt;&lt;BR /&gt;Here is the command I am using:&lt;BR /&gt;route add 64.212.167.0 netmask 255.255.255.128 63.167.19.11 1&lt;BR /&gt;&lt;BR /&gt;Here is the error:&lt;BR /&gt;netmask: bad value&lt;BR /&gt;&lt;BR /&gt;It is a valid network and netmask. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;John Booth&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Feb 2003 20:42:51 GMT</pubDate>
    <dc:creator>John Booth_3</dc:creator>
    <dc:date>2003-02-20T20:42:51Z</dc:date>
    <item>
      <title>route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909745#M578599</link>
      <description>I am try to add a route on a HP 11.0 server and I am getting errors on the netmask.  &lt;BR /&gt;&lt;BR /&gt;Here is the command I am using:&lt;BR /&gt;route add 64.212.167.0 netmask 255.255.255.128 63.167.19.11 1&lt;BR /&gt;&lt;BR /&gt;Here is the error:&lt;BR /&gt;netmask: bad value&lt;BR /&gt;&lt;BR /&gt;It is a valid network and netmask. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;John Booth&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 20:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909745#M578599</guid>
      <dc:creator>John Booth_3</dc:creator>
      <dc:date>2003-02-20T20:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909746#M578600</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;route add 64.212.167.0 netmask 255.255.255.128 63.167.19.11 2&lt;BR /&gt;&lt;BR /&gt;BTW, you should refrain from posting "real" ip's in any kind of forum.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 20:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909746#M578600</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-02-20T20:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909747#M578601</link>
      <description>These are not valid addresses.  Just examples. I tried with the 2 for metric and got the same error on the netmask.</description>
      <pubDate>Thu, 20 Feb 2003 20:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909747#M578601</guid>
      <dc:creator>John Booth_3</dc:creator>
      <dc:date>2003-02-20T20:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909748#M578602</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Use ndd to override HP's still old method of verifying the subnets.&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;Then try again.&lt;BR /&gt;&lt;BR /&gt;Edit /etc/rc.config.d/netconf and use the examples to set this permanently so that it will survive the reboots.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 20 Feb 2003 20:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909748#M578602</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-20T20:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909749#M578603</link>
      <description>Great call sri----  Forgot about that one. ;)&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 20:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909749#M578603</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-02-20T20:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909750#M578604</link>
      <description>I ran the ndd -set /dev/ip ip_check_subnet_addr 0 &lt;BR /&gt;&lt;BR /&gt;and still got the same error with bad netmask.</description>
      <pubDate>Thu, 20 Feb 2003 20:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909750#M578604</guid>
      <dc:creator>John Booth_3</dc:creator>
      <dc:date>2003-02-20T20:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909751#M578605</link>
      <description>The problem with not posting "real" ip addresses here is you may have an invalid IP/netmask combination in real life.&lt;BR /&gt;&lt;BR /&gt;If you need to maintain network security, you may need to communicate with one of us via email with actual network setup information.&lt;BR /&gt;&lt;BR /&gt;Or perhaps more appropriate for people that have service contracts, open a support call.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Feb 2003 20:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909751#M578605</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-20T20:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909752#M578606</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Use "net" before 64.212.167.0&lt;BR /&gt;&lt;BR /&gt;route add net 64.212.167.0 netmask 255.255.255.128 63.167.19.11 1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 20 Feb 2003 21:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909752#M578606</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-20T21:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909753#M578607</link>
      <description>I am able to use these same route statements fine on other servers with different OS's.  It works on our AIX, SCO and Windows Servers.  I can't figure out why it won't work on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;john</description>
      <pubDate>Thu, 20 Feb 2003 21:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909753#M578607</guid>
      <dc:creator>John Booth_3</dc:creator>
      <dc:date>2003-02-20T21:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909754#M578608</link>
      <description>Thanks Sri add the net before the destination fixed the issue and of course the ndd.  Is their anything special I need to do in the netconf file for this route to be readded when the system reboots?</description>
      <pubDate>Thu, 20 Feb 2003 21:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909754#M578608</guid>
      <dc:creator>John Booth_3</dc:creator>
      <dc:date>2003-02-20T21:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909755#M578609</link>
      <description>Yes John,&lt;BR /&gt;&lt;BR /&gt;Add the following entries.&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 64.212.167.0"  &lt;BR /&gt;ROUTE_GATEWAY[1]="63.167.19.11 "       &lt;BR /&gt;ROUTE_MASK[1]="255.255.255.128"         &lt;BR /&gt;ROUTE_COUNT[1]="1"                    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri     &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 21:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909755#M578609</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-20T21:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: route statement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909756#M578610</link>
      <description>Also, keep these entries in your /etc/rc.config.d/nddconf file.&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;-Sri</description>
      <pubDate>Thu, 20 Feb 2003 21:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-statement/m-p/2909756#M578610</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-20T21:29:15Z</dc:date>
    </item>
  </channel>
</rss>

