I try to get DNS resolving working for domains on remote, routed LAN’s, by forwarding the queries for those domains to their respective DNS servers.
On Windows Server I would configure a Conditional Forwarder (or Forward Lookup Zone). On SME Koozali I would issue the following:
db domains set domain-remote Nameservers <a.b.c.d>
signal-event domain-modify
Is there a way to accomplish the same on Nethserver?