Add new subnet on multi-homed hosts

Barry Margolin barmar at alum.mit.edu
Mon Mar 6 06:05:59 UTC 2006


In article <due7jv$2sv9$1 at sf1.isc.org>,
 Harry Putnam <reader at newsguy.com> wrote:

> db.192.168.1
> ===========================
> $TTL 1D 
> @       IN SOA  reader.local.lan. reader.reader.local.lan. (
>               200405190  ; serial
>               28800      ; refresh (8 hours)
>               14400      ; retry (4 hours)
>               2419200    ; expire (4 weeks)
>               86400      ; minimum (1 day)
>               )
> ;
> ; Name servers (The name '@' is implied)
> ;
>                   IN      NS     reader

That should be "reader.local.lan."

> ;
> ; Addresses point to canonical names
> ;
> 
> 192.168.1.2.      IN      PTR    rdmz.local.lan.
> 192.168.1.1.      IN      PTR    fwdmz.local.lan.

Didn't you get error messages complaining about names outside the zone 
when you loaded this?  Those should be:

2 IN PTR rdmz.local.lan.
1 IN PTR fwdmz.local.lan.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list