- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- DNS configuration with redhat9
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-19-2005 01:46 AM
тАО06-19-2005 01:46 AM
DNS configuration with redhat9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2005 12:11 PM
тАО06-19-2005 12:11 PM
Re: DNS configuration with redhat9
If the first, you need to log into the system as the 'root' user, and modify the file '/etc/resolv.conf', adding a line similar to:
nameserver 192.168.1.254
where '192.168.1.254' is the DNS server IP provided by your ISP.
If you mean the latter, then you need to modify the '/etc/named.conf' file, adding in a section similar to:
zone "tendai.co.zw" IN {
type master;
file "tendai.co.zw.zone";
allow-update { none; };
};
From there, you need to create a file called '/var/named/tendai.co.zw.zone', and put the zone information in it, similar to:
$TTL 86400
$ORIGIN localhost.
@ 1D IN SOA @ root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
1D IN NS @
1D IN A 127.0.0.1
followed by A records for individual machines within the domain, and MX for mail exchangers.
From here, you really need to read some information about how to do more indepth configuration, start with https://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-bind.html and then look at the RFC's (1033 and 1034).
After that's all done, all you need to do is start the service:
service named start
chkconfig named on
unf.. ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2005 08:18 PM
тАО06-19-2005 08:18 PM
Re: DNS configuration with redhat9
tendai.co.zw
The result is as follows:
Server: 10.114.39.71
Address: 10.114.39.71#53
**server can't find tendai.co.zw: SERVFAIL
where 10.114.39.71 is the ip address of my linux box.
What then am i suppose to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2005 09:52 PM
тАО06-19-2005 09:52 PM
Re: DNS configuration with redhat9
If you've configured your name server, and restarted it, you'll need to tell your Linux box to use your DNS server, so do the first thing I said. Modify '/etc/resolv.conf' and point it to either the ethernet address of the box, or to '127.0.0.1' (localhost), then try your 'nslookup' or 'dig' again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2005 01:09 AM
тАО06-20-2005 01:09 AM
Re: DNS configuration with redhat9
I think you have to enhance your knowledge about dns, here you have some helpfull information that may help you to configure youe server.
http://www.linuxhomenetworking.com/linux-hn/dns-static.htm
Try to look all documentation, it's very good for beginners, and for advanced users too.
regards,
xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2005 02:03 AM
тАО06-20-2005 02:03 AM
Re: DNS configuration with redhat9
As a general reference, this document is quite useful at managing the entire configuration.
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/DNS-HOWTO-html.tar.gz
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com