<?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: Changing Default Gateway on the fly in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629365#M592103</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have already made configuration changes in /etc/rc.config.d/netconf file your next reboot would take care of this default gateway.&lt;BR /&gt;&lt;BR /&gt;If you want to run it on the fly &lt;BR /&gt;route add default &lt;IP -address=""&gt; 1&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;</description>
    <pubDate>Tue, 11 Dec 2001 14:52:48 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2001-12-11T14:52:48Z</dc:date>
    <item>
      <title>Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629361#M592099</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to change the default gateway on several servers, I have made the relevant changes in the netconf file; however, I am not too sure if I can issue a route add as people are accessing the servers using the present gateway.&lt;BR /&gt;&lt;BR /&gt;Can the change be made on the fly or is it best to ensure that no-one is accessing the server or should this be done via single user/ or reboot.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated&lt;BR /&gt;&lt;BR /&gt;Kev</description>
      <pubDate>Tue, 11 Dec 2001 14:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629361#M592099</guid>
      <dc:creator>Kevin Lamb</dc:creator>
      <dc:date>2001-12-11T14:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629362#M592100</link>
      <description>you can run the route add on the fly with no problems.  When you add it, just include "default" after the destination.  Once this is working, then do a route delete on the old one.</description>
      <pubDate>Tue, 11 Dec 2001 14:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629362#M592100</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T14:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629363#M592101</link>
      <description>Actually, You don't need the "default" in there, sorry about that.</description>
      <pubDate>Tue, 11 Dec 2001 14:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629363#M592101</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629364#M592102</link>
      <description>Hello Kevin&lt;BR /&gt;&lt;BR /&gt;Just add the new route using the route add command and delete the old old using the route delete command. Make sure however that no established connections exist when you do that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 14:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629364#M592102</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-12-11T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629365#M592103</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have already made configuration changes in /etc/rc.config.d/netconf file your next reboot would take care of this default gateway.&lt;BR /&gt;&lt;BR /&gt;If you want to run it on the fly &lt;BR /&gt;route add default &lt;IP -address=""&gt; 1&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 11 Dec 2001 14:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629365#M592103</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-11T14:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629366#M592104</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Thanx for the info, just to confirm, once I submit the new dflt gtwy and remove the other, this will be transparent to the active users????&lt;BR /&gt;&lt;BR /&gt;Kev</description>
      <pubDate>Tue, 11 Dec 2001 14:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629366#M592104</guid>
      <dc:creator>Kevin Lamb</dc:creator>
      <dc:date>2001-12-11T14:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629367#M592105</link>
      <description>Should be.  They may see a delay (slight) the first time they go through the gateway because it caches.  just make sure you do a netstat -r to see the new gateway is in.</description>
      <pubDate>Tue, 11 Dec 2001 14:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629367#M592105</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-11T14:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629368#M592106</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help, I made the changes in the early hours of this morning without any interuption to the service.&lt;BR /&gt;&lt;BR /&gt;Once again thanks to all who responded.&lt;BR /&gt;&lt;BR /&gt;Kev</description>
      <pubDate>Wed, 12 Dec 2001 13:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629368#M592106</guid>
      <dc:creator>Kevin Lamb</dc:creator>
      <dc:date>2001-12-12T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway on the fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629369#M592107</link>
      <description>Kevin, just a gentle reminder, don't forget to make your changes to /etc/rc.config.d/netconf file or the next reboot will restore the original route. (I've been there)&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 12 Dec 2001 15:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway-on-the-fly/m-p/2629369#M592107</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2001-12-12T15:57:44Z</dc:date>
    </item>
  </channel>
</rss>

