Hello!
I have a small manual config that I would love to standardize with the CLI with 1.8.5, this is what I need to get IPv6 running with my ISP Ownit with 1.8.0:
sysctl -w net.ipv6.conf.all.forwarding=1 sysctl -w net.ipv6.conf.eth0.accept_ra=2
/etc/wide-dhcpv6/dhcp6c.conf:
interface eth0 { # WAN send ia-pd 0; request domain-name-servers; }; id-assoc pd 0 { prefix-interface switch0 { #LAN sla-id 1; sla-len 8; }; };
After upgrading to 1.8.5 this file doesn't exist any more so I cant start/restart the client:
/etc/init.d/wide-dhcpv6-client start
Working great
configure set interfaces switch switch0 ipv6 router-advert send-advert true set interfaces switch switch0 ipv6 router-advert prefix ::/64 commit save
Restarting radvd needed aswell.
/etc/init.d/radvd restart