From c1dd6743197c1aaa86dabe320460fcf1c6d46548 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Fri, 21 Sep 2018 19:59:27 +0200 Subject: [PATCH] Update openvpn server config --- openvpn-config/server.conf | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/openvpn-config/server.conf b/openvpn-config/server.conf index 0bbb916..b820ee7 100644 --- a/openvpn-config/server.conf +++ b/openvpn-config/server.conf @@ -47,13 +47,37 @@ server-ipv6 2001:638:614:1750::/64 push "route remote_host 255.255.255.255 net_gateway" # Push routes for local IPv4 networks +# DMZ +push "route 141.71.38.0 255.255.255.0 vpn_gateway" +# Inform push "route 141.71.30.0 255.255.254.0 vpn_gateway" +# Edu push "route 192.168.99.0 255.255.255.0 vpn_gateway" +# NAO +push "route 192.168.90.0 255.255.255.0 vpn_gateway" +# iDrac +push "route 192.168.70.0 255.255.255.0 vpn_gateway" +# Cluster +push "route 10.0.20.0 255.255.255.0 vpn_gateway" +# educloud +push "route 10.0.30.0 255.255.255.0 vpn_gateway" +# experimental ipv6 network +push "route 10.0.40.0 255.255.255.0 vpn_gateway" +# server network from H-IT for KMS +push "route 141.71.2.0 255.255.255.0 vpn_gateway" # Push routes for local IPv6 networks # (The vpn_gateway placeholder does not work here.) +# DMZ +push "route-ipv6 2001:638:614:1780::/64 2001:638:614:1750::1" +# Inform push "route-ipv6 2001:638:614:1720::/64 2001:638:614:1750::1" +# Edu push "route-ipv6 2001:638:614:1721::/64 2001:638:614:1750::1" +# NAO +push "route-ipv6 2001:638:614:1722::/64 2001:638:614:1750::1" +# Cluster +push "route-ipv6 2001:638:614:1743::/64 2001:638:614:1750::1" # Specific settings regarding TLS, chiphers and hash algorithms cipher AES-256-GCM @@ -76,6 +100,5 @@ group nogroup verb 3 mute 5 -# Have a status log if needed. -# We do not need it. -# status inform/status.log +# Have a status log +status inform/status.log