<?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: Add route - problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817376#M85797</link>
    <description>Thanks all. I would like to know how could i manual add in into netconf file (perm) instead of use route add command. i still cannot use route add command it point network not reachable. it is very weird. In my netconf file, i saw below :-&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;ip_address[0]=213.221.254.12&lt;BR /&gt;subnet_mask[0]=255.255.255.224&lt;BR /&gt;boardcast_address[0]=&lt;BR /&gt;interface_state[0]=&lt;BR /&gt;dhcp_enable[0]=&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1:1       &lt;BR /&gt;ip_address[0]=109.15.43.11&lt;BR /&gt;subnet_mask[0]=255.255.255.0&lt;BR /&gt;boardcast_address[0]=&lt;BR /&gt;interface_state[0]=&lt;BR /&gt;dhcp_enable[0]=&lt;BR /&gt;&lt;BR /&gt;what is lan1:1 means ? it is visual ip configuration ? then if i want to add my route to this file...how will be the format. Thanks.</description>
    <pubDate>Thu, 03 Oct 2002 00:29:52 GMT</pubDate>
    <dc:creator>Kenn Chen</dc:creator>
    <dc:date>2002-10-03T00:29:52Z</dc:date>
    <item>
      <title>Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817370#M85791</link>
      <description>I would like to add new IP into my routing table. When i issue the routing command as below, system response that Network not reach and routing was not created. Any idea of this problem ?&lt;BR /&gt;&lt;BR /&gt;route add net 147.174.213.65 netmask 255.255.255.255 &lt;GATEWAY ip=""&gt;&lt;/GATEWAY&gt;</description>
      <pubDate>Wed, 02 Oct 2002 10:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817370#M85791</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2002-10-02T10:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817371#M85792</link>
      <description>Hi,&lt;BR /&gt;two errors:&lt;BR /&gt;147.174.213.65 is not a network, but a host.&lt;BR /&gt;255.255.255.255 is not a good netmask.&lt;BR /&gt;&lt;BR /&gt;If you f.i. want to add the 147.174.213 network, you give the command:&lt;BR /&gt;route add net 147.174.213.0 netmask 255.255.255.0 &lt;GATEWAY ip=""&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Donald&lt;/GATEWAY&gt;</description>
      <pubDate>Wed, 02 Oct 2002 10:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817371#M85792</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2002-10-02T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817372#M85793</link>
      <description>and that is only a temp change. see /etc/rc.config.d/netconf for more perm changes&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 02 Oct 2002 11:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817372#M85793</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-02T11:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817373#M85794</link>
      <description>Donald is right&lt;BR /&gt;&lt;BR /&gt;you also can add a name to the network in the /etc/networks file&lt;BR /&gt;&lt;BR /&gt;mynet 147.174.213&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;&lt;BR /&gt;route add mynet mask 255.255.255.0 &lt;GW&gt;&lt;BR /&gt;&lt;BR /&gt;you need put the netmask because 147 is a b class net and by default it takes 16 bit network mask lenght.....&lt;BR /&gt;&lt;BR /&gt;gateway must be reachable by icmp... if not it retunrs an error&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;&lt;/GW&gt;</description>
      <pubDate>Wed, 02 Oct 2002 11:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817373#M85794</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-10-02T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817374#M85795</link>
      <description>In addition to the other errors already mentioned, you will need to append the "hop count" to the end our your route add command.  If the gateway address is the local box, use 0.  If the gateway address is a remote box (router), use 1.&lt;BR /&gt;&lt;BR /&gt;Darrell&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 11:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817374#M85795</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-02T11:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817375#M85796</link>
      <description>Kenn,&lt;BR /&gt;&lt;BR /&gt;mind cleaning this up??&lt;BR /&gt;This member has assigned points to 76 of 342 responses to his/her questions.   &lt;BR /&gt;&lt;BR /&gt;You can find ALL of your previous post here!&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/TopSolutions/1,,CA457028!1!questions,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/TopSolutions/1,,CA457028!1!questions,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 02 Oct 2002 11:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817375#M85796</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-02T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817376#M85797</link>
      <description>Thanks all. I would like to know how could i manual add in into netconf file (perm) instead of use route add command. i still cannot use route add command it point network not reachable. it is very weird. In my netconf file, i saw below :-&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;ip_address[0]=213.221.254.12&lt;BR /&gt;subnet_mask[0]=255.255.255.224&lt;BR /&gt;boardcast_address[0]=&lt;BR /&gt;interface_state[0]=&lt;BR /&gt;dhcp_enable[0]=&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1:1       &lt;BR /&gt;ip_address[0]=109.15.43.11&lt;BR /&gt;subnet_mask[0]=255.255.255.0&lt;BR /&gt;boardcast_address[0]=&lt;BR /&gt;interface_state[0]=&lt;BR /&gt;dhcp_enable[0]=&lt;BR /&gt;&lt;BR /&gt;what is lan1:1 means ? it is visual ip configuration ? then if i want to add my route to this file...how will be the format. Thanks.</description>
      <pubDate>Thu, 03 Oct 2002 00:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817376#M85797</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2002-10-03T00:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817377#M85798</link>
      <description>In /etc/rc.config.d/netconf, to configure routing entries, you should be looking at :&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION : the destination nework addr e.g 147.174.0.0 &lt;BR /&gt;ROUTE_MASK : the destination subnet mask e.g 255.255.0.0&lt;BR /&gt;ROUTE_GATEWAY : the G/W IP-Addr&lt;BR /&gt;ROUTE_COUNT : the no. of Hops (0 or 1)&lt;BR /&gt;&lt;BR /&gt;Note: ROUTE_DESTINATION can also refer to a Host IP-Addr. See the documentation in the netconf file itself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Oct 2002 06:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817377#M85798</guid>
      <dc:creator>Kong Kian Chay</dc:creator>
      <dc:date>2002-10-03T06:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add route - problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817378#M85799</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just modify this section of the netconf file&lt;BR /&gt;&lt;BR /&gt; ROUTE_DESTINATION[0]=default&lt;BR /&gt; ROUTE_MASK[0]=""&lt;BR /&gt; ROUTE_GATEWAY[0]=""&lt;BR /&gt; ROUTE_COUNT[0]=""&lt;BR /&gt; ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Add your destination in route destination and rest of the entries.&lt;BR /&gt;then restart the net deamon.&lt;BR /&gt;It should work.&lt;BR /&gt;&lt;BR /&gt;The second entries in your netconf file is vertual second IP address configuration.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Manoj</description>
      <pubDate>Thu, 03 Oct 2002 06:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-problem/m-p/2817378#M85799</guid>
      <dc:creator>Manoj Misra</dc:creator>
      <dc:date>2002-10-03T06:54:44Z</dc:date>
    </item>
  </channel>
</rss>

