- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ISP's DNS
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-2004 10:43 AM
01-30-2004 10:43 AM
ISP's DNS
I need to allow my unix box to use my ISP's DNS server.
Here are the servers:
68.10.16.20 ns1hr.cox.net
68.10.16.29 ns2hr.cox.net
Where are all the places I need to put these so Mozilla can lookup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 10:50 AM
01-30-2004 10:50 AM
Re: ISP's DNS
You need to put those entries in your /etc/resolv.conf file.
domain your_domain_name
nameserver 68.10.16.20
nameserver 68.10.16.20
Also make sure you have DNS in order in your /etc/nsswitch.conf file
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 10:59 AM
01-30-2004 10:59 AM
Re: ISP's DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 11:03 AM
01-30-2004 11:03 AM
Re: ISP's DNS
Can you ping to 68.10.16.20 or 29?. If not, then it is not a name server problem but a network problem.
If you can ping, what do you get when you do
nslookup yahoo.com
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 11:41 AM
01-30-2004 11:41 AM
Re: ISP's DNS
My experience is that Cox only allows one DHCP lease for home users; thus, without some more complex networking than a hub/switch, you wouldn't be able to use two systems simultaneously.
HTH,
Mic