Hi,
It would be nice if there was an option to prevent IPv6 Link-Local happening on the bridges that get created, in my setup I've created a VNET for each VLAN I need but I noticed each bridge has a IPv6 Link-Local, which means the host is listening on that network, ideally the host shouldn't have any IP addresses assigned to that network for security reasons.
For now I shall look at doing something like
Unless I'm going about this wrong?
It would be nice if there was an option to prevent IPv6 Link-Local happening on the bridges that get created, in my setup I've created a VNET for each VLAN I need but I noticed each bridge has a IPv6 Link-Local, which means the host is listening on that network, ideally the host shouldn't have any IP addresses assigned to that network for security reasons.
For now I shall look at doing something like
net.ipv6.conf.wgwin1.addr_gen_mode=1 in /etc/sysctl.d/ for the names I created, but would be nice if there was a UI option to prevent any IPs getting added to it on the host side, or perhaps it's the default, unless a IP is directly given. I could disable IPv6 entirely on the host, but I feel that's OTT.Unless I'm going about this wrong?