diff --git a/openvpn-config/server.conf b/openvpn-config/server.conf index ddc8667..0bbb916 100644 --- a/openvpn-config/server.conf +++ b/openvpn-config/server.conf @@ -49,12 +49,11 @@ push "route remote_host 255.255.255.255 net_gateway" # Push routes for local IPv4 networks push "route 141.71.30.0 255.255.254.0 vpn_gateway" push "route 192.168.99.0 255.255.255.0 vpn_gateway" -push "route 10.3.1.0 255.255.255.0 vpn_gateway" -push "route 10.0.0.0 255.255.255.0 vpn_gateway" -# Push the whole /56 block for IPv6 +# Push routes for local IPv6 networks # (The vpn_gateway placeholder does not work here.) -push "route-ipv6 2001:638:614:1700::/56 2001:638:614:1750::1" +push "route-ipv6 2001:638:614:1720::/64 2001:638:614:1750::1" +push "route-ipv6 2001:638:614:1721::/64 2001:638:614:1750::1" # Specific settings regarding TLS, chiphers and hash algorithms cipher AES-256-GCM