ocoro02
IS-IT--Management
- Feb 6, 2008
- 5
I've inherited a pretty broken dns setup ... In order to make my life easier before I make big changes and fix it for good I'd like to do the following:
I have two domains. I want to be able to use the same zonefile for both domains. To make matters more interesting, the zonefile I wish to use is transferred to my bind 9.2.x installation from a Microsoft DNS server! This has the zone name in the header -
$ORIGIN .
$TTL 3600 ; 1 hour
mydomain IN SOA myserver.mydomain. hostmaster.local.mydomain. (
...
Is there any way I can refer to this zonefile from another domain entry in named.conf? I thought of zone delegation but not quite sure if this is possible here.
I have two domains. I want to be able to use the same zonefile for both domains. To make matters more interesting, the zonefile I wish to use is transferred to my bind 9.2.x installation from a Microsoft DNS server! This has the zone name in the header -
$ORIGIN .
$TTL 3600 ; 1 hour
mydomain IN SOA myserver.mydomain. hostmaster.local.mydomain. (
...
Is there any way I can refer to this zonefile from another domain entry in named.conf? I thought of zone delegation but not quite sure if this is possible here.