<?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: netmask ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407598#M567280</link>
    <description>hi all,&lt;BR /&gt;&lt;BR /&gt;even when i use:&lt;BR /&gt;ROUTE_DESTINATION[1]="net 10.100.108.0"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[1]="10.100.109.1"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;i'm getting error rereading netconf.. why ?&lt;BR /&gt;&lt;BR /&gt;but when i do this :&lt;BR /&gt;ROUTE_DESTINATION[1]="net 10.100.108.11"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="10.100.109.1"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;it went through. The route mask is confirmed correct. why it cant be used here ?</description>
    <pubDate>Wed, 27 Oct 2004 01:10:11 GMT</pubDate>
    <dc:creator>Lee Huei</dc:creator>
    <dc:date>2004-10-27T01:10:11Z</dc:date>
    <item>
      <title>netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407589#M567271</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I'm getting this error in rc.log&lt;BR /&gt;Configure LAN interfaces&lt;BR /&gt;Output from "/sbin/rc2.d/S340net start":&lt;BR /&gt;----------------------------&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;        netmask: bad value&lt;BR /&gt;"/sbin/rc2.d/S340net start" FAILED &amp;lt;&amp;lt;--&lt;BR /&gt;&lt;BR /&gt;there are 2 lan card&lt;BR /&gt;lan 1 entry:&lt;BR /&gt;P_ADDRESS[1]=10.100.109.250&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;:&lt;BR /&gt;:&lt;BR /&gt;ROUTE_DESTINATION[1]=10.100.108.11&lt;BR /&gt;ROUTE_MASK[1]=255.255.255.0   &lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[1]=10.100.109.1&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;But whwnever i have the route_mask uncomment, i cant read the netconf file (/sbin/init.d/net) it complaint abt the route mask, i have to comment it out .&lt;BR /&gt;&lt;BR /&gt;so each time system reboot, i need to manually add in the route "10.100.108.11"&lt;BR /&gt;&lt;BR /&gt;anyone can help ?</description>
      <pubDate>Mon, 25 Oct 2004 21:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407589#M567271</guid>
      <dc:creator>Lee Huei</dc:creator>
      <dc:date>2004-10-25T21:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407590#M567272</link>
      <description>The following line is giving you the clue&lt;BR /&gt;&lt;BR /&gt;netmask: bad value&lt;BR /&gt;&lt;BR /&gt;I suggest you replace&lt;BR /&gt;&lt;BR /&gt;ROUTE_MASK[1]=255.255.255.0&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;ROUTE_MASK[1]=""</description>
      <pubDate>Mon, 25 Oct 2004 22:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407590#M567272</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-10-25T22:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407591#M567273</link>
      <description>Thanks for replying.&lt;BR /&gt;&lt;BR /&gt;You mean it is ok with not putting anything on the route_mask ??&lt;BR /&gt;&lt;BR /&gt;Will this start up automatically upon system reboot?&lt;BR /&gt;&lt;BR /&gt;currently, i've commented it out. system reboot does not start up thsi route? any advice?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 25 Oct 2004 22:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407591#M567273</guid>
      <dc:creator>Lee Huei</dc:creator>
      <dc:date>2004-10-25T22:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407592#M567274</link>
      <description>It looks like that you are trying to add host route in which case you shouldn't specify route network mask.&lt;BR /&gt;&lt;BR /&gt;Route network mask would only make sense if you were adding network route (see below).&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 10.100.108.0"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[1]=10.100.109.1&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""</description>
      <pubDate>Mon, 25 Oct 2004 22:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407592#M567274</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-10-25T22:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407593#M567275</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Forgot to tell you that i've changed to this:&lt;BR /&gt;ROUTE_DESTINATION[1]="net 10.100.108.11"&lt;BR /&gt;ROUTE_MASK[1]=255.255.255.0 &lt;BR /&gt;ROUTE_GATEWAY[1]=10.100.109.1&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;Still, /sbin/init.d/net start &amp;lt;== fail with bad mask&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 22:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407593#M567275</guid>
      <dc:creator>Lee Huei</dc:creator>
      <dc:date>2004-10-25T22:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407594#M567276</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The ip addresses you are using are Class A networks so shouldn't the SUBNET_MASK &amp;amp; the ROUTE_MASK be 255.0.0.0&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 26 Oct 2004 06:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407594#M567276</guid>
      <dc:creator>Peter Leddy_1</dc:creator>
      <dc:date>2004-10-26T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407595#M567277</link>
      <description>Put network configuration informations within quote's as,&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 10.100.108.11"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[1]="10.100.109.1"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;And more, ROUTE_MASK is a optional field. You can put or make "" there. If you did not put then system will take default route mask there.&lt;BR /&gt;&lt;BR /&gt;# ROUTE_MASK:         Subnetwork mask in decimal-dot notation, or C language&lt;BR /&gt;#                     hexadecimal notation.  This is an optional field.&lt;BR /&gt;#                     A IP address, subnet mask pair uniquely identifies&lt;BR /&gt;#                     a subnet to be reached. If a subnet mask is not given,&lt;BR /&gt;#                     then the system will assign the longest subnet mask&lt;BR /&gt;#                     of the configured network interfaces to this route.&lt;BR /&gt;#                     If there is no matching subnet mask, then the system&lt;BR /&gt;#                     will assign the default network mask as the route's&lt;BR /&gt;#                     subnet mask.&lt;BR /&gt;&lt;BR /&gt;Start net again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2004 08:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407595#M567277</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-26T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407596#M567278</link>
      <description>Your gateway (10.100.109.1) on that interface is NOT&lt;BR /&gt;on the same network as 10.100.108.11 with a netmask of&lt;BR /&gt;255.255.255.0 &lt;BR /&gt;Either the netmask or the gateway needs fixing.&lt;BR /&gt;&lt;BR /&gt;HTH and thanks for any points.  ...Laurie :{)</description>
      <pubDate>Tue, 26 Oct 2004 20:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407596#M567278</guid>
      <dc:creator>Laurie Gellatly</dc:creator>
      <dc:date>2004-10-26T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407597#M567279</link>
      <description>ROUTE_DESTINATION must specify a valid network subnet.&lt;BR /&gt;With a subnet mask of 255.255.255.0 a valid ROUTE_DESTINATION would be "net 10.100.108.0"&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 01:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407597#M567279</guid>
      <dc:creator>Mike Botha</dc:creator>
      <dc:date>2004-10-27T01:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: netmask ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407598#M567280</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;even when i use:&lt;BR /&gt;ROUTE_DESTINATION[1]="net 10.100.108.0"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[1]="10.100.109.1"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;i'm getting error rereading netconf.. why ?&lt;BR /&gt;&lt;BR /&gt;but when i do this :&lt;BR /&gt;ROUTE_DESTINATION[1]="net 10.100.108.11"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="10.100.109.1"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;it went through. The route mask is confirmed correct. why it cant be used here ?</description>
      <pubDate>Wed, 27 Oct 2004 01:10:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask/m-p/3407598#M567280</guid>
      <dc:creator>Lee Huei</dc:creator>
      <dc:date>2004-10-27T01:10:11Z</dc:date>
    </item>
  </channel>
</rss>

