Ticket #364 (closed defect: invalid)
Binding to IPv6 ::0 --> error: Fatal error: Unable to bind to UDP ipv6 socket
| Reported by: | anon | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | component1 | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When trying to bind to ::0 IPv6 address with config like this:
local-address=0.0.0.0 local-ipv6=::0
one will get an error:
Jun 1 15:24:28 vr4 pdns[26942]: binding to UDP ipv6 socket: Address already in use Jun 1 15:24:28 vr4 pdns[26942]: Fatal error: Unable to bind to UDP ipv6 socket
Through when you explicitly specify an IPv6 address everything works well.
More info about this bug can be found here: https://blog.misc.ephaone.org/archives/powerdns_postfix_ipv6.html
The workaround (from the link above) is to use the following config
local-address= local-ipv6=::0
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
