local fe80::136c:d479:9543:753dev tun
tun-ipv6
proto udp6
port 1194
ca /etc/openvpn/easy-rsa/keys/ca.crt
cert /etc/openvpn/easy-rsa/keys/server.crt
key /etc/openvpn/easy-rsa/keys/server.key
dh /etc/openvpn/easy-rsa/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
server-ipv6 fd74:65c5:f35b::/64
ifconfig 10.8.0.1 10.8.0.2
ifconfig-ipv6 fd74:65c5:f35b::1 fd74:65c5:f35b::2
;ifconfig-ipv6-pool fd74:65c5:f35b::100/64
# Add route to Client routing table for the OpenVPN Server
push "route-ipv6 fd74:65c5:f35b::/64"
push "route 10.8.0.1 255.255.255.255"
# Add route to Client routing table for the OPenVPN Subnet
push "route 10.8.0.0 255.255.255.0"
# your local subnet
push "route fe80::136c:d479:9543:753"
# Set your primary domain name server address to Google DNS 8.8.8.8
push "dhcp-option DNS 8.8.8.8"
# Override the Client default gateway by using 0.0.0.0/1 and
# 128.0.0.0/1 rather than 0.0.0.0/0. This has the benefit of
# overriding but not wiping out the original default gateway.
push "redirect-gateway def1"
client-to-client
duplicate-cn
keepalive 10 120
tls-auth /etc/openvpn/easy-rsa/keys/ta.key 0
cipher AES-128-CBC
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status /var/log/openvpn-status.log 20
log /var/log/openvpn.log
verb 1