|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Hi Guys,
I want one of the sub-domains (sub domain login shown below) of a zone to get its address from a another name server while I want the all the other sub-domains to go to a specific IP. Following is the zone file: $TTL 86400 @ IN SOA oscar.aol.com. root.oscar.aol.com. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum NS ns ; Inet Address of name server ; login what should I add here * A some static address Also how should I configure other relevant BIND 9.2.0 |
|
#2
|
||||
|
||||
|
Your question confuses me. However, here's my attempt to answer based on your example.
$ORIGIN oscar.aol.com. login A 127.0.0.2 * A 127.0.0.1 The above says that *.oscar.aol.com will resolve to 127.0.0.1 and login.oscar.aol.com will resolve to 127.0.0.2. I don't know what your origin is so I don't know if that is recisely how the changes will effect your zone.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Zone dat file config |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|