[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Samba: Domain "Skolelinux" not available if IP beyond 10.0.2.239



Am Donnerstag, 8. September 2011 schrieb Mike Gabriel:
> Otherwise it's just guessing...

Additional info:

The server was rebooted during holidays.
Hence, an edit in bind settings that 
was done by the support company or any
other changes done in the further past
might have come apparant only now!

I attach db.10 and db.intern from /etc/bind/debian-edu.

db.intern was edited in June to add another
machine (10.0.2.253) of the support company ...

Thanks for any hints.
Regards
Ralf
;; -*- zone -*-
$TTL 1H 
@                       IN      SOA     domain.intern. hostmaster.intern. (
                                2004070101      ; serial
                                8H              ; refresh for slaves
                                3H              ; retry
                                4W              ; expire time at slaves
                                1H              ; negative TTL
                                )

                                IN      NS      domain.intern.
                                IN      MX      10 postoffice.intern.
;;;;;;;;;;;;;;;;;;;;;;
; Server with aliases
;;;;;;;;;;;;;;;;;;;;;;
tjener                          IN      A       10.0.2.2
                                IN      AFSDB   1 tjener.intern.
syslog                          IN      CNAME   tjener
bootps                          IN      CNAME   tjener
ntp                             IN      CNAME   tjener
homes                           IN      CNAME   tjener
www                             IN      CNAME   tjener
db                              IN      CNAME   tjener
backup                          IN      CNAME   tjener
webcache                        IN      CNAME   tjener
ipp                             IN      CNAME   tjener
ssh                             IN      CNAME   tjener
cfengine                        IN      CNAME   tjener
ltsp                            IN      CNAME   tjener
ldap                            IN      CNAME   tjener
kerberos                        IN      CNAME   tjener


; Alias to map Tjener for ported windows apps from WERTHER.
server-pab                      IN      CNAME   tjener
pab-server                      IN      CNAME   tjener
pabbp-server                    IN      A       10.0.2.253
server-pabbp                    IN      A       10.0.2.253

; Nameserver, afsdb and postiffice should be A records
postoffice                      IN      A       10.0.2.2
domain                          IN      A       10.0.2.2
afsdb                           IN      A       10.0.2.2
                                IN      AFSDB   1 afsdb.intern.

; This will often be default gw/router
gateway                         IN      A       10.0.2.1

; WPAD DNS settings
wpad                            IN      A       10.0.2.2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Other hosts on the 10.0.0.0/8 net
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Thin client servers in 
$GENERATE 0-19 ltspserver${0,2}         A       10.0.2.${10,2}

; Printers in 10.0.2.0/24
$GENERATE 0-19 printer${0,2}            A       10.0.2.${30}

; Static addresses in 10.0.2/24
$GENERATE 0-99 static${0,2}             A       10.0.2.${50}
$GENERATE 0-105 static${100,3}          A       10.0.2.${150}

; dhcp names in 10.0.2.0/24 and 10.0.3.0/24
$GENERATE 0-243 dhcp${156,3}            A       10.0.3.$

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Hosts on the LTSP private network ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; The LTSP server
ltspserver                              A       192.168.0.254
; The LTSP clients
$GENERATE 1-253 ltsp${0,3}              A       192.168.0.$
;; -*- zone -*-
$TTL 1H
@                       IN      SOA     domain.intern. hostmaster.intern. (
                                2003080101      ; serial
                                8H              ; refresh for slaves
                                3H              ; retry
                                4W              ; expire time at slaves
                                1H              ; negative TTL
                                )

                                IN      NS      domain.intern.

1.2                             IN      PTR     gateway.intern.
2.2                             IN      PTR     tjener.intern.
2.2                             IN      PTR     wpad

; Addresses 10.0.2.10-29 is used to name thin client servers
$GENERATE 0-19 ${10}.2                  PTR     ltspserver${0,2}.intern.

; Reserve 10.0.2.30-39 for printers 
$GENERATE 0-19 ${30}.2                          PTR     printer${0,2}.intern.

; Reserve some addresses for staticly assigned addresses
$GENERATE 0-99 ${50}.2                  PTR     static${0,2}.intern.
$GENERATE 0-105 ${150}.2                PTR     static${100,3}.intern.

; Use GENERATE to make dhcp names under 2.0.10.in-addr.arpa

; Use GENERATE to make dhcp names under 3.0.10.in-addr.arpa
$GENERATE 0-243 $.3                     PTR     dhcp${156,3}.intern.

Reply to: