So running Dual-Stack
IPv4+
IPv6 on the router, when creating the Road-Warrior 'device' Peer you can decide to choose between
Code:
'server Peer'
IPv4 Only IPv6 Only IPv4+IPv6
AllowedIPs 0.0.0.0/0 ::/0 0.0.0.0/0,::/0
0.0.0.0/0,::/0 0.0.0.0/0,::/0 ::/0
::/0 ? 0.0.0.0/0 ? 0.0.0.0/0
nnn.nnn.nnn.nnn/24 xxxx:xxxx:xxxx::/64 nnn.nnn.nnn.nnn/24,xxx:xxxx:xxxx::/64
....even if some are clearly illogical.
So
wireguard_manager
could attempt to assist with auto-creating the necessary config on the Road-Warrior device, but not having
IPv6 I can't really test.
i.e. is '0.0.0.0/0,::/0' explicitly required to allow encapsulated IPv6_in_IPv4, or does 0.0.0.0/0 suffice?
For the
DNS, again it depends on what you need/expect....'Advertise or not' vs. Public/Private etc.