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

[cobalt-users] Cube3 DNS problem



Hello,
I have been struggling with DNS problems for the past few weeks. I have a
Qube3 (dns1.mep.ch) and a Qube2 (dns2.mep.ch).

Most of the config seems to be working, we receive e-mails and can serve
pages to the internet. I am working through DNS & BIND from O'Reilly but it
does not seem to help my little problem. (btw this book doesn't seem to
address the issues of virtual hosts)

I can ping www.mep.ch and mail.mep.ch but I cannot ping mep.ch

Some information:

dns1.mep.ch/etc/named/db.mep.ch
; db.mep.ch
;
; This file was automatically generated by dns_generate.pl.  Do not
; edit this file directly.  If you need to make additions to this
; file that CCE does not support, add your extra records to the
; db.mep.ch.include file.

$TTL 86400
mep.ch. IN SOA dns1.mep.ch. cobalt.mep.ch. (
        1001232918 ; serial number
        10800 ; refresh
        3600 ; retry
        604800 ; expire
        86400 ; ttl
        )
mep.ch. IN      NS      dns1.mep.ch.
mep.ch. IN      NS      dns2.mep.ch.

chraq001  in a 194.148.6.210
steve   in a 194.148.6.210
        in a 194.148.6.210
mep.ch. in mx 20 mail.mep.ch.
mail    in a 194.148.6.253
dns2    in a 194.148.6.254
dns1    in a 194.148.6.242
www     in a 194.148.6.210

; User customizations go in this include file:
$INCLUDE db.mep.ch.include

The RaQ4 chraq001 hosts steve.mep.ch and www.mep.ch The mail server is not a
Cobalt device.

These were created in the Qube3 GUI as this:

chraq001 . mep.ch              A     194.148.6.210
194.148.6.210/255.255.255.0    PTR   chraq001 . mep.ch
steve . mep.ch                 A     194.148.6.210
194.148.6.210/255.255.255.0    PTR   steve . mep.ch
mep.ch                         A     194.148.6.210
194.148.6.210/255.255.255.0    PTR   mep.ch
dns2 . mep.ch                  A     194.148.6.254
194.148.6.254/255.255.255.0    PTR   dns2 . mep.ch
dns1 . mep.ch                  A     194.148.6.242
194.148.6.242/255.255.255.0    PTR   dns1 . mep.ch
www . mep.ch                   A     194.148.6.210
194.148.6.210/255.255.255.0    PTR   www . mep.ch
mep.ch                         MX    mail.mep.ch
194.148.6.253/255.255.255.0    PTR   mep.ch
mail . mep.ch                  A     194.148.6.253
194.148.6.253/255.255.255.0    PTR   mail . mep.ch


I checked it on IPPlus and it returns no errors / warnings:

check-dom mep.ch dns1.mep.ch

Found IP address "194.148.6.242" for server "dns1.mep.ch"


Setting Source IP Address to : "164.128.36.54"

Check if the server "dns1.mep.ch" is configured for "mep.ch" ... ok.

Check SOA Record ...
Server: dns1.mep.ch
Address: 194.148.6.242

Query about mep.ch for record types SOA
Trying mep.ch ...
mep.ch              	86400	IN	SOA	dns1.mep.ch cobalt.mep.ch (
			1001232918	;serial (version)
			10800	;refresh period (3 hours)
			3600	;retry interval (1 hour)
			604800	;expire time (1 week)
			86400	;default ttl (1 day)
SOA Record ok

Check NS Records ...
Server: dns1.mep.ch
Address: 194.148.6.242

Query about mep.ch for record types NS
Trying mep.ch ...
Query done, 2 answers, authoritative status: no error
mep.ch              	86400	IN	NS	dns2.mep.ch
dns2.mep.ch is secondary nameserver
mep.ch              	86400	IN	NS	dns1.mep.ch
dns1.mep.ch is primary nameserver
Additional information:
dns2.mep.ch         	86400	IN	A	194.148.6.254
dns1.mep.ch         	86400	IN	A	194.148.6.242
Found IP address "194.148.6.254" for server "dns2.mep.ch"
Found IP address "194.148.6.242" for server "dns1.mep.ch"

Check SOA Record for Consistency on all Servers  ...
mep.ch              	NS	dns1.mep.ch
dns1.mep.ch	cobalt.mep.ch	(1001232918 10800 3600 604800 86400)
mep.ch              	NS	dns2.mep.ch
dns1.mep.ch	cobalt.mep.ch	(1001232918 10800 3600 604800 86400)


Check Zone Transfer
This may take a while, please wait ...  done.


No errors found in "mep.ch"
No warnings found in "mep.ch"

But it still does not work :(

from dns1 telnet:

[root named]# nslookup - dns1.mep.ch
Default Server:  dns1.mep.ch
Address:  194.148.6.242

> mep.ch
Server:  dns1.mep.ch
Address:  194.148.6.242

*** dns1.mep.ch can't find mep.ch: Non-existent host/domain

This results in two real problems:
  internally dns1 cannot send e-mail to cobalt@xxxxxx
  and externally if I try to open web page mep.ch I get host not found and
not www.mep.ch

Sorry for a long mail, I'm trying not to forget anything.

best regards
Steve Groom