<?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/2673904#M589328</link>
    <description>Check your default gateway with:&lt;BR /&gt;&lt;BR /&gt;netstat -rn&lt;BR /&gt;&lt;BR /&gt;You should see one line with:&lt;BR /&gt;&lt;BR /&gt;default   A.B.C.D    UG      0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;Check that the gateway is good by:&lt;BR /&gt;&lt;BR /&gt;ping A.B.C.D&lt;BR /&gt;&lt;BR /&gt;If that works then try&lt;BR /&gt;&lt;BR /&gt;nslookup hp.com&lt;BR /&gt;&lt;BR /&gt;You should get back:&lt;BR /&gt;&lt;BR /&gt;Server:  DNShostname&lt;BR /&gt;Address:  DNSIPaddress&lt;BR /&gt;&lt;BR /&gt;Name:    hp.com&lt;BR /&gt;Addresses:  192.6.118.97, 192.6.118.128, 192.151.52.187, 192.151.52.217&lt;BR /&gt;   192.151.53.86, 192.6.118.44&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If that doesn't work then you need to look at your DNS setup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If that works try &lt;BR /&gt;&lt;BR /&gt;ping hp.com&lt;BR /&gt;&lt;BR /&gt;if that fails try&lt;BR /&gt;tracert hp.com&lt;BR /&gt;&lt;BR /&gt;That will tell you how far you can get.  If you stop at the gateway then it doesn't know how to go to the internet or doesn't want you to go out.  Could also be that you need to go to a proxy instead of the gateway but only your network admin can tell you that.  (or you go look at someone elses machine which does work and is on the same network)&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Feb 2002 23:03:13 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2002-02-28T23:03:13Z</dc:date>
    <item>
      <title>Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673901#M589325</link>
      <description>Last week I was using the Custom Patch Manager to find out how out of wack my systems are.  I went through all the steps except the last one where I am to run get_patches.  My server isn't connected to the Internet at this time so I couldn't download the 99 patches that my system needed.  I have been using my PC to FTP the files between servers.&lt;BR /&gt;I decided to see if I could get to the Internet with my server but had no luck up to this point.&lt;BR /&gt;The question is where do I set the default gateway so I can get through my firewall and download the patches directly to my server?&lt;BR /&gt;Thanks for any help you can give.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Feb 2002 22:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673901#M589325</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2002-02-28T22:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673902#M589326</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you able to surf Internet at all..?? Then Talk to your Firewall administrator to give access to HP's for (http,ftp both)&lt;BR /&gt;&lt;BR /&gt;On your PC side you need to set proxy server setting in Internet option and then connection method.Or if firewall needs any kind of authentication then you need to set this up at firewall server.&lt;BR /&gt;&lt;BR /&gt;Adding default network on pc&lt;BR /&gt;route add &lt;DESTINATION address=""&gt; Mask &lt;SUBNET address=""&gt; &lt;GATEWAY address=""&gt; metric #&lt;BR /&gt;try route add/? for more help&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;/GATEWAY&gt;&lt;/SUBNET&gt;&lt;/DESTINATION&gt;</description>
      <pubDate>Thu, 28 Feb 2002 22:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673902#M589326</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-02-28T22:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673903#M589327</link>
      <description>To set up a default gateway on your HP machine you can do:&lt;BR /&gt;&lt;BR /&gt;# route add default gateway_ip 1&lt;BR /&gt;&lt;BR /&gt;(for example)&lt;BR /&gt;# route add default 172.30.0.1 1&lt;BR /&gt;would set 172.30.0.1 as your default gateway.  This command will take effect immediately.&lt;BR /&gt;&lt;BR /&gt;To have it take effect on the next reboot you can either modify the /etc/rc.config.d/netconf file or run 'set_parms addl_netwrk' (I think that's correct. 'man set_parms' for more info.).</description>
      <pubDate>Thu, 28 Feb 2002 22:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673903#M589327</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-28T22:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673904#M589328</link>
      <description>Check your default gateway with:&lt;BR /&gt;&lt;BR /&gt;netstat -rn&lt;BR /&gt;&lt;BR /&gt;You should see one line with:&lt;BR /&gt;&lt;BR /&gt;default   A.B.C.D    UG      0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;Check that the gateway is good by:&lt;BR /&gt;&lt;BR /&gt;ping A.B.C.D&lt;BR /&gt;&lt;BR /&gt;If that works then try&lt;BR /&gt;&lt;BR /&gt;nslookup hp.com&lt;BR /&gt;&lt;BR /&gt;You should get back:&lt;BR /&gt;&lt;BR /&gt;Server:  DNShostname&lt;BR /&gt;Address:  DNSIPaddress&lt;BR /&gt;&lt;BR /&gt;Name:    hp.com&lt;BR /&gt;Addresses:  192.6.118.97, 192.6.118.128, 192.151.52.187, 192.151.52.217&lt;BR /&gt;   192.151.53.86, 192.6.118.44&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If that doesn't work then you need to look at your DNS setup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If that works try &lt;BR /&gt;&lt;BR /&gt;ping hp.com&lt;BR /&gt;&lt;BR /&gt;if that fails try&lt;BR /&gt;tracert hp.com&lt;BR /&gt;&lt;BR /&gt;That will tell you how far you can get.  If you stop at the gateway then it doesn't know how to go to the internet or doesn't want you to go out.  Could also be that you need to go to a proxy instead of the gateway but only your network admin can tell you that.  (or you go look at someone elses machine which does work and is on the same network)&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Feb 2002 23:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673904#M589328</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-02-28T23:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673905#M589329</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;I tried this command&lt;BR /&gt; nslookup hp.com &lt;BR /&gt;and it didn't work.  So I went to SAM to check my DNS and found that it wasn't setup. I am going to have to wait until tomarrow to get the DNS service to work. If you have any information that would help with setting up the DNS please let the information flow my way.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 00:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673905#M589329</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2002-03-01T00:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673906#M589330</link>
      <description>I'm not real good on setting up DNS especially with SAM. It should be pretty easy.  Just remember that you want all you want to do is tell it where to find the DNS server.  Make sure you don't turn yourself into a DNS server.&lt;BR /&gt;&lt;BR /&gt; Our HP stuff is all in the production network and doesn't go to the internet and we always remotely administer it from the command line but I know there are two files that are needed.&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;and &lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;I found this example:&lt;BR /&gt;&lt;BR /&gt;This is done by creating the /etc/nsswitch.conf file. The file we use is: &lt;BR /&gt;hosts: dns [TRYAGAIN=continue NOTFOUND=continue] files &lt;BR /&gt;services: files&lt;BR /&gt;protocols: files&lt;BR /&gt;networks: files&lt;BR /&gt;rpc: files&lt;BR /&gt;netgroup: files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By default network processes would also be looking to see if nis is configured. Our config drops nis out of the polling process.&lt;BR /&gt;&lt;BR /&gt;CHANGE FOR /etc/resolv.conf&lt;BR /&gt;You must add a search sequence so that system name matches with and without the subnet name will be found. It states that too many entries on the search path may cause long delays. By just having the local domain and the "WAN" domain as entries we emulate how names were resolved under 9.x.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;domain aaa.bbb.ccc&lt;BR /&gt;search aaa.bbb.ccc bbb.ccc&lt;BR /&gt;nameserver 123.123.123.123&lt;BR /&gt;&lt;BR /&gt;domain is something like itrc.hp.com&lt;BR /&gt;&lt;BR /&gt;search would be: itrc.hp.com hp.com&lt;BR /&gt;&lt;BR /&gt;nameserver is the ip address of the DNS server you should be using.  This is often but not always your gateway.  Ask your network guy or if you have a WinNT box on this same network do ipconfig /all and see what it says.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 01:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673906#M589330</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-01T01:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673907#M589331</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;Here are the contents of those two files:&lt;BR /&gt;&lt;BR /&gt;more /etc/nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;#hosts: files   [NOTFOUND=continue TRYAGAIN=continue] dns&lt;BR /&gt;&lt;BR /&gt;hosts: files&lt;BR /&gt;services:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;networks:     files&lt;BR /&gt;rpc:          files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;&lt;BR /&gt;aliases:      files&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;publickey:    files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;more /etc/resolv.conf&lt;BR /&gt;domain co.fairbanks.ak.us&lt;BR /&gt;#domain mail.co.fairbanks.ak.us&lt;BR /&gt;nameserver 172.16.0.41 &lt;BR /&gt;nameserver 209.165.150.166&lt;BR /&gt;&lt;BR /&gt;Does there seem to be any problem with their settings?</description>
      <pubDate>Fri, 01 Mar 2002 17:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673907#M589331</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2002-03-01T17:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673908#M589332</link>
      <description>hosts: files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;change the hosts line in /etc/nsswitch.conf to look like the one above. Add the default gateway.&lt;BR /&gt;&lt;BR /&gt;# route add default a.b.c.d 1&lt;BR /&gt;now try nslookup and ping if these work than you are all set.&lt;BR /&gt;&lt;BR /&gt;Ajay</description>
      <pubDate>Fri, 01 Mar 2002 17:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673908#M589332</guid>
      <dc:creator>Ajay Sishodia</dc:creator>
      <dc:date>2002-03-01T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673909#M589333</link>
      <description>I want to thank everyone for all the help.  Using the information that I have received I have been able to connect to hp to retrive the patches my server needs.&lt;BR /&gt;&lt;BR /&gt;Thanks again for the help.</description>
      <pubDate>Fri, 01 Mar 2002 18:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/2673909#M589333</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2002-03-01T18:21:26Z</dc:date>
    </item>
  </channel>
</rss>

