<?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: setup default gateway in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935794#M554261</link>
    <description>Default gateway setup is kept in the /etc/rc.config.d/netconf file along with other network settings.&lt;BR /&gt;&lt;BR /&gt;Look for the lines: &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_GATEWAY[0]=X.X.X.X&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;&lt;BR /&gt;X.X.X.X will be your default gateway.&lt;BR /&gt;&lt;BR /&gt;hth</description>
    <pubDate>Sat, 22 Oct 2005 05:52:47 GMT</pubDate>
    <dc:creator>Orhan Biyiklioglu</dc:creator>
    <dc:date>2005-10-22T05:52:47Z</dc:date>
    <item>
      <title>setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935792#M554259</link>
      <description>just setup a hp-ux server, need to find out how to setup default gateway, could not find it anywhere. IP address and subnet mask are setup.&lt;BR /&gt;thank you</description>
      <pubDate>Sat, 22 Oct 2005 05:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935792#M554259</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2005-10-22T05:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935793#M554260</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;You can use "set_parms addl_netwrk"&lt;BR /&gt;One of the steps will be the default gateway, confirm the ones you already have and skip those you don't want.&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Zigor&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Oct 2005 05:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935793#M554260</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2005-10-22T05:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935794#M554261</link>
      <description>Default gateway setup is kept in the /etc/rc.config.d/netconf file along with other network settings.&lt;BR /&gt;&lt;BR /&gt;Look for the lines: &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_GATEWAY[0]=X.X.X.X&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;&lt;BR /&gt;X.X.X.X will be your default gateway.&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Sat, 22 Oct 2005 05:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935794#M554261</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-10-22T05:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935795#M554262</link>
      <description>Hi Leah,&lt;BR /&gt;You can use "set_parms addl_netwrk" and follow the instructions or at command line you can fire:&lt;BR /&gt;&lt;BR /&gt;# route add default &lt;GATEWAY ip=""&gt; &lt;METRIC&gt;&lt;BR /&gt;but in this case you will also have to modify /etc/rc.config.d/netconf to make the changes permanent.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/METRIC&gt;&lt;/GATEWAY&gt;</description>
      <pubDate>Sat, 22 Oct 2005 05:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935795#M554262</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-10-22T05:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935796#M554263</link>
      <description>Do not forget to run&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;after changing the netconf file.&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Oct 2005 06:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935796#M554263</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-10-22T06:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935797#M554264</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Prior to adding the new address for gateway to file I would suggest check the routing by adding the same network as default gateway temporarily.&lt;BR /&gt;&lt;BR /&gt;#route add default xx.xx.xx.xx&lt;BR /&gt;&lt;BR /&gt;Man route for details.&lt;BR /&gt;&lt;BR /&gt;When the destination can be reached through the same ass the same to the file to be permanent.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sat, 22 Oct 2005 06:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935797#M554264</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-10-22T06:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935798#M554265</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;There is the command for adding default route.For example I am using 192.168.0.1 as a gate way IP. You can replace this with your gate way IP.&lt;BR /&gt;&lt;BR /&gt;#route add default 192.168.0.1 1&lt;BR /&gt;&lt;BR /&gt;The above default route will be invalid after rebootig the server. To make it permanent do the following steps.&lt;BR /&gt;&lt;BR /&gt;#vi /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;add the following lines&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="172.17.112.11"&lt;BR /&gt;ROUTE_COUNT[0]=""&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now restart network service.&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/net stop&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;refer the following doc from HP.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90685/ch02s03.html#bcfdebbg" target="_blank"&gt;http://docs.hp.com/en/B2355-90685/ch02s03.html#bcfdebbg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Sat, 22 Oct 2005 07:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935798#M554265</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-10-22T07:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: setup default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935799#M554266</link>
      <description>thank you all, the answers provided the solution to my question. editing the netconf file and stopping and starting the network services.&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Sat, 22 Oct 2005 08:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-default-gateway/m-p/4935799#M554266</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2005-10-22T08:12:29Z</dc:date>
    </item>
  </channel>
</rss>

