Netmaker restarting after removing coredns
# install
s
Netmaker restarting after removing coredns
I'm trying to fully remove coredns out of the compose file but now netmaker keeps restarting. When looking in the logs it gives this error: [netmaker] Fatal: Unable to initialize iptables on host: lookup coredns on 127.0.0.11:53: no such host
j
DNS_ON=no ?
oh
DNS_MODE=off
s
it's set to off now, also recreated the docker
but still the same message
Ah, outside setting DNS_MODE, also need to remove dns from forward services
now it stays up 🙂
j
ah! makes sense
actually
you can probably just take out the PORT_FORWARD_SERVICES bit
taking out DNS_MODE I think will turn off dns entirely, which you may not want
s
Yes, DNS_MODE to on, removing forward services dns also works!
j
👍
nice
3 Views