- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DNS question
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
03-21-2006 10:23 AM
03-21-2006 10:23 AM
I have a Linux/Redhat box that it self is
a DNS server, running named. After we moved it
to a different IP address, DNS seems not working properly. What are the files need to
be modified?
Thanks in advance,
Lynn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 02:41 PM
03-21-2006 02:41 PM
Re: DNS question
If you can't ping the top entry in /etc/resolv.conf you can't communicate with the DNS servers. You therefore need new entries, and possibly a new gateway in /etc/sysconfig/network or the /etc/sysconfig/network-scripts ifcfg entries.
SEP
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
03-21-2006 05:26 PM
03-21-2006 05:26 PM
Re: DNS question
If no, change "listen-on { ip_address }" in the /etc/bind/named.conf.options file.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 09:34 PM
03-21-2006 09:34 PM
Re: DNS question
in this edit listen-on line and bound to new ip and restart the named service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 09:59 PM
03-21-2006 09:59 PM
Re: DNS question
Three files need to be modified:
1. /etc/hosts
2. /etc/named.conf
3. /etc/resolv.conf
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 02:08 AM
03-22-2006 02:08 AM
Re: DNS question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:27 AM
03-22-2006 06:27 AM
Re: DNS question
You may have old addresses in the db entries.
Check forward and reverse entries.
Also check any ACL entries defined in the
files to ensure that they allow access from
the new addresses.
If this is a forwarding only configuration.
It you may still (should) have entries
which prevent access at the new addres.
These will need to updated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 06:59 AM
03-24-2006 06:59 AM
Re: DNS question
a network issue. The new ip address can not
go outside/Internet. So we use another
DNS server now as a temp solution. However, there are about 1500 emails stuck in the mqueue dated 3/22. email is working but the mqueue is still not cleared. "mailq" showed 0 request. I peeked these stuck mails, they all have "name server timed out ..." sendmail was restarted but nothing happened... Also tried "sendmail -q" that did not work ... Any suggestion?
Lynn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 08:19 AM
03-24-2006 08:19 AM
Re: DNS question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 09:38 PM
03-28-2006 09:38 PM
Re: DNS question
Hi,
You need to check the following files
# /etc/named.conf
# /etc/resolv.conf
and also check your forward and reverse lookup zone files.
Please also , tell the result when you
#dig
means what you are getting in ANSWER section : "NXDOMAIN or SERVERFAIL".