-
Notifications
You must be signed in to change notification settings - Fork 216
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
osx - Failed to bind to udp6 port: listen udp6 ff02::fb: setsockopt: can't assign requested address #35
Comments
I am running into the same issue on Yosemite 10.10.4 Public Beta. Firewall is turned off. |
ping |
Try setting a scope (interface), e.g. en0 for example. OSX seems to be a bit more complicated with IPv6 :) |
I tried both lo0 and en0, no luck |
Normally you should use en0. How'd you do it? |
I'm running into the same issue with |
Update I enabled native Ipv6 at my router, it's working now: https://service.avm.de/help/de/FRITZ-Box-Fon-WLAN-7490/014/hilfe_internet_ipv6 |
I am running into the same issue on macOS Big Sur 11.6 |
Alternatively IPv6 usage can be disabled with this library:
I had to do this to make my application run within a docker container network and discover other services via mdns. |
Getting this error when trying to use Lookup/Query - OSX 10.9.4 Go 1.4.2
Specifically this test - TestServer_Lookup
Also this simple program failed to run.
Having read some other issues, I've checked that the OSX firewall is not on. Also it looks like I have an IPv6 address.
Any pointers about what I should be looking at? Tried to do it using sudo but same result.
Slightly confused as the tests run and are ok - are the above messages errors?
Thanks!
The text was updated successfully, but these errors were encountered: