anixhaja / l2tp-ipsec-ubuntu

Scripts to connect to a L2TP over IPsec on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L2TP over IPsec VPN on Ubuntu


export VPN_SERVER_IP="Server ip"
export VPN_IPSEC_PSK="Shared key"
export VPN_USER="User"
export VPN_PASSWORD="Password"

sudo su
sh init
sh start

sh disconnect # close the connection

About

Scripts to connect to a L2TP over IPsec on Ubuntu


Languages

Language:Shell 100.0%