<?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: Gateway in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686035#M589799</link>
    <description>To see the route table, you can&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Mar 2002 16:15:07 GMT</pubDate>
    <dc:creator>Wilfred Chau_1</dc:creator>
    <dc:date>2002-03-19T16:15:07Z</dc:date>
    <item>
      <title>Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686031#M589795</link>
      <description>Hi guys... &lt;BR /&gt;&lt;BR /&gt;I have another question... If I change the gateway on a HP-UX 10.20 box, do I have to reboot the system??  Cause I've the gateway on my boxes and since that, it seems that all the IP packets are taking the older gateway... Is this because HP-UX keep a routing tables of all the route it takes or something like that???&lt;BR /&gt;&lt;BR /&gt;How can I solve my problem???&lt;BR /&gt;&lt;BR /&gt;Thanks Jonathan</description>
      <pubDate>Tue, 19 Mar 2002 13:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686031#M589795</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-03-19T13:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686032#M589796</link>
      <description>You can change the gateway without rebooting the system. &lt;BR /&gt;&lt;BR /&gt;Kurt</description>
      <pubDate>Tue, 19 Mar 2002 13:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686032#M589796</guid>
      <dc:creator>Kurt Beyers.</dc:creator>
      <dc:date>2002-03-19T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686033#M589797</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try "route delete" command to delete all entries about your old gateway. Then route add to add the new gateway.&lt;BR /&gt;See man route.&lt;BR /&gt;You don't need to reboot the system.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric</description>
      <pubDate>Tue, 19 Mar 2002 13:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686033#M589797</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-03-19T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686034#M589798</link>
      <description>Ok.. but how can I see all the route in the route table???</description>
      <pubDate>Tue, 19 Mar 2002 16:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686034#M589798</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-03-19T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686035#M589799</link>
      <description>To see the route table, you can&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 16:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686035#M589799</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-03-19T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686036#M589800</link>
      <description># netstat -r&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;Will show you your routing table entries.  The only difference between the 2 commands is the -rn option will show all entries as IP addresses(n = numeric), whereas the -r option alone will attempt to resolve IP addresses to hostnames and will show hostnames if possible.</description>
      <pubDate>Tue, 19 Mar 2002 16:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686036#M589800</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-19T16:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686037#M589801</link>
      <description>OK I see... I have a route that says:&lt;BR /&gt;&lt;BR /&gt;default  &lt;IP address=""&gt;  UG  0   8824   lan0&lt;BR /&gt;&lt;BR /&gt;the ip address is my old gateway...  do I change it with the route add/delete commands???&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 19 Mar 2002 16:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686037#M589801</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-03-19T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686038#M589802</link>
      <description>Hi Jonathan,&lt;BR /&gt;&lt;BR /&gt;One thing not mentioned yet.  If you change routes "on the fly" (which is perfectly fine), you will lose them when the system is rebooted unless you modify /etc/rc.config.d/netconf.&lt;BR /&gt;&lt;BR /&gt;In netconf, you should have something like the following for your default gateway / route:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=xxx.xxx.xxx.xxx&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Substitute your default gateway IP address for xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;Also, be careful what you name backup netconf files.  Most are skipped when booting but some could be executed (based on their name).  I think it best to put backup copies of netconf in another directory.  The same goes for any files in /etc/rc.config.d that you make a backup of.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 19 Mar 2002 16:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686038#M589802</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-19T16:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686039#M589803</link>
      <description>route delete default &lt;IP address=""&gt;&lt;BR /&gt;&lt;BR /&gt;route add default &lt;IP address=""&gt; 1&lt;BR /&gt;&lt;BR /&gt;The "1" at the end of the route add command signifies the gateway is 1 routing hop away.&lt;BR /&gt;&lt;BR /&gt;Darrell&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 19 Mar 2002 16:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686039#M589803</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-19T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686040#M589804</link>
      <description>Hi Jonathan&lt;BR /&gt;&lt;BR /&gt;netstat -nr &lt;BR /&gt;&lt;BR /&gt;will give the current binding of the default gateway .&lt;BR /&gt;&lt;BR /&gt;you can&lt;BR /&gt;&lt;BR /&gt;route delete &lt;THE current="" gateway=""&gt;&lt;BR /&gt;&lt;BR /&gt;route add  &amp;lt; the new gateway &amp;gt;&lt;BR /&gt;&lt;BR /&gt;You dont have to reboot or even restart network services.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;/THE&gt;</description>
      <pubDate>Tue, 19 Mar 2002 17:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686040#M589804</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-03-19T17:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686041#M589805</link>
      <description>Hi,&lt;BR /&gt;Yes, You can change GATEWAY on your HP-UX system without rebooting it.&lt;BR /&gt;&lt;BR /&gt;Please follow the procedure below for that.&lt;BR /&gt;&lt;BR /&gt;1. edit /etc/rc.config.d/netconf file and put the required value for your new gateway in it. Remove the old gateway if you do not require it.&lt;BR /&gt;&lt;BR /&gt;2. simply run following commands.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start.&lt;BR /&gt;&lt;BR /&gt;3. Now you can check your new gateway/route using following command&lt;BR /&gt;&lt;BR /&gt;netstat -rn&lt;BR /&gt;&lt;BR /&gt;Now you are all set and new gateway is now on use.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Piyush.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 18:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686041#M589805</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-19T18:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686042#M589806</link>
      <description>Hi,&lt;BR /&gt;Hope your problem must be resolved by this time.&lt;BR /&gt;Please assign points to all participants...:)...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-pap</description>
      <pubDate>Wed, 20 Mar 2002 00:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686042#M589806</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-20T00:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686043#M589807</link>
      <description>Thanks all of you guys...&lt;BR /&gt;&lt;BR /&gt;I did a route delete/add on the default entry and then a net stop/start...  everything's fine now...&lt;BR /&gt;&lt;BR /&gt;ciao!!&lt;BR /&gt;&lt;BR /&gt;P.S. to pap: I never forget to assign point to the repliers, it's just that i'm in a rush these days... And remember the essence of the forum, it's to share knowledge with other and not to get points... ;)&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2002 12:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gateway/m-p/2686043#M589807</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2002-03-20T12:40:26Z</dc:date>
    </item>
  </channel>
</rss>

