Skip to content
Discussion options

You must be logged in to vote

Thanks for the bundle, it shows what is happening, and the nameserver count is not the cause.

Something else on that host already owns port 53, so the client could not bind its resolver on any of the addresses it tries:

binding dns UDP on 100.101.192.102:53 is not available: bind: address already in use
binding dns UDP on 127.0.0.1:53 is not available: bind: address already in use
binding dns UDP on 127.0.0.153:53 is not available: bind: address already in use
load eBPF DNS forwarder, watching addr: 100.101.192.102:53, redirect to port: 5053
added DNS TCP DNAT rule: 100.101.192.102:53 -> 100.101.192.102:5053

It then falls back to port 5053 and redirects port 53 to it. That redirect only …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@Laotree
Comment options

@Laotree
Comment options

Comment options

You must be logged in to vote
1 reply
@Laotree
Comment options

Answer selected by Laotree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants