- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Internet problems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:27 AM
04-26-2005 04:27 AM
Internet problems
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?
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!
Thanks,
Ewan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:35 AM
04-26-2005 04:35 AM
Re: Internet problems
Do you have a default route set up on the C3600? What does "netstat -rn" look like?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:36 AM
04-26-2005 04:36 AM
Re: Internet problems
Check the default gateway setting in /etc/rc.config.d/netconf
Don't make a copy of that file if you make changes, it will cause networking problems.
I would make sure the default gateway in that config file is set and pingable.
check that netmask is correct on all entries as well.
Then perhaps try a traceroute
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 12:01 AM
04-27-2005 12:01 AM
Re: Internet problems
"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.
"/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:
BROADCAST_ADDRESS
INTERFACE_STATE
ROUTE_MASK
ROUTE_ARGS
Should they have anything in them?
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 12:59 AM
04-27-2005 12:59 AM
Re: Internet problems
You should have a look at the /etc/resolv.conf file.
Steps you should check:
1. # traceroute google.com
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.
2. # nslookup www.google.com
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.
Rgds,