>Hi. Maybe not strictly a question for this list, but can anyone advise me on
>how to go about setting up/creating a sub domain under an exisiting domain?
>(Eg mysubdomain.mydomain.com)

do you mean create another zone? if yes, you do it by adding NS records, 
aka delegation records, in mydomain.com, aka the parent zone, to create a 
child zone:

mysubdomain.mydomain.com.  NS  ns1.mysubdomain.mydomain.com.
mysubdomain.mydomain.com.  NS  ns2.mysubdomain.mydomain.com.

and then the glue records:

ns1.mysubdomain.mydomain.com A ip.ad.re.ss
ns2.mysubdomain.mydomain.com A ip.ad.re.ss

better to ask this in the ISC BIND list, or isp-dns list.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways

Reply via email to