- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/hosts modifed
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-27-2002 10:51 PM
01-27-2002 10:51 PM
/etc/hosts modifed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2002 11:27 PM
01-27-2002 11:27 PM
Re: /etc/hosts modifed
Try doing a 'nslookup

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2002 11:32 PM
01-27-2002 11:32 PM
Re: /etc/hosts modifed
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe4f35e938a10d6118ff40090279cd0f9,00.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 12:43 AM
01-28-2002 12:43 AM
Re: /etc/hosts modifed
It may be set to check DNS then /etc/hosts. Change the order.
To be sure you can also edit the file /etc/resolv.conf and hash out any line referring to a DNS server.
Good luck stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 01:37 AM
01-28-2002 01:37 AM
Re: /etc/hosts modifed
Check resolving /etc/resolv.conf
nslookup ip_address
nslookup name
check how is configured: /etc/nsswitch.conf if is not try to creste /etc/nsswitch.conf with next entry
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
everything in one line
hope it help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 05:18 AM
01-28-2002 05:18 AM
Re: /etc/hosts modifed
When you modified the /etc/hosts...did you do a search to ensure that the name or IP is not referenced elsewhere? Is it possible the name or alias is duplicated elsewhere in the host file?
When you do nslookup by IP and then by name you should get the same results..and they should be the results you expect..
Just a thought,
Rita