[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

moefuerst/osx-auto-vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSX AUTO VPN
04/2012

Automatically connects you to a VPN when not at a known location (based on WiFi 
connection) 

Kudos to Onne Gorter for ideas on the LocationChanger


CONFIGURATION
Note: Make the following configurations BEFORE running install.sh!

* Open connect.scpt using AppleScript-Editor and change "My VPN" to the name of your
  VPN connection as found in System Preferences > Network (In the list of your 
  services on the left)
  
* Edit the "config" file using a text editor of your choice and enter your network 
  information according to the following example. If you are always on WiFi, you can 
  leave the EN_IPS part empty:

  LOCATIONS=(HOME OFFICE GIRLFRIEND)
  SSIDS=(MyOfficeWLAN MyHomeWLAN MyGfWLAN)
  EN0IPS=(192.168. 10.0.0. 192.168.0.)
  EN1IPS=(192.168. 10.0.0. 192.168.0.)
  

INSTALL
If you're done editing connect.scpt and config, open Terminal, navigate to the folder 
you have put osx auto vpn in and run ./install.sh


LOG File
Per default, osx auto vpn puts a log file including all its detections in 
~/.osxautovpn.log

Comment that out in autovpn.sh (before running the install script) if you don't need this.

About

automatically connect to a vpn if you're not at home

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages