- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to configure bind to resove only domainname as...
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
02-08-2003 10:36 PM
02-08-2003 10:36 PM
it can resovle the domainname as "xxx.mydomain.com", however, i do not know at all how to configure it to resolve the domainame as "mydomain.com" to default ip.
could somebody give me some sample?
Best Regards,
Frederick van targero
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2003 01:46 AM
02-09-2003 01:46 AM
Re: how to configure bind to resove only domainname as 'domain.com'
After having read and re-read your question, it is still not clear.
Could you please post /etc/named.conf and /etc/resolv.conf ?
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2003 03:50 PM
02-09-2003 03:50 PM
Solution@ IN A ip.of.mydomain.com
usually just after the SOA.
The @ refers to the host mentioned in the previous line (the domain record), and assigns it an address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2003 10:49 PM
02-09-2003 10:49 PM
Re: how to configure bind to resove only domainname as 'domain.com'
Edit your forward zone file and put records like this
xxx.mydomain.com IN A yyy.yyy.yyy.yyy
mydomain.com. IN CNAME xxx.mydomain.com.
Save the file and restart named daemon.
Now if you lookup xxx.mydomain.com or mydomain.com you will get the same IP address yyy.yyy.yyy.yyy
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2003 10:49 PM
02-09-2003 10:49 PM
Re: how to configure bind to resove only domainname as 'domain.com'
Edit your forward zone file and put records like this
xxx.mydomain.com IN A yyy.yyy.yyy.yyy
mydomain.com. IN CNAME xxx.mydomain.com.
Save the file and restart named daemon.
Now if you lookup xxx.mydomain.com or mydomain.com you will get the same IP address yyy.yyy.yyy.yyy
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2003 10:49 PM
02-09-2003 10:49 PM
Re: how to configure bind to resove only domainname as 'domain.com'
Edit your forward zone file and put records like this
xxx.mydomain.com IN A yyy.yyy.yyy.yyy
mydomain.com. IN CNAME xxx.mydomain.com.
Save the file and restart named daemon.
Now if you lookup xxx.mydomain.com or mydomain.com you will get the same IP address yyy.yyy.yyy.yyy
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2003 10:51 PM
02-09-2003 10:51 PM
Re: how to configure bind to resove only domainname as 'domain.com'
Edit your forward zone file and put records like this
xxx.mydomain.com IN A yyy.yyy.yyy.yyy
mydomain.com. IN CNAME xxx.mydomain.com.
Save the file and restart named daemon.
Now if you lookup xxx.mydomain.com or mydomain.com you will get the same IP address yyy.yyy.yyy.yyy
regards,
U.SivaKumar