- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS 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-10-2002 05:44 AM
04-10-2002 05:44 AM
DNS problems
127.0.0.1 127.0.0.1 UH 8 2744 lo0 4608
194.202.120.25 127.0.0.1 UH 2 4603 lo0 4608
213.131.170.10 194.202.120.19 UGHD lan0 1500
default 194.202.120.29 UG 0 7 lan0 1500
194.202.120 194.202.120.25 U 21 203872 lan0 1500
194.x.x.x is LAN, 213.x.x.x is ISP DNS1, 194.x.x.25 is the server in question.
Can anyone please tell me why this server needs to have a continous connection to the internet for it to allow others to access it? Is IP forwarding the problem or the fact that the routing tables are not correct? We also get what appears to be dynamic routing as the tables change throughout the day..but dynamic routing is definitely switched off! This has all happens since we disconnected our old proxy firewall, changed ISP's and replaced it with a sonicwall pro 100.
We appear to be up-to-date with our patches.
Please help.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 05:55 AM
04-10-2002 05:55 AM
Re: DNS problems
Did you enable gated or rdpd? These are routing protocols that facilitate a failover of default route if the primary router or gateway is down.
You can check by:
# ps -fae|grep gated
# ps -fae|grep rdpd
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 06:03 AM
04-10-2002 06:03 AM
Re: DNS problems
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 06:06 AM
04-10-2002 06:06 AM
Re: DNS problems
If not you have to setup & then define a local router/gateway to serve as a backup when the ISP line goes down. I would also recommend you setup a local DNS server (UNIX or NT - UNIX preferred) to stand as a backup in same scenario.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:01 AM
04-10-2002 08:01 AM
Re: DNS problems
I agree with Steven, when he says that /etc/hosts file should appear before dns. The reason for this is that your entry in /etc/nsswitch.conf file right now would be showing as follows :
hosts dns [NOTFOUND=continue UNAVAIL=continue] files [NOTFOUND=continue UNAVAIL=continue]
make it as below
hosts files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=continue]
I hope this will resolve your problem. Also make sure that you have all the entries of the pc's in your hosts file. If you have a large setup is NIS enabled. In that case you shall have to give the NIS [NOTFOUND=continue UNAVAIL=continue] before dns entry.
PS : Don't forget to award points if this resolves your problem.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:02 AM
04-10-2002 08:02 AM
Re: DNS problems
I agree with Steven, when he says that /etc/hosts file should appear before dns. The reason for this is that your entry in /etc/nsswitch.conf file right now would be showing as follows :
hosts dns [NOTFOUND=continue UNAVAIL=continue] files [NOTFOUND=continue UNAVAIL=continue]
make it as below
hosts files [NOTFOUND=continue UNAVAIL=continue] dns
I hope this will resolve your problem. Also make sure that you have all the entries of the pc's in your hosts file. If you have a large setup is NIS enabled. In that case you shall have to give the NIS [NOTFOUND=continue UNAVAIL=continue] before dns entry.
PS : Don't forget to award points if this resolves your problem.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:03 AM
04-10-2002 08:03 AM
Re: DNS problems
I agree with Steven, when he says that /etc/hosts file should appear before dns. The reason for this is that your entry in /etc/nsswitch.conf file right now would be showing as follows :
hosts dns [NOTFOUND=continue UNAVAIL=continue] files [NOTFOUND=continue UNAVAIL=continue]
make it as below
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
I hope this will resolve your problem. Also make sure that you have all the entries of the pc's in your hosts file. If you have a large setup is NIS enabled. In that case you shall have to give the NIS [NOTFOUND=continue UNAVAIL=continue] before dns entry.
PS : Don't forget to award points if this resolves your problem.
Regards,
Anil