- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is there any way to connect to internet on HP-UX 1...
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
11-24-2009 06:43 PM
11-24-2009 06:43 PM
Is there any way to connect to internet on HP-UX 11iv3 without configure DNS
i reinstall the operating environment recently.already set the static LAN ip address , DHCP disabled, Gate way and subnet configured.left the DNS blank
i thought that when default gateway and subnet configured, the hp ux box should be able to surf internet ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2009 06:54 PM
11-24-2009 06:54 PM
Re: Is there any way to connect to internet on HP-UX 11iv3 without configure DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2009 07:22 PM
11-24-2009 07:22 PM
Re: Is there any way to connect to internet on HP-UX 11iv3 without configure DNS
passwd: files
group: files
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
ipnodes: files [NOTFOUND=return] dns
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
services: files
Once this is created, you should verify that your local IP address can be resolved using nslookup and nsquery:
nslookup yourHostname
nsquery hosts yourHostname
Also verify that the reverse is true:
nslooup 12.34.56.78
nsquery hosts 12.34.56.78
The real problem is Xwindows as it critically depends on networking in order to work and one of the first tasks is to translate the local hostname into an IP address. If this fails, Xwindows will not start. DNS cannot supply your local address so you must look in /etc/hosts first (the above nsswitch.conf file).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2009 08:21 PM
11-24-2009 08:21 PM
Re: Is there any way to connect to internet on HP-UX 11iv3 without configure DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2009 09:28 PM
11-24-2009 09:28 PM
Re: Is there any way to connect to internet on HP-UX 11iv3 without configure DNS
You are working on the wrong end - configure DNS but make sure your server looks into /etc/hosts first in order to resolve its own name.
Bills post has all the details, this is your solution!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
