- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Web Access
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
01-30-2003 08:57 PM
01-30-2003 08:57 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 08:58 PM
01-30-2003 08:58 PM
Re: Web Access
If you are able to connect to the machine, then do not enable proxy. Set "direct connection to internet" and see if it works.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 09:07 PM
01-30-2003 09:07 PM
Re: Web Access
http://66.218.71.86 and I get the page.
Strange.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 09:21 PM
01-30-2003 09:21 PM
Re: Web Access
Manually assign the hp box in /etc/rc.config.d/netconf to an address and mask and especially gateway address the same as the other machines.
Check the other machines for DNS info and then enter those ips into /etc/resolv.conf
I'm assuming you know how to check that, right click network neighborhood, yada yada...
Then you should be on the Internet.
You may need to restart the hp box.
Run network tests.
nslookup isnamerica.com
traceroute isnamerica.com
You can get some information if your HP box needs an outside DNS entery in /etc/resolv.conf
P
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
01-30-2003 09:24 PM
01-30-2003 09:24 PM
Re: Web Access
It's no strange. It is not able to resolve yahoo.com. Unix server looks for a DNS server as defined in /etc/resolv.conf. If you can the DNS server entry from your windows box, you can configure your HP box to resolve the IPs. Worst the case, you can edit /etc/hosts file and keep the IPs and Hostnames of your commonly accessed URLs. For ex., put the following entry
66.218.71.86 www.yahoo.com
in your /etc/hosts and you can be able to connect to it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 09:28 PM
01-30-2003 09:28 PM
SolutionEdit /etc/resolv.conf and put your ISP's DNS server addresses in it.
eg:-
server xx.xx.xx.xx
where xx.xx.xx.xx is the DNS server of your ISP.
Edit /etc/nsswitch.conf file , put this line
hosts: dns files
Thats it.
regards,
U.SivaKumar