VPN setup guide links [https://raymii.org/s/tutorials/IPSEC_L2TP_vpn_with_Ubuntu_14.04.html]
[https://help.ubuntu.com/community/L2TPServer]
Wes Winham winhamwr@gmail.com
| case "$1" in | |
| start) | |
| echo "Starting my Ipsec VPN" | |
| iptables -t nat -A POSTROUTING -o eth0 -s 10.152.2.0/24 -j MASQUERADE | |
| echo 1 > /proc/sys/net/ipv4/ip_forward | |
| for each in /proc/sys/net/ipv4/conf/* | |
| do | |
| echo 0 > $each/accept_redirects | |
| echo 0 > $each/send_redirects | |
| done |
VPN setup guide links [https://raymii.org/s/tutorials/IPSEC_L2TP_vpn_with_Ubuntu_14.04.html]
[https://help.ubuntu.com/community/L2TPServer]
Wes Winham winhamwr@gmail.com
Here's what I did to get things working.
Yep, over at: https://developer.apple.com