My DNS Configuration (new configuration)

Keith Mastin kmastin-PzQIwG9Jn9VAFePFGvp55w at public.gmane.org
Thu Sep 4 17:32:40 UTC 2003


> okay, I deleted the cbits.ca zone file and modified the penguin.cbits.ca
> file
>
> Here is my configuration now
>
> In named.conf
>
> zone "." {
>         type hint;
>         file "named.ca";
> };
>
> zone "0.0.127.in-addr.arpa" {
>         type master;
>         file "named.local";
> };
>
>
> zone "5.182.11.66.in-addr.arpa" {
>         type master;
>         file "/var/named/66.11.182.5.rev";
>         };
>
> zone "penguin.cbits.ca" {
>         type master;
>         file "/var/named/penguin.cbits.ca.hosts";
>         };

I assume you are using keys and have all of that configured correctly. If
so, then this should work. Do you see any error messages in messages when
you restart named?

> In /var/named the files
>
> ---> penguin.cbits.ca.hosts
>
> $ttl 38400
> penguin.cbits.ca.       IN      SOA     penguin.cbits.ca. jay.cbits.ca.
> (
>                         1062647735
>                         10800
>                         3600
>                         604800
>                         38400 )
> penguin.cbits.ca.       IN      NS      penguin.cbits.ca
> penguin.cbits.ca.       IN      A       66.11.182.5
> cbits.ca.       IN      MX      10 penguin.cbits.ca
> cbits.ca.       IN      NS      penguin.cbits.ca
> cbits.ca.       IN      A       66.11.182.5
>
>
> ---> 66.11.182.5.rev
>
> $ttl 38400
> 5.182.11.66.in-addr.arpa.       IN      SOA     penguin.cbits.ca.
> jay.cbits.ca. (
>                         1062647695
>                         10800
>                         3600
>                         604800
>                         38400 )
> 5.182.11.66.in-addr.arpa.       IN      NS      penguin.cbits.ca.
> 5.182.11.66.in-addr.arpa.       IN      PTR     penguin.cbits.ca.
>
>
>
> -Jay

The next thing I would do just for clarity's sake is to rename the FDQN
the mailserver responds to to mail.cbits.ca and add mail.cbits.ca to your
zone file. Add an A record for mail.cbits.ca. I think that should be it.

-- 
Keith Mastin
BeechTree Information Technology Services Inc.
Toronto, Canada
(416)696 6070


--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list