Fatal Unable to initialize iptables on host lookup...
# install
c
Fatal Unable to initialize iptables on host lookup coredns on 161.97.189.51 port 53 no such host
Hi, I redeployed netmaker on my server and now I get the following error. As a note, that is not my public IP.
j
how did you deploy, with docker-compose?
c
Yes, the traefik based config
and modified to use host network on the netmaker container
j
ok, that's likely the issue then. It attempts to look up the coredns container to forward traffic. You need to turn that bit off. Make sure PORT_FORWARD_SERVICES=""
c
great
j
you may also want to turn MANAGE_IPTABLE=off
c
it is working
but now I get this in traefik
Copy code
time="2022-06-16T15:25:43Z" level=info msg="Configuration loaded from flags."
time="2022-06-16T15:25:44Z" level=error msg="entryPoint \"websecure\" doesn't exist" routerName=netmaker-ui@docker entryPointName=websecure
time="2022-06-16T15:25:44Z" level=error msg="no valid entryPoint for this router" routerName=netmaker-ui@docker
time="2022-06-16T15:25:44Z" level=error msg="entryPoint \"websecure\" doesn't exist" entryPointName=websecure routerName=netmaker-api@docker
time="2022-06-16T15:25:44Z" level=error msg="no valid entryPoint for this router" routerName=netmaker-api@docker
time="2022-06-16T15:25:44Z" level=error msg="entryPoint \"websecure\" doesn't exist" routerName=mqtts@docker entryPointName=websecure
time="2022-06-16T15:25:44Z" level=error msg="no valid entryPoint for this router" routerName=mqtts@docker
With the following traefik config and netmaker (they are in different files due to issues with other services)
2 Views