<?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: Unable to get to the internet from my HP-UX box in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173760#M570518</link>
    <description>Since nslookup is working (I am assuming that nslookup reports the IP address of the remote DNS server and that other random sites like cisco.com, ibm.com, homedepot.com, boeing.com, etc). If true, then you're already connected and routing is OK. Now see if ftp works:&lt;BR /&gt; &lt;BR /&gt;ftp hprc.external.hp.com&lt;BR /&gt; &lt;BR /&gt;login=contrib, pw=9unsupp8&lt;BR /&gt; &lt;BR /&gt;If that is OK, you're all set. telnet will often fail to commercial sites due to firewall barriers. You can't do anything about that. &lt;BR /&gt; &lt;BR /&gt;While you're at it, you might configure NTP so you have a super-accurate clock. Start by seeing if you can reach some NTP servers:&lt;BR /&gt; &lt;BR /&gt;ntpq -p ntp-cup.external.hp.com&lt;BR /&gt; &lt;BR /&gt;If all is well, then edit /etc/rc.config.d/netdaemons and change:&lt;BR /&gt; &lt;BR /&gt;export NTPDATE_SERVER=ntp-cup.external.hp.com&lt;BR /&gt;export XNTPD=1&lt;BR /&gt; &lt;BR /&gt;Then edit (I prefer to replace the lengthy file) /etc/ntp.conf with:&lt;BR /&gt; &lt;BR /&gt;server ntp-cup.external.hp.com # David Dalton's server&lt;BR /&gt;server time.twc.weather.com    # The Weather Channel, Atlanta&lt;BR /&gt;server bonehed.lcs.mit.edu      # MIT, Boston&lt;BR /&gt;server  127.127.1.0                     # local clock&lt;BR /&gt;fudge   127.127.1.0 stratum 10          # backup clock (internal)&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt; &lt;BR /&gt;Finally, set your clock with:&lt;BR /&gt; &lt;BR /&gt;ntpdate -b ntp-cup.external.hp.com&lt;BR /&gt; &lt;BR /&gt;and start the automatic NTP service:&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/xntpd</description>
    <pubDate>Thu, 29 Jan 2004 09:29:08 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-01-29T09:29:08Z</dc:date>
    <item>
      <title>Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173727#M570485</link>
      <description>Iam trying to configure my system to have access to the internet via a home based router&lt;BR /&gt; &lt;BR /&gt;Can anyone please help&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Alfred</description>
      <pubDate>Mon, 26 Jan 2004 09:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173727#M570485</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-26T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173728#M570486</link>
      <description>route add net default &lt;IP of="" your="" router=""&gt;&lt;BR /&gt;&lt;BR /&gt;Regs David&lt;/IP&gt;</description>
      <pubDate>Mon, 26 Jan 2004 09:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173728#M570486</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2004-01-26T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173729#M570487</link>
      <description>Or use SAM to add the default gateway to the network configuration. But the route command that David posted is much faster.&lt;BR /&gt;&lt;BR /&gt;If you like this to be the default gateway during startup edit /etc/rc.config.d/netconf&lt;BR /&gt;Edit next part:&lt;BR /&gt;ROUTE_GATEWAY[0]=&lt;YOUR routers="" ip="" adress=""&gt;&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;&lt;BR /&gt;Do also edit the /etc/resolv.conf and add your ISP's DNS-servers.&lt;BR /&gt;nameserver &lt;IP of="" dns="" server1=""&gt;&lt;BR /&gt;nameserver &lt;IP of="" dns="" server2=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Peter&lt;/IP&gt;&lt;/IP&gt;&lt;/YOUR&gt;</description>
      <pubDate>Mon, 26 Jan 2004 09:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173729#M570487</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-26T09:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173730#M570488</link>
      <description>Regs,&lt;BR /&gt;Thanks for replying but I tried that.&lt;BR /&gt;I have a linksys router; the ip address is 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;So I did &lt;BR /&gt;&lt;BR /&gt;route add default 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;This gives the error message:&lt;BR /&gt;&lt;BR /&gt;Unable to locate the router ( something like that ) even though the cable are connected right and the light is green on the router.&lt;BR /&gt;&lt;BR /&gt;Alfred</description>
      <pubDate>Mon, 26 Jan 2004 10:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173730#M570488</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-26T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173731#M570489</link>
      <description>Correct command should be:&lt;BR /&gt;route add default 192.168.1.1 1&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;From man route:&lt;BR /&gt;   count          An integer that indicates whether the gateway is a&lt;BR /&gt;                          remote host or the local host.  If the route leads&lt;BR /&gt;                          to a destination through a remote gateway, count&lt;BR /&gt;                          should be a number greater than 0.  If the route&lt;BR /&gt;                          leads to destination and the gateway is the local&lt;BR /&gt;                          host, count should be 0.  The default for count is&lt;BR /&gt;&lt;BR /&gt; Hewlett-Packard Company            - 2 -  HP-UX Release 11.00: October 1997&lt;BR /&gt;&lt;BR /&gt; route(1M)                                                         route(1M)&lt;BR /&gt;&lt;BR /&gt;                          zero.  The result is not defined if count is&lt;BR /&gt;                          negative.&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;If you don't specify count it takes a local route.</description>
      <pubDate>Mon, 26 Jan 2004 10:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173731#M570489</guid>
      <dc:creator>Virgil Chereches_2</dc:creator>
      <dc:date>2004-01-26T10:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173732#M570490</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;just a thought: if 192.168.1.1 is reachable then&lt;BR /&gt;&lt;BR /&gt;# route add default 192.168.1.1 1&lt;BR /&gt;&lt;BR /&gt;with 1 at the end of command.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Mon, 26 Jan 2004 10:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173732#M570490</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-01-26T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173733#M570491</link>
      <description>What is the IP-address(and its netmask) of the HP-UX box.&lt;BR /&gt;Is it on the same subnet and can you ping the linksys router?&lt;BR /&gt;(check netconf file for IP config)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 26 Jan 2004 10:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173733#M570491</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-26T10:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173734#M570492</link>
      <description>Thank you Peter,&lt;BR /&gt;I will try this as soon as I get home&lt;BR /&gt;&lt;BR /&gt;Alfred</description>
      <pubDate>Mon, 26 Jan 2004 10:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173734#M570492</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-26T10:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173735#M570493</link>
      <description>HI Alfred.&lt;BR /&gt;&lt;BR /&gt;If you have a link it means you have a phisical connection with the router. Now you need to setup an ipadress on the interface in the same network. The linksys has: 192.168.1.1  so if you provide the HPUX server with 192.168.1.2 and condifure the same subnetmask it hould work. Howto configure the ipadress.&lt;BR /&gt;&lt;BR /&gt;Once: &lt;BR /&gt;ifconfig lan&lt;NUMBER&gt; ( check with lanscan) 192.168.1.2 &lt;BR /&gt;&lt;BR /&gt;route add default 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;Allways:&lt;BR /&gt;edit /etc/rc.config.d/netconf file:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan&lt;NUMBER&gt;"&lt;BR /&gt;IP_ADDRESS[0]="192.168.1.2"&lt;BR /&gt;SUBNET_MASK[0]="0xffffff00"&lt;BR /&gt;BROADCAST_ADDRESS[0]="192.168.1.255"&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0    &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_GATEWAY[0]="192.168.1.1"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;/NUMBER&gt;&lt;/NUMBER&gt;</description>
      <pubDate>Mon, 26 Jan 2004 10:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173735#M570493</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-26T10:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173736#M570494</link>
      <description>Peter,&lt;BR /&gt;The IP address of the HP box is 10.1.96.66 and the netmask is 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;If I do: route add default 192.168.1.1&lt;BR /&gt;I get an error message and I can't ping the router ( 192.168.1.1 )&lt;BR /&gt;&lt;BR /&gt;But if I do: router add default 10.1.96.66,&lt;BR /&gt;it takes it and then I can ping the router but I can't ping any site on the internet&lt;BR /&gt;&lt;BR /&gt;Alfred</description>
      <pubDate>Mon, 26 Jan 2004 10:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173736#M570494</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-26T10:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173737#M570495</link>
      <description>Like Gideon also posted, the router and the HP-box IP-addresses need to bee in the same subnet. So make the HP-BOX's IP 192.168.0.2 with subnet 255.255.255.0 and it will work.&lt;BR /&gt;&lt;BR /&gt;Wy did you conigure the HP box with a different IP or was it already configured(do you need 2 subnets at home?)&lt;BR /&gt;&lt;BR /&gt;The route command that worked fine was because you added the default route to its own IP address.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2004 10:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173737#M570495</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-26T10:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173738#M570496</link>
      <description>Sorry I meant 192.168.1.2 for the HP box.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 26 Jan 2004 10:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173738#M570496</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-26T10:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173739#M570497</link>
      <description>Hi Alfred,&lt;BR /&gt;&lt;BR /&gt;you should use similar IP's or you have to change your subnet-mask or route-mask in your netconf (to 0.0.0.0 ?).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Volkmar&lt;BR /&gt;&lt;BR /&gt;(Better input here, haven't I told you?) ;-)&lt;BR /&gt;P.S.&lt;BR /&gt;Don't forget assigning points to the guys.</description>
      <pubDate>Mon, 26 Jan 2004 10:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173739#M570497</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-01-26T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173740#M570498</link>
      <description>Gideon,&lt;BR /&gt;I will try what you suggested. I think it should fix it.&lt;BR /&gt;&lt;BR /&gt;Thank you so much&lt;BR /&gt;&lt;BR /&gt;Peter,&lt;BR /&gt;I shouldn't have used the 10.1.96.66 IP address. I will try what you suggested.&lt;BR /&gt;&lt;BR /&gt;No, I don't need 2 subnet mask at home. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Alfred</description>
      <pubDate>Mon, 26 Jan 2004 10:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173740#M570498</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-26T10:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173741#M570499</link>
      <description>Mr. Nyga,&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;I am assigning points to the each respose.&lt;BR /&gt;The input is great&lt;BR /&gt;&lt;BR /&gt;Alfred</description>
      <pubDate>Mon, 26 Jan 2004 10:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173741#M570499</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-26T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173742#M570500</link>
      <description>Hello guys,&lt;BR /&gt;&lt;BR /&gt;I am almost pinging internet sites but not quite. When I pinged &lt;A href="http://www.yahoo.com," target="_blank"&gt;www.yahoo.com,&lt;/A&gt; I get&lt;BR /&gt;&lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; then it hangs&lt;BR /&gt;&lt;BR /&gt;any clue?&lt;BR /&gt;&lt;BR /&gt;Alfred</description>
      <pubDate>Mon, 26 Jan 2004 19:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173742#M570500</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-26T19:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173743#M570501</link>
      <description>Once you can ping your router, you need to handle DNS because yahoo and all the other Internetnames out there must be translated into IP addresses. So start with a known IP address. Here are some well-known servers: 208.69.188.187 and 209.123.109.175. Ping those and if they work, you're connected. Now you just have to specify your hosts file and DNS servers. First, edit /etc/nsswitch.conf and replace the hosts: line with this line:&lt;BR /&gt; &lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns&lt;BR /&gt; &lt;BR /&gt;and finally, you'll need to create /etc/resolv.conf with the DNS servers you want to use.  Your ISP can supply you with a list of DNS addresses. Once you have the addresses, use nslookup to see if they work, soemthing like this:&lt;BR /&gt; &lt;BR /&gt;nslookup hp.com 12.34.56.78&lt;BR /&gt; &lt;BR /&gt;where 12.34.56.78 is the address of your DNS server. Your resolv.conf will then look something like this:&lt;BR /&gt; &lt;BR /&gt;nameserver 12.34.56.78&lt;BR /&gt;nameserver 207.69.188.185&lt;BR /&gt;nameserver 207.69.188.187 &lt;BR /&gt; &lt;BR /&gt;n</description>
      <pubDate>Mon, 26 Jan 2004 22:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173743#M570501</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-26T22:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173744#M570502</link>
      <description>Hi Alfred,&lt;BR /&gt;&lt;BR /&gt;Just back at work and saw it did still not work correct.&lt;BR /&gt;Did it work with Bill's advice?&lt;BR /&gt;Configure DNS in resolv.conf and configure nsswitch.conf?&lt;BR /&gt;&lt;BR /&gt;Can you now ping a FQDN like &lt;A href="http://www.yahoo.com?" target="_blank"&gt;www.yahoo.com?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2004 01:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173744#M570502</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-27T01:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173745#M570503</link>
      <description>Hello Bill / Peter,&lt;BR /&gt;I did what you suggested but I can't still ping any site.&lt;BR /&gt;Also, in my linksys router, there only 1 DNS IP. That's the one I used.&lt;BR /&gt;&lt;BR /&gt;Another question, in the host line of nsswitch.conf, do I use the word dns or the actual dns IP&lt;BR /&gt;&lt;BR /&gt;Thank you guys&lt;BR /&gt;&lt;BR /&gt;Alfred</description>
      <pubDate>Tue, 27 Jan 2004 08:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173745#M570503</guid>
      <dc:creator>Alfred Asebiomo</dc:creator>
      <dc:date>2004-01-27T08:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get to the internet from my HP-UX box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173746#M570504</link>
      <description>You use the IP of the dnserver in this resolv.conf file.&lt;BR /&gt;&lt;BR /&gt;Can you ping the DNS server (i hope you use the DNS server from your ISP?)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 27 Jan 2004 08:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-get-to-the-internet-from-my-hp-ux-box/m-p/3173746#M570504</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-27T08:25:13Z</dc:date>
    </item>
  </channel>
</rss>

