Package: pdns-server
Version: 2.9.20-7
Severity: normal

I have put

  local-address=0.0.0.0
  local-ipv6=::

into pdns.conf, but this results in:

  pdns[14044]: UDP server bound to 82.197.162.59:53
  pdns[14044]: binding to UDP ipv6 socket: Address already in use
  pdns[14044]: Fatal error: Unable to bind to UDP ipv6 socket

Someone on IRC then suggested:

  madduck: binging to :: binds to both all protocols, not just ipv6
  by default on linux. Maybe something has already bound to ipv4 on
  the same port?

So I removed the local-address entry, which resulted in pdns binding
only to localhost:53, nothing else.

If I have
  local-address=0.0.0.0
  local-ipv6=2001:1620:2004::100:1

then it works, but I'd rather use ::

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-2-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to