Hi all,
Has anyone seen an issue where upon installing a fresh copy of Jaguar server on an Xserve with an additional PCI Ethernet card reverse DNS will fail.
I install, step through the setup giving fqdn in relevant places then specify static IPs for both NICs but assign the Bult In NIC the IP associated in the A record on our external DNS server.
Still when I reboot and do a dig, the PTR record is fine but the reverse lookup fails with an error
; <<>> DiG 8.3 <<>> @10.102.3.5 kt-macserve.xxxxxxxx.xx.xx
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 6
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;; kt-macserve.xxxxxxxx.xx.xx, type = A, class = IN
;; AUTHORITY SECTION:
xxxxxxxx.xx.xx. 1H IN SOA kt-dc-01.xxxxxxxx.xx.xx. admin.xxxxxxxx.xx.xx. (
2005111440 ; serial
15M ; refresh
10M ; retry
1D ; expiry
1H ) ; minimum
;; Total query time: 0 msec
;; FROM: kt-macserve.xxxxxxxx.xx.xx to SERVER: 10.102.3.5
;; WHEN: Mon Jul 18 10:15:07 2005
;; MSG SIZE sent: 44 rcvd: 109
I’m not sure what the problem is here.
The odd thing is, if I leave the secondary NIC with the DHCP address the install assigns it, reverse lookups succeed on that dynamic IP.
Any clues?
Comments are closed