Ok.

Thanks to everyone, IPv6 is now up and running with my setup.

The exact configuration needs:

config interface 'wan6'
  option proto 'dhcpv6'
  option ifname 'pppoe-wan'
  option reqaddress 'try'
  option reqprefix 'auto'

that is
  1. ifname should not be set to "nas0" or "@wan", but to "pppoe-wan"
- I still do not get why
  2. reqaddress should be set to 'try' and not 'force' - otherwise it
seems no valid reply is received from my ISP (OVH)

Moreover, I had to add 'INTERFACE="wan6"' to
/lib/netifd/dhcpv6.script, otherwise the interface JSON parameter is
left empty when "ubus" is called, and the command fails. I guess there
is a better way to set this option - any idea ?

Thanks again,
Manu

ps: BTW, is there a wiki page / ... where I could add this piece of
info so that any other OVH client can retrieve this setup ?
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to