Skip to content

Instantly share code, notes, and snippets.

View rnixx's full-sized avatar
💭
building things

Robert Niederreiter rnixx

💭
building things
  • Innsbruck, Austria
View GitHub Profile
@rnixx
rnixx / l2tpclient.sh
Created July 12, 2019 06:04 — forked from danielv99/l2tpclient.sh
L2TP VPN client on Linux Debian
# Requirements
# debian/ubuntu
apt-get -y update && apt-get -y upgrade
apt-get -y install strongswan xl2tpd libstrongswan-standard-plugins libstrongswan-extra-plugins
VPN_SERVER_IP=''
VPN_IPSEC_PSK='y'
VPN_USER=''
VPN_PASSWORD=''