<?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 Remove in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102647#M573530</link>
    <description>If the interface and default gateway are configured by SAM it will also be in the file /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;If you only use a "route delete" command your default gateway will be set (as set in netconf) after a reboot.&lt;BR /&gt;&lt;BR /&gt;So change the next part of the netconf file:&lt;BR /&gt;ROUTE_DESTINATION[n]="default"&lt;BR /&gt;ROUTE_MASK[n]=""&lt;BR /&gt;ROUTE_GATEWAY[n]="1.1.1.1"&lt;BR /&gt;ROUTE_COUNT[n]="1"&lt;BR /&gt;ROUTE_ARGS[n]=""&lt;BR /&gt;&lt;BR /&gt;Activate the new netconf using /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Be aware of the warning in a previous reply, if you are using the gateway via a network session you wil loose the connection!.&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Oct 2003 05:35:33 GMT</pubDate>
    <dc:creator>Hoefnix</dc:creator>
    <dc:date>2003-10-27T05:35:33Z</dc:date>
    <item>
      <title>Default Gateway Remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102644#M573527</link>
      <description>Dear all&lt;BR /&gt;&lt;BR /&gt;I already configured a defaltgateway for my HP UNIX Server rp8400 from SAM but i dont know how to remove it.Any body can help?&lt;BR /&gt;THANKS</description>
      <pubDate>Mon, 27 Oct 2003 03:28:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102644#M573527</guid>
      <dc:creator>David_492</dc:creator>
      <dc:date>2003-10-27T03:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102645#M573528</link>
      <description>hi David,&lt;BR /&gt;&lt;BR /&gt;pl take a break and read ur replies. pl go thro docs.hp.com&lt;BR /&gt;pl ask all ur questions together.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;aparna</description>
      <pubDate>Mon, 27 Oct 2003 03:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102645#M573528</guid>
      <dc:creator>aparna challagulla</dc:creator>
      <dc:date>2003-10-27T03:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102646#M573529</link>
      <description>Have a look at man pages of route command.&lt;BR /&gt;Use&lt;BR /&gt;route delete default 1&lt;BR /&gt;&lt;BR /&gt;but be sure if you are on a different network from you'r server you will loose connection from the server if you'r default route is active</description>
      <pubDate>Mon, 27 Oct 2003 04:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102646#M573529</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-27T04:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102647#M573530</link>
      <description>If the interface and default gateway are configured by SAM it will also be in the file /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;If you only use a "route delete" command your default gateway will be set (as set in netconf) after a reboot.&lt;BR /&gt;&lt;BR /&gt;So change the next part of the netconf file:&lt;BR /&gt;ROUTE_DESTINATION[n]="default"&lt;BR /&gt;ROUTE_MASK[n]=""&lt;BR /&gt;ROUTE_GATEWAY[n]="1.1.1.1"&lt;BR /&gt;ROUTE_COUNT[n]="1"&lt;BR /&gt;ROUTE_ARGS[n]=""&lt;BR /&gt;&lt;BR /&gt;Activate the new netconf using /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Be aware of the warning in a previous reply, if you are using the gateway via a network session you wil loose the connection!.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 05:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102647#M573530</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2003-10-27T05:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102648#M573531</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;i thing the best solution is to modify the file /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;change the following lines&lt;BR /&gt;ROUTE_DESTINATION[n]="default"&lt;BR /&gt;ROUTE_MASK[n]=""&lt;BR /&gt;ROUTE_GATEWAY[n]="1.1.1.1"&lt;BR /&gt;ROUTE_COUNT[n]="1"&lt;BR /&gt;ROUTE_ARGS[n]=""&lt;BR /&gt;&lt;BR /&gt;by this way your modification is permanent</description>
      <pubDate>Mon, 27 Oct 2003 06:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102648#M573531</guid>
      <dc:creator>TSaliba</dc:creator>
      <dc:date>2003-10-27T06:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Remove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102649#M573532</link>
      <description>Hi David,&lt;BR /&gt; &lt;BR /&gt;It should be noted that if a non-default subnet mask was applied at route creation, it must again be stipulated in the route delete. The default mask is 255.255.255.0&lt;BR /&gt;Run&lt;BR /&gt;netstat -rvn&lt;BR /&gt;To see if a non-default mask is in play.&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 27 Oct 2003 08:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-remove/m-p/3102649#M573532</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-27T08:43:57Z</dc:date>
    </item>
  </channel>
</rss>

