You are not logged in.

#1 2016-11-26 14:52:41

cemsbr
Member
From: Brazil
Registered: 2008-05-03
Posts: 111
Website

[SOLVED] Pdnsd IPv6 "bad IP address"

Pdnsd can't parse the third line (fe80...) below. I don't know why this line is different from the last ones and how to exclude it. If I comment it out, pdnsd works fine until my connection is changed.

# Generated by resolvconf
nameserver 192.168.1.1
nameserver fe80::e241:36ff:fef5:78f0%enp2s0f0
nameserver 2001:12e0:0:1025:a080::2
nameserver 2001:12e0:0:1025:a080::3

Last edited by cemsbr (2016-11-26 17:33:55)

Offline

#2 2016-11-26 17:33:33

cemsbr
Member
From: Brazil
Registered: 2008-05-03
Posts: 111
Website

Re: [SOLVED] Pdnsd IPv6 "bad IP address"

Maybe pdnsd doesn't support link-local IPv6 addresses. I found a way not to include some nameservers to be parsed by pdnsd. Add the following to /etc/resolvconf.conf:

name_server_blacklist="0.0.0.0 fe80::*"

The 0.0.0.0 is the default. Then run resolvconf -u as root to update the generated file and restart pdnsd.

Offline

Board footer

Powered by FluxBB