I have configured a name server and have enabled DNS forwarding for the clients on the LAN.
I can ping and resolve using nslookup from the router itself:
> openpli.org
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
Name: openpli.org
Address: 95.154.239.72
Name: openpli.org
Address: 2001:1b40:4000:5::239:72
> forums.openpli.org
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
forums.openpli.org canonical name = openpli.hosting.flexcoders.eu.
Name: openpli.hosting.flexcoders.eu
Address: 95.154.239.72
Name: openpli.hosting.flexcoders.eu
Address: 2001:1b40:4000:5::239:72
But when I try the same using DNS forwarding:
> server 172.19.9.1
Default server: 172.19.9.1
Address: 172.19.9.1#53
> openpli.org
Server: 172.19.9.1
Address: 172.19.9.1#53
Non-authoritative answer:
Name: openpli.org
Address: 95.154.239.72
Name: openpli.org
Address: 2001:1b40:4000:5::239:72
> forums.openpli.org
Server: 172.19.9.1
Address: 172.19.9.1#53
** server can't find forums.openpli.org: NXDOMAIN
I found several posts regarding this issue, but none gave a solution. One mentioned an MTU issue, but I’ve double checked, and I don’t think that is the issue here:
set interfaces ethernet eth0 mtu 1500
set interfaces pppoe pppoe0 source-interface 'eth0'
set interfaces pppoe pppoe0 mtu 1492
set interfaces pppoe pppoe0 ip adjust-mss 'clamp-mss-to-pmtu'
set interfaces pppoe pppoe0 ipv6 adjust-mss 'clamp-mss-to-pmtu'