Created
May 20, 2014 20:38
-
-
Save VuokkoVuorinnen/d945f319bc8cd5883087 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 config file for UGent VPN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You also need the following packages: vpnc vpnc-network-manager, vpnc-network-manager-gnome | |
#install using: sudo apt-get install vpnc vpnc-network-manager, vpnc-network-manager-gnome | |
# Then import the following configuration file and change 'yourusernamehere' to your username | |
# fill in your password and connect | |
# VPN Config file | |
[main] | |
Description=UGent | |
Host=rtrvpn.UGent.be | |
AuthType=1 | |
GroupName=ipsecclient | |
GroupPwd=cisco123 | |
EnableISPConnect=0 | |
ISPConnectType=0 | |
ISPConnect= | |
ISPCommand= | |
Username=yourusernamehere | |
SaveUserPassword=1 | |
EnableBackup=0 | |
BackupServer= | |
EnableNat=1 | |
CertStore=0 | |
CertName= | |
CertPath= | |
CertSubjectName= | |
CertSerialHash= | |
DHGroup=2 | |
ForceKeepAlives=0 | |
enc_GroupPwd= | |
UserPassword= | |
enc_UserPassword= | |
NTDomain= | |
EnableMSLogon=0 | |
MSLogonType=0 | |
TunnelingMode=0 | |
TcpTunnelingPort=10000 | |
PeerTimeout=0 | |
EnableLocalLAN=1 | |
SendCertChain=0 | |
VerifyCertDN= | |
EnableSplitDNS=1 | |
SingleDES=0 | |
SPPhonebook= | |
UseLegacyIKEPort=0 | |
X-NM-Use-NAT-T=0 | |
X-NM-Force-NAT-T=0 | |
X-NM-SaveGroupPassword=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment