OS X VPN

From Indie IT Wiki

HOWTO: Set Up

Add VPN

Status Bar > Connections > Open Network Preferences > + > VPN

Interface: VPN > VPN Type: L2TP over IPSec > Service Name: BJT HQ > Create

Create a connection

vpn.domain.com
username

Authentication Settings

Password
Shared Secret
Show VPN Status in Menu Bar
Advanced > Options > Session: Send all traffic over VPN - UNTICKED 

Install RDP Software

App Store > Search for Windows Remote Desktop

http://www.macupdate.com/app/mac/8431/microsoft-remote-desktop

HOWTO: Log In

Status Bar > New VPN Icon > Connect VPN > Type Password

Terminal >

sudo route -n add 192.168.0.122 172.16.1.1

Remote Desktop App > Double Click Connection

HOWTO: Check Kernel Routing Table For VPN

Terminal >

netstat -nr |grep 'ppp0'

List StrongSwan IPSec VPN Connections

sudo ipsec look 2>/dev/null |grep 'dport'