Ticket #930: client.ovpn

File client.ovpn, 532 bytes (added by toine512, 7 years ago)
Line 
1#Client
2verb 3
3proto udp4
4port 1492
5remote n30.toine512.fr
6#compress lz4
7compress
8
9#Authentication
10tls-client
11key antoine-laptop.key
12cert antoine-laptop.crt
13ca ca.crt
14remote-cert-eku "TLS Web Server Authentication"
15
16#Chiffrement
17ncp-ciphers "AES-256-GCM"
18auth SHA512 #utilisé seulement pour tls-crypt
19tls-crypt static.key
20
21#Configuration réseau
22dev tun
23topology subnet
24pull
25
26link-mtu 1464
27script-security 2
28up 'set-mtu.bat'
29
30route 0.0.0.0 0.0.0.0 vpn_gateway 999 #required to set the network "private"