On 26/06/2020 19:27, pioruns2019(a)gmx.com wrote:
Hi pioruns,
You need net.listen('192.168.1.44') to make Knot listen on the LAN
interface. It will then receive queries and answer them. You should not
need any more configuration.
Regards,
Anand
I am trying to configure my local PC (always on
server), to serve DNS
resolving all other computers in my LAN. I installed and enabled the
service. I've attempted configuration. Knot-resolver correctly resolves
DNS querier on localhost machine, but fails to reply to queries from
other LAN machines.
Can someone please share configuration which I should use to have LAN
resolving?
I've tried various net.listen(), net() in config file, to no avail. I've
studied this page
https://knot-resolver.readthedocs.io/en/stable/daemon-bindings-net_server.h…
but I have no idea which option I should put in config to enable my
server PC (192.168.1.44) to allow all PCs in LAN (192.168.1.xxx) to use
knot-resolver.
I'd appreciate if someone with knowledge would help a newbie like me.
Thank you!
pioruns