Hello, I have successfully connected my Brume to the remote server via Wireguard client. In the remote network there is a DNS server (192.168.1.2) which resolves the LAN address there and which is also entered in Wireguard.conf. A ping to 192.168.1.2 is answered. But an nslookup 192.168.1.2 remains stuck. The domain test.lan is used in the remote LAN. In Luci I have changed the internal domain lan to /int/. I have also used
uci add_list dhcp.lan.dhcp_option=”6,192.168.1.2”
uci add_list dhcp.lan.dhcp_option="119,test.lan”
adapted the Brume DNSMASQ.
What do I have to set so that, for example, target.test.lan is resolved on the client and on the Brume in the console?
Many thanks in advanced!