Grüezi mitenand I'm having a minor issue with my unbound setup (for directing lookups of infra.o.o over the vpn). Normally reverse lookups would just go straight to our core nameserver, but: # host 192.168.2.159 Host 159.2.168.192.in-addr.arpa not found: 3(NXDOMAIN) It looks like reverse lookups are not being forwarded as per the config. Apparently unbound has default setups for the RFC1918 ranges (AS112), so I am supposed to add: local-zone: "in-addr.arpa." transparent (either nodefault or transparent). It doesn't seem to be working though. Does anyone have something like this working? This is my config: server: local-zone: "in-addr.arpa." nodefault local-zone: "infra.opensuse.org." nodefault stub-zone: name: "infra.opensuse.org" stub-addr: 192.168.254.101 stub-addr: 192.168.254.102 forward-zone: name: "." forward-addr: 192.168.2.254 forward-addr: 2a03:7520:4c68:1::1000 -- Per Jessen, Zürich (9.9°C) openSUSE mailing list admin -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org