View Single Post
  #5 (permalink)  
Old 01-12-2009, 05:10 AM
Dimitri Dimitri is offline
Intermediate Member
 
Posts: 22
Default

I have split dns setup that is not changed as far as I can see

Code:
zimbra@mail:/root$ cat /etc/hosts
127.0.0.1       localhost localhost.localdomain
192.168.1.2     zimbra.1-vision.nl zimbra
#80.101.83.132  zimbra.1-vision.nl

# The following lines are desirable for IPv6 capable hosts
#::1     ip6-localhost ip6-loopback
#fe00::0 ip6-localnet
#ff00::0 ip6-mcastprefix
#ff02::1 ip6-allnodes
#ff02::2 ip6-allrouters
#ff02::3 ip6-allhosts

#192.168.1.1     fileserv
#192.168.1.3     testlab
#192.168.1.175   terastation     tera
#192.168.1.254   gateway
Code:
zimbra@mail:/root$ cat /etc/resolv.conf
nameserver 192.168.1.2
nameserver 194.109.6.66
nameserver 194.109.9.99
Code:
zimbra@mail:/root$ dig zimbra.1-vision.nl mx

; <<>> DiG 9.3.2-P2.1 <<>> zimbra.1-vision.nl mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24726
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;zimbra.1-vision.nl.            IN      MX

;; ANSWER SECTION:
zimbra.1-vision.nl.     2592000 IN      MX      10 zimbra.1-vision.nl.

;; AUTHORITY SECTION:
zimbra.1-vision.nl.     2592000 IN      NS      192.168.1.2.zimbra.1-vision.nl.

;; ADDITIONAL SECTION:
zimbra.1-vision.nl.     2592000 IN      A       192.168.1.2

;; Query time: 0 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Mon Jan 12 13:01:20 2009
;; MSG SIZE  rcvd: 94
Code:
zimbra@mail:/root$ dig zimbra.1-vision.nl any

; <<>> DiG 9.3.2-P2.1 <<>> zimbra.1-vision.nl any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11293
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;zimbra.1-vision.nl.            IN      ANY

;; ANSWER SECTION:
zimbra.1-vision.nl.     2592000 IN      MX      10 zimbra.1-vision.nl.
zimbra.1-vision.nl.     2592000 IN      A       192.168.1.2
zimbra.1-vision.nl.     2592000 IN      NS      192.168.1.2.zimbra.1-vision.nl.
zimbra.1-vision.nl.     2592000 IN      SOA     zimbra.1-vision.nl. hostmaster.zimbra.1-vision.nl. 10118 43200 3600 3600000 2592000

;; AUTHORITY SECTION:
zimbra.1-vision.nl.     2592000 IN      NS      192.168.1.2.zimbra.1-vision.nl.

;; ADDITIONAL SECTION:
zimbra.1-vision.nl.     2592000 IN      A       192.168.1.2

;; Query time: 0 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Mon Jan 12 13:01:59 2009
;; MSG SIZE  rcvd: 171
mm this last option is not working for me also tryed it as root:
Code:
zimbra@mail:/root$ host `zimbra.1-vision.nl`
bash: zimbra.1-vision.nl: command not found
Usage: host [-aCdlriTwv] [-c class] [-N ndots] [-t type] [-W time]
            [-R number] hostname [server]
       -a is equivalent to -v -t *
       -c specifies query class for non-IN data
       -C compares SOA records on authoritative nameservers
       -d is equivalent to -v
       -l lists all hosts in a domain, using AXFR
       -i IP6.INT reverse lookups
       -N changes the number of dots allowed before root lookup is done
       -r disables recursive processing
       -R specifies number of retries for UDP packets
       -t specifies the query type
       -T enables TCP/IP mode
       -v enables verbose output
       -w specifies to wait forever for a reply
       -W specifies how long to wait for a reply
       -4 use IPv4 query transport only
       -6 use IPv6 query transport only
zimbra@mail:/root$
the others look as the were before
Reply With Quote