[luau] DNS

Jaymes Schooler jimsch at ichgroup.com
Wed Dec 3 13:43:01 PST 2003


This one works for me both internal and external

$TTL 86400
@       IN      SOA     ns.catchofthedaysushi.com  root.localhost (
                        6 ; serial
                        8800 ; refresh
                        7200 ; retry
                        4800 ; expire   
                        86400 ; ttl
                        )
        IN      NS      10.X.X.XX
@       IN      NS      ns

@       IN      MX      1       mail

www     IN      A       10.X.X.XX
mail    IN      A       10.X.X.XX
ftp     IN      A       10.X.X.XX
ns      IN      A       10.X.X.XX

-----Original Message-----
From: luau-admin at videl.ics.hawaii.edu
[mailto:luau-admin at videl.ics.hawaii.edu] On Behalf Of Randall Oshita
Sent: Wednesday, December 03, 2003 9:47 AM
To: LUAU at videl.ics.hawaii.edu
Subject: [luau] DNS


@      IN      SOA   ns.joe.com. root.foo.com. (
               2003080800 ; serial number
               5m         ; refresh =  5 minutes 
               15M        ; update retry = 15 minutes
               3W12h      ; expiry = 3 weeks + 12 hours
               5h20M      ; minimum = 5 hours + 20 minutes

Using the example above they use a "@" for the zone (in front of IN).
Will this work for an internal network? I thought it had to be something
like foo.com.? Like so:
Foo.com.       IN      SOA   ns.joe.com. root.foo.com. (
               2003080800 ; serial number
               5m         ; refresh =  5 minutes 
               15M        ; update retry = 15 minutes
               3W12h      ; expiry = 3 weeks + 12 hours
               5h20M      ; minimum = 5 hours + 20 minutes
Because I seen a master zone file that used the "@" and it works - it
was for an external network though. Any ideas? Can anyone send me a copy
of their master internal zone file? Thanks Randall
  
_______________________________________________
LUAU mailing list
LUAU at videl.ics.hawaii.edu
http://videl.ics.hawaii.edu/mailman/listinfo/luau




More information about the LUAU mailing list