1e31 Windows-openvpn - Telecomix Crypto Munitions Bureau

Windows-openvpn

From Telecomix Crypto Munitions Bureau

Jump to: navigation, search

An example script for windows that works with one of our machines... if you just replace the IP address of the server ;)

dev tapTelecomix

remote 1.2.4.5 54321   # Replace the IP address of the server, otherwise it will never work

# needs to be the same as the servers listening port

nobind
proto udp

keepalive 5 30

client

cert fuin.crt
key fuin.key
ca ca.crt

# use nice encryption and compress all traffic (this needs to be the same as the server!)
cipher AES-256-CBC
comp-lzo

# this should work in windows, but user and group does not (removed them)
persist-key
persist-tun

# write nice logs and stuff to some defined files
# verbosity 3
mute 3    # do not print out more than tree identical messages to the log.
Personal tools
0