<?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 default router in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142263#M537469</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to add a default route on server, the interface is configure as&lt;BR /&gt;&lt;BR /&gt;192.168.244.136&lt;BR /&gt;255.255.255.240&lt;BR /&gt;&lt;BR /&gt;But when I try to add a default route I get the following error.&lt;BR /&gt;&lt;BR /&gt;#route add default 192.168.244.129&lt;BR /&gt;add net default: gateway 192.168.244.129: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;Output of netstat is shown below for reference.&lt;BR /&gt;&lt;BR /&gt;#netstat -in&lt;BR /&gt;Name Mtu  Network         Address         Ipkts      Opkts&lt;BR /&gt;lan0 1500 192.168.244.128 192.168.244.136 589522     218958&lt;BR /&gt;lo0  4136 127.0.0.0       127.0.0.1       154021     154021&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Nov 2008 15:28:03 GMT</pubDate>
    <dc:creator>Michael O'brien_1</dc:creator>
    <dc:date>2008-11-21T15:28:03Z</dc:date>
    <item>
      <title>default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142263#M537469</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to add a default route on server, the interface is configure as&lt;BR /&gt;&lt;BR /&gt;192.168.244.136&lt;BR /&gt;255.255.255.240&lt;BR /&gt;&lt;BR /&gt;But when I try to add a default route I get the following error.&lt;BR /&gt;&lt;BR /&gt;#route add default 192.168.244.129&lt;BR /&gt;add net default: gateway 192.168.244.129: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;Output of netstat is shown below for reference.&lt;BR /&gt;&lt;BR /&gt;#netstat -in&lt;BR /&gt;Name Mtu  Network         Address         Ipkts      Opkts&lt;BR /&gt;lan0 1500 192.168.244.128 192.168.244.136 589522     218958&lt;BR /&gt;lo0  4136 127.0.0.0       127.0.0.1       154021     154021&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 15:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142263#M537469</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2008-11-21T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142264#M537470</link>
      <description>you need to add a 1 at the end:&lt;BR /&gt;&lt;BR /&gt;#route add default 192.168.244.129 1&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 16:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142264#M537470</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-11-21T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142265#M537471</link>
      <description>if its a "perm" route you need also add an entry to below file&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default" &lt;BR /&gt;ROUTE_GATEWAY[0]="192.168.244.129" &lt;BR /&gt;ROUTE_COUNT[0]="1" &lt;BR /&gt;&lt;BR /&gt;or you can use&lt;BR /&gt;&lt;BR /&gt;SAM - NETWORK CONFIGURATION -&amp;gt; ADD DEFAULT ROUTE,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Fri, 21 Nov 2008 17:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142265#M537471</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-21T17:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142266#M537472</link>
      <description>Thanks for the replys, I should have remembered that I need the metric even if it was on the same subnet. &lt;BR /&gt;&lt;BR /&gt;Apologies on assigning the points, I clicked to quickly I ment to give both of you 10 points.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Michael</description>
      <pubDate>Sat, 22 Nov 2008 09:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142266#M537472</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2008-11-22T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142267#M537473</link>
      <description>adding metric fix problem</description>
      <pubDate>Sat, 22 Nov 2008 09:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/5142267#M537473</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2008-11-22T09:28:34Z</dc:date>
    </item>
  </channel>
</rss>

