<?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: routes in server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929307#M808141</link>
    <description>it is already in the netconf file. So do I simply need to do a:&lt;BR /&gt;&lt;BR /&gt;#route add ?</description>
    <pubDate>Tue, 27 Sep 2005 06:11:07 GMT</pubDate>
    <dc:creator>Ravinder Singh Gill</dc:creator>
    <dc:date>2005-09-27T06:11:07Z</dc:date>
    <item>
      <title>routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929303#M808137</link>
      <description>CLIENTSERVER1 is not communicating with TNGSERVER1 however it is up. If you check 2D map for CLIENTSERVER1 you do not get any performance statistics, just a blank page. Also CLIENTSERVER1 &amp;amp; TNGSERVER1 are not pinging each other but for example they can both ping CLIENTSERVER2.&lt;BR /&gt;&lt;BR /&gt;It has been suggested that the route which was setup has been lost due to the reboot. I have performed an nslookup on RTEBWD and it is giving the correct address for UKPATNG01. I then checked the /etc/rc.config.d/netconf file and the entry for UKPATNG01's IP address and gateway is the same.&lt;BR /&gt;&lt;BR /&gt;I have also done netstat -rv and there is an entry for TNGSERVER1 in CLIENTSERVER2 but not CLIENTSERVER1. Where/how do I put this entry in if this will fix the problem?&lt;BR /&gt;&lt;BR /&gt;Can you offer any suggestions?&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 05:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929303#M808137</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2005-09-27T05:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929304#M808138</link>
      <description>is CLIENTSERVER1 and TNGSERVER1 on different networks??? if so can you post the routing table on each system??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 05:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929304#M808138</guid>
      <dc:creator>Nemer_1</dc:creator>
      <dc:date>2005-09-27T05:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929305#M808139</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to put a route in the machine use&lt;BR /&gt;route add on the clientserver1&lt;BR /&gt;route add host (ip-adress TNGSERVER1) netmask (255.255.255.0) gateway (1)&lt;BR /&gt;if its the second router if not then make the gateway number higher.&lt;BR /&gt;see the man pages for this.&lt;BR /&gt;If you want the route also after a backup change the /etc/rc.config.d/netconf&lt;BR /&gt;ROUTE_DESTINATION[1]="host TNGSERVER!"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=ip-adress TNGSERVER&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Tue, 27 Sep 2005 06:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929305#M808139</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-09-27T06:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929306#M808140</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just add a route on one host to other host through something common using "route add " command. I suppose this was done earlier and went off with reboot.&lt;BR /&gt;&lt;BR /&gt;When one route add works fine add it to /etc/rc.config.d/netconf file in prescribed format  for making it permanent and being available every time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Format for /etc/rc.config/netconf related to route entry.&lt;BR /&gt;===========================================&lt;BR /&gt;ROUTE_DESTINATION[25]="net xx.xx.xx"&lt;BR /&gt;ROUTE_MASK[25]=""&lt;BR /&gt;ROUTE_GATEWAY[25]="xx.xx.xx.xx"&lt;BR /&gt;ROUTE_COUNT[25]="1"&lt;BR /&gt;ROUTE_ARGS[25]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 27 Sep 2005 06:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929306#M808140</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-27T06:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929307#M808141</link>
      <description>it is already in the netconf file. So do I simply need to do a:&lt;BR /&gt;&lt;BR /&gt;#route add ?</description>
      <pubDate>Tue, 27 Sep 2005 06:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929307#M808141</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2005-09-27T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929308#M808142</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If it was in the net.conf file it should work after a reboot. if not the route is not working or reachable. kan you ping the route ip-adress given in the net.conf. Also can you give the the net.conf file so we can look in it.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Tue, 27 Sep 2005 06:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929308#M808142</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-09-27T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929309#M808143</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the route is there in netconf file then either the syntax by which it is put is not valid or the IP defined itself is not a valid IP for forwarding.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try traceroute to the destination IP and see where does it stucks.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 27 Sep 2005 06:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929309#M808143</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-27T06:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: routes in server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929310#M808144</link>
      <description>Thanks guys the route add solved it. I think there may be a problem in the entry in the netconf file so I will look into this.  Thanks once again.</description>
      <pubDate>Tue, 27 Sep 2005 06:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routes-in-server/m-p/4929310#M808144</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2005-09-27T06:49:04Z</dc:date>
    </item>
  </channel>
</rss>

