On April 23, 2005 03:34 am, Shawn wrote: > $TTL 1D > @ IN SOA www.open2space.com. admin.open2space.com. ( > 2005042101 ; Serial > 2H ; Refresh > 2H ; Retry > 1H ; Expire > 1D ) ; Minimum > > NS localhost > > open2space.com. A 192.168.0.5 > www.open2space.com. A 192.168.0.5 > localhost A 127.0.0.1 > ns1 A 192.168.0.5 > ns2 A 127.0.0.1 > > sage A 192.168.0.20 > mail A 192.168.0.12 > >
Im learning about this stuff too so this may be way off... I think I'd go back to CNAMEs...and your NS doesn't have a domain attached? Plus domains [seemingly] need to end with '.' Try... open2space.com. NS ns1. open2space.com. NS ns2. www.open2space.com. CNAME open2space.com. open2space.com. A 192.168.0.5 ns1. A 192.168.0.5 ns2. A localhost. localhost. A 127.0.0.1 It's hard to guess, not knowing what your network looks like...but, I hope you extract something useful from this, rather than it complicating things. Nick _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

