eduvpn/vpn-server-api

IPv6 range with /48 does not work anymore

fkooman opened this issue · 2 comments

it seems something got broken when we fixed assigning smaller than /64 to individual OpenVPN processes, OpenVPN does not like big ranges...

Options error: --server-ipv6 settings: only /64../112 supported right now (not /52)

This is actually in vpn-server-node.

Fixed it by making the default config a /64 and not a /48. In practice this was never an issue as the update-ip script fixed it anyway.