OpenVPN_Management_GUI/Modules/Services/download/schulvpn.ovpn

70 lines
1.4 KiB
Plaintext
Executable File

#Konfiguriert by Christoph Haas
#Copyleft CyberLabs 2008-10
#Veraendern auf EIGENE GEFAHR...
#Start
##########################################################
# AENDERUNGEN START
##########################################################
#Zertifikate (evt pfad anpassen)
ca /pfad/zur/config/ca.crt # pfad anpassen!
cert /pfad/zur/config/muster.crt # pfad anpassen! & muster zu nummer aendern!
key /pfad/zur/config/muster.key # pfad anpassen! & muster zu nummer aendern!
##########################################################
# AENDERUNGEN ENDE
#########################################################
#Modus
client
#IP Modus
float
#Tunnel Modus/Device
dev tap
#MTU laenge
tun-mtu 1500
#probleme mit windoof clients verhindern
;fragment 1500 #udp only
mssfix
#LAN Adapter Name (optional^^)
;dev-node my-tap
#Protokoll fuern Tunnel (in da schule tcp)
proto tcp-client
#Pushs vom Server abarbeiten
pull
#Server IP / PORT
remote 10.10.63.60 1194
#Server COMMON Name
#tls-remote VPNServer
#Authentifizierung/Encryption
;auth SHA1
cipher aes-256-cbc
#Adress bind verhindern
nobind
#Komprimierung
comp-lzo
#LINUX/UNIX only
;persist-key
;persist-tun
script-security 2
# kde4 notification
# route-up "/home/christoph/.vpn/scriptstate.sh connected"
# down "/home/christoph/.vpn/scriptstate.sh disconnected"
#Ende