<?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: default gateway in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216452#M534154</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check nestat -rn&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;192.168.112.143       192.168.112.143    UH        0  lan1       4136&lt;BR /&gt;16.118.112.143        16.118.112.143     UH        0  lan0       4136&lt;BR /&gt;16.118.112.0          16.118.112.143     U         2  lan0       1500&lt;BR /&gt;192.168.0.0           192.168.112.143    U         2  lan1       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               16.118.112.1       UG        0  lan0          0&lt;BR /&gt;[rx260-17]/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
    <pubDate>Tue, 29 Dec 2009 07:15:09 GMT</pubDate>
    <dc:creator>SoorajCleris</dc:creator>
    <dc:date>2009-12-29T07:15:09Z</dc:date>
    <item>
      <title>default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216451#M534153</link>
      <description>what is the command to see the default gateway?</description>
      <pubDate>Tue, 29 Dec 2009 07:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216451#M534153</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2009-12-29T07:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216452#M534154</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check nestat -rn&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;192.168.112.143       192.168.112.143    UH        0  lan1       4136&lt;BR /&gt;16.118.112.143        16.118.112.143     UH        0  lan0       4136&lt;BR /&gt;16.118.112.0          16.118.112.143     U         2  lan0       1500&lt;BR /&gt;192.168.0.0           192.168.112.143    U         2  lan1       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               16.118.112.1       UG        0  lan0          0&lt;BR /&gt;[rx260-17]/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Tue, 29 Dec 2009 07:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216452#M534154</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-12-29T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216453#M534155</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Check netstat -rn &lt;BR /&gt;&lt;BR /&gt;It will show you all the routes and default gateway.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Tue, 29 Dec 2009 07:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216453#M534155</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-12-29T07:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216454#M534156</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Also, verify "netconf" file (netconf:  configuration values for core networking subsystems)&lt;BR /&gt;&lt;BR /&gt;File --&amp;gt; /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;some entrys:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=172.X.X.X&lt;BR /&gt;SUBNET_MASK[0]=255.255.0.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]="up"&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=172.X.0.200&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgs,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Dec 2009 12:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216454#M534156</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2009-12-29T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216455#M534157</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;As noted netstat -rn will show the default gateway which is permanently stored in /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Gotha's&lt;BR /&gt;&lt;BR /&gt;1) Do not change netconf and back up the file in /etc/rc.config.d/ both will be read and neither will work.&lt;BR /&gt;&lt;BR /&gt;2) There can be but one default gateway. Other NIC card's can however have gateways in the configuration file or added with the route command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Dec 2009 14:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216455#M534157</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-12-29T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216456#M534158</link>
      <description>Hi,&lt;BR /&gt;Do not edit anything on this "/etc/rc.config.d/netconf" file if you dont have confidence what you are going to do&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can cat this file to see the informaion of your nic cards.&lt;BR /&gt;&lt;BR /&gt;netstat -r or netstart -rn&lt;BR /&gt;is the command to see the default gateway.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 29 Dec 2009 16:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216456#M534158</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-12-29T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216457#M534159</link>
      <description>thanks gurus..I got it..</description>
      <pubDate>Sat, 02 Jan 2010 06:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/5216457#M534159</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2010-01-02T06:54:39Z</dc:date>
    </item>
  </channel>
</rss>

