Help configure ipv6 6rd

Hello my ISP fastweb in italy gives me ipv6 with a tunnel using the 6rd protocol

I installed 6rd package but when i try to set up my log gets spammed with this error

Tue Sep 25 00:40:29 2018 daemon.notice netifd: wan6 (21604): Command failed: Unknown error
Tue Sep 25 00:40:29 2018 daemon.notice netifd: Interface 'wan6' is now down
Tue Sep 25 00:40:29 2018 daemon.notice netifd: Interface 'wan6' is setting up now

also when i run the manual command...

root@No-More-Lag-Router:/lib/netifd/proto# ./6rd.sh 6rd teardown wan6 {"proto":"6rd","auto":false,"ipaddr":"192.168.2.1","peeraddr":"93.44.105.95","ip6prefix":"2001:b07:"}
Failed to parse message data

any idea ?

this is my conf

config interface 'wan6'
option proto '6rd'
option ipaddr '192.168.2.1'
option peeraddr '93.44.105.95'
option ip6prefix '2001:b07:5d2c:695f::1'
option auto '0'

Actually 5d2c:695f is 93.44.105.95 encoded in hex, which means your ipv6prefix seems to be 2001:b07::, ip6prefixlen 32, and ip4prefixlen 0 (default).

Are you sure you should use '192.168.2.1' as ipaddr instead of the current WAN IPv4 address which is the default?

1 Like

Did you get it to work? Did mikma's suggestions worked, or was it something else?