Differences
This shows you the differences between two versions of the page.
|
wiki:found_vpn [2009/12/02 07:40] mike |
wiki:found_vpn [2009/12/02 07:41] (current) mike |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <code applescript> | ||
| -- Connect Work VPN | -- Connect Work VPN | ||
| Line 20: | Line 21: | ||
| do shell script "route add 172.16.0.0/16 " & gateway with administrator privileges | do shell script "route add 172.16.0.0/16 " & gateway with administrator privileges | ||
| + | </code> | ||