<?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: Internet problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532219#M559239</link>
    <description>Ewan,&lt;BR /&gt;&lt;BR /&gt;Do you have a default route set up on the C3600?  What does "netstat -rn" look like?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 26 Apr 2005 11:35:24 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-04-26T11:35:24Z</dc:date>
    <item>
      <title>Internet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532218#M559238</link>
      <description>Ok, I have a connection which I have tested works using my laptop. I have tried pinging the gateway plus pinging an outside IP(such as one of Google's).&lt;BR /&gt;When connecting my visualize workstation (C3600) to the same connection, I can ping the gateway but not the outside world such as google. I'm trying to set up netscape for the first time, I can't connect to any websites using netscape either. I have two main questions... 1. Is there anything else you think I can try? &lt;BR /&gt;2. does netscape have any special settings? The reason I'm asking this is because I actually managed not get my workstation to ping google earlier on but netscape still failed to work? One thing I have noticed, i snomatter which way I set the TCP/IP settings, when I run the "ifconfig lan0" command the gateway adress is never correct - it always has a 255 at the end instead of a 1. Any help would be much appreciated! &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;Ewan</description>
      <pubDate>Tue, 26 Apr 2005 11:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532218#M559238</guid>
      <dc:creator>Ewan McDonald</dc:creator>
      <dc:date>2005-04-26T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532219#M559239</link>
      <description>Ewan,&lt;BR /&gt;&lt;BR /&gt;Do you have a default route set up on the C3600?  What does "netstat -rn" look like?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 26 Apr 2005 11:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532219#M559239</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-26T11:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532220#M559240</link>
      <description>I think your testing approach is good.&lt;BR /&gt;&lt;BR /&gt;Check the default gateway setting in /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Don't make a copy of that file if you make changes, it will cause networking problems.&lt;BR /&gt;&lt;BR /&gt;I would make sure the default gateway in that config file is set and pingable.&lt;BR /&gt;&lt;BR /&gt;check that netmask is correct on all entries as well.&lt;BR /&gt;&lt;BR /&gt;Then perhaps try a traceroute&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 Apr 2005 11:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532220#M559240</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-26T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Internet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532221#M559241</link>
      <description>Hi guys, thanks for the help... ok in reply to your questions... &lt;BR /&gt;&lt;BR /&gt;"netstat -rn" This shows three entries for lan0, not sure if this is ok or not? Only one of them is "default" the other two have IP addresses in the first field. The line which begins with default shows the correct gateway address for our network. &lt;BR /&gt;&lt;BR /&gt;"/etc/rc.config.d/netstat" This shows everything ok, the IP is correct and the gateway is correct. The only thing I have noticed are there are some fields which are blank:&lt;BR /&gt;BROADCAST_ADDRESS&lt;BR /&gt;INTERFACE_STATE&lt;BR /&gt;ROUTE_MASK&lt;BR /&gt;ROUTE_ARGS&lt;BR /&gt;Should they have anything in them? &lt;BR /&gt;Also I'm not sure about the ROUTE_COUNT field - at the moment it is set to 1. is this the hop count? If so then it's a lot more than one, I'd be safer using 30?</description>
      <pubDate>Wed, 27 Apr 2005 07:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532221#M559241</guid>
      <dc:creator>Ewan McDonald</dc:creator>
      <dc:date>2005-04-27T07:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Internet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532222#M559242</link>
      <description>HI Ewan,&lt;BR /&gt;&lt;BR /&gt;You should have a look at the /etc/resolv.conf file.&lt;BR /&gt;Steps you should check:&lt;BR /&gt;1. # traceroute google.com&lt;BR /&gt;Check the first hop, is it the same IP address as your gateway? If not, you might need to change the default gateway in /etc/rc.config.d/netconf.&lt;BR /&gt;2. # nslookup &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;&lt;BR /&gt;Are you getting an IP address as an o/p of this command. If not you need to check the entry in /etc/resolv.conf file.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Apr 2005 07:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/internet-problems/m-p/3532222#M559242</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-04-27T07:59:45Z</dc:date>
    </item>
  </channel>
</rss>

