Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /etc/openvpn/server.conf|grep -v "^$\|^#"
- mode server
- tls-server
- port 1194
- proto tcp-server
- dev tap
- tls-auth ./keys/ta.key 0
- ca ./keys/ca.crt
- cert ./keys/server.crt
- key ./keys/server.key
- dh ./keys/dh2048.pem
- client-config-dir /etc/openvpn/ccd
- ifconfig 192.168.91.1 255.255.255.0
- ifconfig-pool 192.168.91.2 192.168.91.99
- ifconfig-pool-persist ipp.txt
- duplicate-cn
- keepalive 20 120
- persist-key
- verb 3
- client-to-client
- status /etc/openvpn/openvpn-status.log
Advertisement
Add Comment
Please, Sign In to add comment