https://netmaker.org logo
#install
Title
# install
c

creamy-judge-86664

06/16/2022, 3:18 PM
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

jolly-london-20127

06/16/2022, 3:20 PM
how did you deploy, with docker-compose?
c

creamy-judge-86664

06/16/2022, 3:20 PM
Yes, the traefik based config
and modified to use host network on the netmaker container
j

jolly-london-20127

06/16/2022, 3:22 PM
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

creamy-judge-86664

06/16/2022, 3:22 PM
great
j

jolly-london-20127

06/16/2022, 3:23 PM
you may also want to turn MANAGE_IPTABLE=off
c

creamy-judge-86664

06/16/2022, 3:24 PM
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