Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS sometime not working on WAGO CC100 firmware version 23 #11

Open
cm0x4D opened this issue Jul 27, 2023 · 0 comments
Open

DNS sometime not working on WAGO CC100 firmware version 23 #11

cm0x4D opened this issue Jul 27, 2023 · 0 comments

Comments

@cm0x4D
Copy link
Contributor

cm0x4D commented Jul 27, 2023

I have the same configuration, on a WAGO CC100 with firmware version 21 it works, on a WAGO CC100 with firmware version 23, all DNS request made from inside the container timeout. Even when deactivating the firewall completely, it does not work.

To reproduce, install docker on WAGO CC100 with firmware revision 23 and do the following commands in a SSH connection:

root@CC100-XXXXXX:~ docker run -it --rm alpine
/ # nslookup www.wago.com
;; connection timed out; no servers could be reached
/ # exit
root@CC100-XXXXXX:~ nslookup www.wago.com
Server:		213.221.143.240
Address:	213.221.143.240:53

Non-authoritative answer:
Name:	www.wago.com
Address: 104.18.154.41
Name:	www.wago.com
Address: 104.18.155.41

So DNS works natively, but not inside Docker containers.

@cm0x4D cm0x4D changed the title DNS not working on WAGO CC100 firmware version 23 DNS sometime not working on WAGO CC100 firmware version 23 Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant