Try setting “Router Only” in the RA config (as per the help text)
Disabled is disabled, meaning it shouldn't send any RAs. Can you post /var/etc/radvd.conf with mode "Disabled" and "Router Only"?What also doesn't make sense to me is that your clients seem to receive RAs from a VLAN which they are not actually connected to. Did I get this correctly? Or are these clients connected to multiple VLANs simultaneously?CheersMaurice
# Generated config for dhcp6 delegation from wan on opt2interface vtnet1_vlan68 { AdvSendAdvert on; AdvLinkMTU 1492; AdvManagedFlag on; AdvOtherConfigFlag on; prefix [IPv6 Prefix)::/64 { AdvOnLink on; AdvAutonomous on; }; RDNSS [xxx:xxxx] { }; DNSSL [domain name]{ };};
# Generated for DHCPv6 server opt2interface vtnet1_vlan68 { AdvSendAdvert on; MinRtrAdvInterval 200; MaxRtrAdvInterval 600; AdvLinkMTU 1492; AdvDefaultPreference medium; AdvDefaultLifetime 0; prefix [Ipv6 prefix]::/64 { DeprecatePrefix on; AdvOnLink off; AdvAutonomous off; }; RDNSS [xxx:xxx] { }; DNSSL [DOMAIN NAME] { };};
(which I assume is SLAAC, given your experience).
And yes, the Windows Hosts are getting RAs (or IPv6 addressing) from an interface to which they're not connected to.
I have a /56 dynamic prefix allocated from my ISP. I've configured 4 VLANs with Track interface and Manual DHCPv6 and Router advertisments. One of those VLANs (i.e. VLAN D) has both DHCPv6 server and RA disabled. RA is set to Managed on the other interfaces.Windows Hosts on VLAN A are getting an IPv6 address from their own VLAN (Native VLAN, i.e. VLAN A) but they're also getting an IPv6 address and termporary address from VLAN D. These extra IPv6 addresses are not present in DHCPv6 leases and they're not part of the DHCPv6 range set on the interface. Windows Hosts also have the other interfaces as DNS servers.
Quote from: blusens on April 27, 2021, 10:01:26 amI have a /56 dynamic prefix allocated from my ISP. I've configured 4 VLANs with Track interface and Manual DHCPv6 and Router advertisments. One of those VLANs (i.e. VLAN D) has both DHCPv6 server and RA disabled. RA is set to Managed on the other interfaces.Windows Hosts on VLAN A are getting an IPv6 address from their own VLAN (Native VLAN, i.e. VLAN A) but they're also getting an IPv6 address and termporary address from VLAN D. These extra IPv6 addresses are not present in DHCPv6 leases and they're not part of the DHCPv6 range set on the interface. Windows Hosts also have the other interfaces as DNS servers.Make sure the Windows host and any non VLAN aware host are not on ports that send tagged VLAN traffic, those ports for end devices should ONLY have untagged packets for a single VLAN.