LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   quick BIND9 zonefile question (https://www.linuxquestions.org/questions/linux-networking-3/quick-bind9-zonefile-question-98287/)

ocularbob 09-29-2003 01:01 PM

quick BIND9 zonefile question
 
so i just wanted to run this by you guys to see if it seems right.
this is one of ten of my zone files. they all are identical except for the domain names(of course)

$TTL 86400
@ IN SOA www.iornwill.net. root.iornwill.net (
3 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)


@ IN NS d2

@ IN MX 10 mail.iornwill.net.

www IN A 68.166.141.62
* IN A 68.166.141.62
d1 IN A 68.166.141.60
d2 IN A 68.166.141.61
d3 IN A 68.166.141.62
ftp IN A 68.166.141.62
mail IN A 68.166.141.62
webmail IN A 68.166.141.62
carbon IN A 68.166.141.62
secure IN A 68.166.141.62
@ IN A 68.166.141.62


does it matter where in the list the *wildcard comes?

thanks

Robert0380 09-29-2003 01:07 PM

take off the www in www.ironwill.net


www is a host, the domain name itself is ironwill.net.

if you leave it on, you'll get stuff like...

ftp.www.ironwill.net

and

www.www.ironwill.net

Robert0380 09-29-2003 01:15 PM

also, you may wanna make a lot of those CNAME's because they all have the same IP, but that might not matter. It could come in handy or hurt depending on how your network grows. The best way to test it all out is to use the dig command

ocularbob 09-29-2003 02:00 PM

ok that solved a million problems. thanks

Robert0380 09-29-2003 02:31 PM

no problem


All times are GMT -5. The time now is 07:03 AM.