<?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: View routes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238967#M568792</link>
    <description>netstat -rn&lt;BR /&gt;netstat -r&lt;BR /&gt;&lt;BR /&gt;Tim</description>
    <pubDate>Sun, 04 Apr 2004 04:39:11 GMT</pubDate>
    <dc:creator>Tim D Fulford</dc:creator>
    <dc:date>2004-04-04T04:39:11Z</dc:date>
    <item>
      <title>View routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238963#M568788</link>
      <description>I have an HPUX running 11.11 OS and am a little confused.  How can I view the routing table currently in effect?  I can see how to add/delete routes but how do I view the current route? &lt;BR /&gt;&lt;BR /&gt;Also, is there a way to save the configuration after doing an ifconfig?  I have modified lan0 from command line and then did a shutdown -r but it came back with the old configuration information?&lt;BR /&gt;&lt;BR /&gt;I need this to be able to pass information from the subnet of the HPUX to a different subnet.</description>
      <pubDate>Sat, 03 Apr 2004 15:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238963#M568788</guid>
      <dc:creator>Brian Lucas_1</dc:creator>
      <dc:date>2004-04-03T15:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: View routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238964#M568789</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The command to see routes is&lt;BR /&gt;&lt;BR /&gt;netstat -rn&lt;BR /&gt;or netstat -rvn&lt;BR /&gt;&lt;BR /&gt;for more detail.&lt;BR /&gt;&lt;BR /&gt;ifconfig only controls cards. The route add/delete commands handles routes. But you're correct i.e. they don't survive reboots. To do that you need to edit the /etc/rc.config.d/netconf file and add the equivalent route entries there. You should already have one there for the default route. Use that as a template, with two caveats, that route has a hop count of one, most static routes are directed to a specific I/F on the system &amp;amp; when you do that the hop count will be zero and this is where the subnet mask is important if you're dealing with supernets.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Sat, 03 Apr 2004 15:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238964#M568789</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-03T15:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: View routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238965#M568790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Command you are looking for is:&lt;BR /&gt;netstat&lt;BR /&gt;&lt;BR /&gt;For more detail you kan check "man netstat"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Sat, 03 Apr 2004 18:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238965#M568790</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2004-04-03T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: View routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238966#M568791</link>
      <description>To see routing information&lt;BR /&gt;#netstat -rvn&lt;BR /&gt;You must modify /etc/rc.config.d/netconf file to change configuration for lan card permanently.This file also has routing,gateway and other information.&lt;BR /&gt;you can also use netstat -in or netstat -in to see lancard v/s IP configuration etc.&lt;BR /&gt;Following will reread netconf file but a little risk is involved if somthing wrong is configured in netconf file so do it when no impact to user.&lt;BR /&gt;#/sbin/init.d/net start</description>
      <pubDate>Sat, 03 Apr 2004 20:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238966#M568791</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2004-04-03T20:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: View routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238967#M568792</link>
      <description>netstat -rn&lt;BR /&gt;netstat -r&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sun, 04 Apr 2004 04:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238967#M568792</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-04-04T04:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: View routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238968#M568793</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try ping -o&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Sun, 04 Apr 2004 08:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238968#M568793</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-04-04T08:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: View routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238969#M568794</link>
      <description>Thanks, everyone!  The netstat -rn and modification of the netconf file did the trick.</description>
      <pubDate>Sun, 04 Apr 2004 11:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/view-routes/m-p/3238969#M568794</guid>
      <dc:creator>Brian Lucas_1</dc:creator>
      <dc:date>2004-04-04T11:11:04Z</dc:date>
    </item>
  </channel>
</rss>

