I am running a IP dual-stack LAN, set up like this:
Code: Select all
{cable uplink} --- [ OpenWRT router] ---- LAN --- [ box1 ]
|
----------WLAN--- [laptop1]
- router: runs DHCP server, 6to4 tunnel, radvd
- laptop1: connects via WLAN, get addresses via DHCP and radvd everything working OK
- box1: connected via LAN, has a fixed ipv4 address and should also get a radvd-assigned ipv6 address but it doesn't.
Everything works on box1 if I set a static ip6 address (prefix + local prefix +MAC address) and route in conf.d/net but I don't want to do that because later I want to use privacy extensions which vary the MAC part.
