route 10.3.0.0 255.255.255.0
push "route 10.3.0.0 255.255.255.0"
iroute 10.3.0.0 255.255.255.0
route 10.2.0.0 255.255.255.0
push "route 10.2.0.0 255.255.255.0"
route 10.3.0.0 255.255.255.0
push "route 10.3.0.0 255.255.255.0"
ip route add 10.3.0.0/24 via 10.2.0.100 dev tun 0
ip route add 10.2.0.0/24 via 10.3.0.100 dev tun 0
port 1194
proto tcp
client-to-client
auth-nocache
ca ca.crt
cert vpn-server.crt
key server.key
tls-crypt ta.key
dh none
cipher AES-256-GCM
auth SHA256
user nobody
group nogroup
dev tun
topology subnet
mode server
tls-server
server 10.2.0.0 255.255.255.0 nopool
ifconfig 10.2.0.0 255.255.255.0
ifconfig-pool 10.2.0.100 10.2.0.164 255.255.255.0
txqueuelen 250
keepalive 300 900
persist-key
persist-tun
status /var/log/openvpn/openvpn-status.log 60
status-version 3
log /var/log/openvpn/server.log
verb 6
client-config-dir ccd
duplicate-cn
max-clients 64
mute 20
explicit-exit-notify 0
server 10.3.0.0 255.255.255.0 nopool
ifconfig 10.3.0.0 255.255.255.0
ifconfig-pool 10.3.0.100 10.3.0.164 255.255.255.0