OK so I updated my snap, and now its showing my domain overrides.
Domain overrides
stub-zone:
name: "test.ip"
stub-addr: 192.168.1.4
stub-prime: no
But I agree its not working like it should.. So there is a server at 192.168.1.4 running bind with a zone for test.ip
see – if I query it directly authoritative for the host3 record I created.
; <<>> DiG 9.7.2-P3 <<>> @192.168.1.4 host3.test.ip
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15037
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;host3.test.ip. IN A
;; ANSWER SECTION:
host3.test.ip. 21600 IN A 192.168.1.101
;; AUTHORITY SECTION:
test.ip. 21600 IN NS p4-28g.local.lan.
;; ADDITIONAL SECTION:
p4-28g.local.lan. 21600 IN A 192.168.1.4
;; Query time: 5 msec
;; SERVER: 192.168.1.4#53(192.168.1.4)
;; WHEN: Mon Jan 10 23:32:39 2011
;; MSG SIZE rcvd: 93
Now if I ask the pfsense box that has an override set to ask 192.168.1.4 for the domain test.ip it also gives me back servfail
; <<>> DiG 9.7.2-P3 <<>> @192.168.1.253 host3.test.ip
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 49426
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;host3.test.ip. IN A
;; Query time: 11 msec
;; SERVER: 192.168.1.253#53(192.168.1.253)
;; WHEN: Mon Jan 10 23:40:03 2011
;; MSG SIZE rcvd: 31
So seems domain override is not working??
Currently running
2.0-BETA5 (i386)
built on Mon Jan 10 13:14:45 EST 2011
Ok I managed to get time to simulate this. I see the answer is returned however Unbound is still returning a SERVFAIL. Will investigate further as to why… :-\