Thanks for the reply,

On Thursday, May 27, 1999 1:30 AM, Markus Stumpf [SMTP:[EMAIL PROTECTED]] wrote:
> This smells like a DNS problem to me.
> What does a nslookup for an A or MX record for mclachlan.com.au on
> picard say? Is it found?
> 

I did the following with nslookup (is this what you meant ?)

picard# nslookup
Default Server:  checkov.mclachlan.com.au
Address:  192.168.1.248
 
> checkov
Server:  checkov.mclachlan.com.au
Address:  192.168.1.248
 
Name:    checkov.mclachlan.com.au
Address:  192.168.1.248
 
> mclachlan.com.au
Server:  checkov.mclachlan.com.au
Address:  192.168.1.248
 
Name:    mclachlan.com.au.mclachlan.com.au
 
> exit

Here is my zone file from /var/named/mclachlan.com.au
;
; Zone file for mclachlan.com.au
;
; The full zone file
;
@       IN      SOA     checkov.mclachlan.com.au. root.mclachlan.com.au. (
[snip]
;
                NS  checkov.mclachlan.com.au.      ; Primary name server
                NS  sulu.mclachlanlister.com.au.   ; Secondary
                NS  dns.zeta.org.au.               ; Zeta

mclachlan.com.au IN MX 10 checkov.mclachlan.com.au.  ; Primary Mail Exchanger
mclachlanlister.com.au IN MX 10 checkov.mclachlan.com.au.  ; Primary Mail
                    MX 20 mail.zeta.org.au.    ; Secondary Mail Exchanger
;
localhost        IN A       127.0.0.1
picard       IN A       192.168.1.254
checkov      IN A       192.168.1.248

Reply via email to