<?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: Static route Need to be added in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656392#M380712</link>
    <description>After editing netconf file you have to restart the network.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhadresh</description>
    <pubDate>Mon, 05 Jul 2010 05:18:13 GMT</pubDate>
    <dc:creator>Bhadresh</dc:creator>
    <dc:date>2010-07-05T05:18:13Z</dc:date>
    <item>
      <title>Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656385#M380705</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;i hvae a case to configure static route in Hp ux servers, i have gone through some threads in the forum which helped me to understand better, can anyone help me  to configure the same</description>
      <pubDate>Sat, 03 Jul 2010 05:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656385#M380705</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2010-07-03T05:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656386#M380706</link>
      <description>Hi,&lt;BR /&gt;Edit this file /etc/rc.config.d/netconf&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;Then restart the net&lt;BR /&gt;&lt;BR /&gt;#/etc/init.d net start&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Sat, 03 Jul 2010 05:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656386#M380706</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2010-07-03T05:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656387#M380707</link>
      <description>Hi Suraj,&lt;BR /&gt;&lt;BR /&gt;can you please suggest me that below modification is ok &lt;BR /&gt;&lt;BR /&gt; request to add the below&lt;BR /&gt;&lt;BR /&gt;Destination Network : 172.31.10.0  Mask 255.255.255.0 Gateway : 10.80.60.200 HOP : 1&lt;BR /&gt;&lt;BR /&gt; i have modified as below&lt;BR /&gt;&lt;BR /&gt; ROUTE_DESTINATION[1]="172.32.10.0"&lt;BR /&gt; ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt; ROUTE_GATEWAY[1]="10.80.60.200"&lt;BR /&gt; ROUTE_COUNT[1]="1"&lt;BR /&gt; ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;and i have run #inetd -c which reads the config file instead of restarting the network services&lt;BR /&gt;&lt;BR /&gt;and i have added by following cmd&lt;BR /&gt;&lt;BR /&gt;#route add net 172.32.10.0 netmask 255.255.255.0 10.80.60.200 1&lt;BR /&gt;&lt;BR /&gt; my #netstat -rn out put is  as below&lt;BR /&gt;&lt;BR /&gt;$ netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;10.90.10.122          10.90.10.122       UH        0  lan0       4136&lt;BR /&gt;10.0.0.0              10.90.10.122       U         2  lan0       1500&lt;BR /&gt;172.31.10.0           10.80.60.200       UG        0  lan0          0&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               10.80.60.125       UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but after server restart the configuration is not existing there.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jul 2010 05:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656387#M380707</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2010-07-03T05:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656388#M380708</link>
      <description>Hi Jeevan,&lt;BR /&gt;&lt;BR /&gt;Follow below HP recommended solution for this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90796/ch03s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90796/ch03s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Add routing configuration information.&lt;BR /&gt;&lt;BR /&gt;If you intend to use your system as a gateway or to communicate with gateways, add the route destination, gateway address, and hop count parameter information. The routing configuration parameters have an index value, [x], that groups the routing parameters together. Following is a sample netconf entry:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=â  defaultâ  &lt;BR /&gt;ROUTE_GATEWAY[0]=â  192.6.1.2â  &lt;BR /&gt;ROUTE_COUNT[0]=â  1â  &lt;BR /&gt;ROUTE_MASK[0]=â  â  &lt;BR /&gt;ROUTE_ARGS[0]=â  â  &lt;BR /&gt;&lt;BR /&gt;The index value must be different for each additional route.&lt;BR /&gt;&lt;BR /&gt;Executing the Network Configuration Script&lt;BR /&gt;&lt;BR /&gt;Once you have edited the netconf file, you need to activate this configuration. After adding the LAN and routing configuration information into the netconf file, you can either reboot your system, execute the ifconfig, and route commands manually, or re-execute the /sbin/init.d/net.init and /sbin/init.d/net scripts. This section discusses each of these options.&lt;BR /&gt;&lt;BR /&gt;Option 1: Reboot your system. HP recommends that you reboot your system to activate any changes you made in your netconf file. A reboot is the cleanest method for executing the network script because the reboot handles any other network initialization dependencies.&lt;BR /&gt;&lt;BR /&gt;Option 2: Execute the ifconfig and route commands at the HP-UX prompt. HP recognizes that system reboots are disruptive to end users. To delay or schedule the reboot, but still make your configuration changes active, you may execute the ifconfig and route commands with the appropriate values for your network. When you reboot, the values in your netconf file will be used. Refer to the lanscan(1M), ifconfig(1M), and route(1M) man pages for information on command usage.&lt;BR /&gt;&lt;BR /&gt;Option 3:&lt;BR /&gt;&lt;BR /&gt;If you made changes to the station address, execute the init script in the directory /sbin/init.d/. Refer to Table 3-2 â  Fast Ethernet Examplesâ   and Table 3-3 â  Gigabit Ethernet Examplesâ   for some examples, and to your specific Ethernet LAN documentation, as appropriate for your configuration, for correct init script. For a 100BT PCI card on an rx2600 system, hereâ  s an example:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/btlan start&lt;BR /&gt;&lt;BR /&gt;After executing the above command, execute the command:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;These commands will source the contents of the netconf and hpbtlanconf files. Executing these scripts will not necessarily properly re-initialize any other networking subsystems. For example, if you are running an Internet Service over the link you have just configured manually, the service may not work with your new configuration. The system boot sequence initializes networking subsystems and products in the correct order. Initializing a specific subsystem alone may cause network problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgd's&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jul 2010 05:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656388#M380708</guid>
      <dc:creator>Akif_1</dc:creator>
      <dc:date>2010-07-03T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656389#M380709</link>
      <description>you need to restart the network services&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jul 2010 13:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656389#M380709</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-07-03T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656390#M380710</link>
      <description>sory &lt;BR /&gt;its&lt;BR /&gt;/etc/init.d/net start</description>
      <pubDate>Sat, 03 Jul 2010 13:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656390#M380710</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-07-03T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656391#M380711</link>
      <description>/sbin/init.d/net start &lt;BR /&gt;will not stop network it will start the additional routes in netconf file</description>
      <pubDate>Sun, 04 Jul 2010 04:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656391#M380711</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-07-04T04:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656392#M380712</link>
      <description>After editing netconf file you have to restart the network.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhadresh</description>
      <pubDate>Mon, 05 Jul 2010 05:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656392#M380712</guid>
      <dc:creator>Bhadresh</dc:creator>
      <dc:date>2010-07-05T05:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656393#M380713</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There was a similar query and you were able to configure route. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1435828" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1435828&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What is a difference now in configuration?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhadresh</description>
      <pubDate>Mon, 05 Jul 2010 05:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656393#M380713</guid>
      <dc:creator>Bhadresh</dc:creator>
      <dc:date>2010-07-05T05:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656394#M380714</link>
      <description>i have added the route but after server restart it is newly added route is not existing in the configuration.</description>
      <pubDate>Mon, 05 Jul 2010 05:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656394#M380714</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2010-07-05T05:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656395#M380715</link>
      <description>can you post ur netconf file</description>
      <pubDate>Mon, 05 Jul 2010 05:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656395#M380715</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-07-05T05:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656396#M380716</link>
      <description>Your netconf should look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_MASK[0]=Route_mask_for_your_gateway&lt;BR /&gt;ROUTE_GATEWAY[0]=your_gateway_address&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You also have to define your NIC to comunicate ex:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=your_ip_adress&lt;BR /&gt;SUBNET_MASK[0]=your_netmasks&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;Please assign some points to the inputs.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 05 Jul 2010 09:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656396#M380716</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2010-07-05T09:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656397#M380717</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;ROUTE_DESTINATION[1]="net 172.32.10.0"&lt;BR /&gt;&lt;BR /&gt;Give us your netstat after reboot.&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2010 12:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656397#M380717</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2010-07-05T12:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Static route Need to be added</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656398#M380718</link>
      <description>P.S.&lt;BR /&gt;&lt;BR /&gt;net is also used by you in your command:&lt;BR /&gt;&lt;BR /&gt;#route add --net 172.32.10.0-- netmask 255.255.255.0 10.80.60.200 1&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2010 12:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-route-need-to-be-added/m-p/4656398#M380718</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2010-07-05T12:49:17Z</dc:date>
    </item>
  </channel>
</rss>

