Poblem with ZONE (subdomain)

Michelle Konzack linux4michelle at tamay-dogan.net
Tue Jan 19 10:01:45 UTC 2010


Hello specialists,

on my <dns1.tamay-dogan.net> I have the Zones

----[ '/etc/bind/named.conf.local' ]------------------------------------
key "rndc-key" {
        algorithm hmac-md5;
        secret "BSUwy6++2xFhBQpORuNkNQ==";
};

key "tdnet.key" {
        algorithm hmac-md5;
        secret "ZHGU8pispV/4thVpZeBiRuvZtJZjE1mwFrZrw7C6r/92JJBCdOJEf427u89BAwiyHYUCj4qWsbnR3q+gEwv4aw==";
};

server 192.168.0.194 {
        keys { tdnet.key; };
};

zone "tamay-dogan.net" {
        type            master;
        file            "/etc/bind/net.tamay-dogan";
        allow-transfer  { 192.168.0.194; 192.168.0.195; };
};

zone "debian.tamay-dogan.net" {
        type            master;
        file            "/etc/bind/net.tamay-dogan.debian";
        allow-transfer  { 192.168.0.194; 192.168.0.195; };
};

zone "can4linux.org" {
        type            master;
        file            "/etc/bind/org.can4linux";
        allow-transfer  { 192.168.0.194; 192.168.0.195; };
};

zone "flexray4linux.org" {
        type            master;
        file            "/etc/bind/org.flexray4linux";
        allow-transfer  { 192.168.0.194; 192.168.0.195; };
};
------------------------------------------------------------------------

where the first is working but not the second:

----[ command 'dig www.tamay-dogan.net @dns1.tamay-dogan.net' ]---------
; <<>> DiG 9.3.4-P1.2 <<>> www.tamay-dogan.net @dns1.tamay-dogan.net
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10667
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;www.tamay-dogan.net.           IN      A

;; ANSWER SECTION:
www.tamay-dogan.net.    3600    IN      CNAME   vserver1.tamay-dogan.net.
vserver1.tamay-dogan.net. 3600  IN      A       88.168.69.36

;; AUTHORITY SECTION:
tamay-dogan.net.        3600    IN      NS      dns1.tamay-dogan.net.
tamay-dogan.net.        3600    IN      NS      dns2.tamay-dogan.net.
tamay-dogan.net.        3600    IN      NS      ns1.codefoundry.com.
tamay-dogan.net.        3600    IN      NS      ns2.codefoundry.com.

;; ADDITIONAL SECTION:
ns1.codefoundry.com.    172256  IN      A       62.231.42.4
ns2.codefoundry.com.    172256  IN      A       62.231.42.8
dns1.tamay-dogan.net.   3600    IN      A       88.168.69.36
dns2.tamay-dogan.net.   3600    IN      A       88.168.69.36

;; Query time: 466 msec
;; SERVER: 88.168.69.36#53(88.168.69.36)
;; WHEN: Tue Jan 19 10:46:23 2010
;; MSG SIZE  rcvd: 229
------------------------------------------------------------------------

but not:

----[ command 'dig www.debian.tamay-dogan.net @dns1.tamay-dogan.net' ]--
; <<>> DiG 9.3.4-P1.2 <<>> www.debian.tamay-dogan.net @dns1.tamay-dogan.net
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 42939
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.debian.tamay-dogan.net.    IN      A

;; Query time: 557 msec
;; SERVER: 88.168.69.36#53(88.168.69.36)
;; WHEN: Tue Jan 19 10:48:59 2010
;; MSG SIZE  rcvd: 44
------------------------------------------------------------------------

Oops!  --  SERVFAIL???  The server was working, but since I now  have  a
change in the fixed IP Address it is gone...

The ZONE files are:

----[ '/etc/bind/net.tamay-dogan' ]-------------------------------------
@               3600    IN SOA          dns1.tamay-dogan.net.   hostmaster.tamay-dogan.net. ( 1263893824 10800 3600 604800 86400 )

                        IN NS           dns1.tamay-dogan.net.
                        IN NS           dns2.tamay-dogan.net.
                        IN NS           ns1.codefoundry.com.
                        IN NS           ns2.codefoundry.com.

                        IN MX   10      mail.tamay-dogan.net.
                        IN MX   20      mail.private.tamay-dogan.net.
                        IN MX   30      tamay-dogan.homelinux.net.
                        IN MX   40      webmail.codefoundry.com.

mail                    IN A            88.168.69.36

tamay-dogan.net.        IN TXT          "v=spf1 a mx ~all"

router                  IN A            88.168.69.36
dns1                    IN A            88.168.69.36
dns2                    IN A            88.168.69.36

vserver1                IN A            88.168.69.36
vserver2                IN A            88.168.69.36
vserver3                IN A            88.168.69.36
vserver4                IN A            88.168.69.36
vserver5                IN A            88.168.69.36
vserver6                IN A            88.168.69.36
vserver7                IN A            88.168.69.36
vserver8                IN A            88.168.69.36
vserver9                IN A            88.168.69.36
vserver10               IN A            88.168.69.36

www                     IN CNAME        vserver1.tamay-dogan.net.
admin                   IN CNAME        vserver1.tamay-dogan.net.
docs                    IN CNAME        vserver1.tamay-dogan.net.
ecocity                 IN CNAME        vserver1.tamay-dogan.net.
energia                 IN CNAME        vserver1.tamay-dogan.net.
hardware                IN CNAME        vserver1.tamay-dogan.net.
itsystems               IN CNAME        vserver1.tamay-dogan.net.
mobilica                IN CNAME        vserver1.tamay-dogan.net.
musica                  IN CNAME        vserver1.tamay-dogan.net.
onlinestore             IN CNAME        vserver1.tamay-dogan.net.
videos                  IN CNAME        vserver1.tamay-dogan.net.

www.ecocity             IN CNAME        vserver1.tamay-dogan.net.
www.energia             IN CNAME        vserver1.tamay-dogan.net.
www.itsystems           IN CNAME        vserver1.tamay-dogan.net.
www.onlinestore         IN CNAME        vserver1.tamay-dogan.net.
------------------------------------------------------------------------

----[ '/etc/bind/net.tamay-dogan.debian' ]------------------------------
@               3600    IN SOA          dns1.tamay-dogan.net.   hostmaster.tamay-dogan.net. ( 1263739559 10800 3600 86400 604800 )

                        IN NS           dns1.tamay-dogan.net.
                        IN NS           dns2.tamay-dogan.net.
                        IN NS           ns1.codefoundry.com.
                        IN NS           ns2.codefoundry.com.

                        IN MX   30      mail.tamay-dogan.net.
                        IN MX   40      webmail.codefoundry.com.

bugs                    IN MX   10      mail.tamay-dogan.net.
lists                   IN MX   10      mail.tamay-dogan.net.

www                     IN CNAME        vserver3.tamay-dogan.net.
consultants             IN CNAME        vserver3.tamay-dogan.net.
docs                    IN CNAME        vserver3.tamay-dogan.net.

lists                   IN CNAME        vserver3.tamay-dogan.net.
xmms                    IN CNAME        vserver3.tamay-dogan.net.
emdebian                IN CNAME        vserver3.tamay-dogan.net.

pootle                  IN CNAME        vserver3.tamay-dogan.net.

archive                 IN CNAME        vserver3.tamay-dogan.net.
releases                IN CNAME        vserver3.tamay-dogan.net.
buzz                    IN CNAME        vserver3.tamay-dogan.net.
rex                     IN CNAME        vserver3.tamay-dogan.net.
bo                      IN CNAME        vserver3.tamay-dogan.net.
hamm                    IN CNAME        vserver3.tamay-dogan.net.
smink                   IN CNAME        vserver3.tamay-dogan.net.
potato                  IN CNAME        vserver3.tamay-dogan.net.
woody                   IN CNAME        vserver3.tamay-dogan.net.
sarge                   IN CNAME        vserver3.tamay-dogan.net.
etch                    IN CNAME        vserver3.tamay-dogan.net.
lenny                   IN CNAME        vserver3.tamay-dogan.net.
sid                     IN CNAME        vserver3.tamay-dogan.net.

devel                   IN CNAME        vserver3.tamay-dogan.net.
bugs                    IN CNAME        vserver3.tamay-dogan.net.

pbuilder                IN CNAME        vserver3.tamay-dogan.net.
------------------------------------------------------------------------

What happen here?

Oh, I should note, that on 88.168.69.36 I have  an  apache  proxy  which
route the vsevers1 to he physical internal servers... and since all nine
servers are responding, I do not know,  why  the  SUB  domains  are  not
working.  Same happen to <www.electronica.tamay-dogan.net>

More weird are <www.can4linux.org> and <www.flexray4linux.org>

----[ '/etc/bind/org.can4linux' ]---------------------------------------
@               3600    IN SOA          dns1.tamay-dogan.net.   hostmaster.tamay-dogan.net. ( 1263741789 10800 3600 604800 86400 )

                        IN NS           dns1.tamay-dogan.net.
                        IN NS           dns2.tamay-dogan.net.
                        IN NS           ns1.codefoundry.com.
                        IN NS           ns2.codefoundry.com.

                        IN MX           10 mail.tamay-dogan.net.
                        IN MX           30 webmail.codefoundry.com.

www                     IN CNAME        vserver9.tamay-dogan.net.
------------------------------------------------------------------------

----[ command 'dig www.can4linux.org @dns1.tamay-dogan.net' ]-----------
; <<>> DiG 9.3.4-P1.2 <<>> www.can4linux.org @dns1.tamay-dogan.net
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 7416
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.can4linux.org.             IN      A

;; Query time: 497 msec
;; SERVER: 88.168.69.36#53(88.168.69.36)
;; WHEN: Tue Jan 19 10:56:23 2010
;; MSG SIZE  rcvd: 35
------------------------------------------------------------------------

Oops!  --  SERVFAIL???  The server was working, but since I now  have  a
change in the fixed IP Address it is gone...

What can this be?  --  Did I remove something accidently?

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
<http://www.tamay-dogan.net/>                 Michelle Konzack
<http://www.can4linux.org/>                   Apt. 917
<http://www.flexray4linux.org/>               50, rue de Soultz
Jabber linux4michelle at jabber.ccc.de           67100 Strabourg/France
IRC    #Debian (irc.icq.com)                  Tel. DE: +49 177 9351947
ICQ    #328449886                             Tel. FR: +33  6  61925193
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.pgp
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20100119/7603f261/attachment.bin>


More information about the bind-users mailing list