1.5.3


Old Stuff

 www.your-freedom.net
 www.secure-tunnel.com

Ticket #250 (assigned enhancement)

Opened 2 years ago

Last modified 2 years ago

Wish List - Connection Rules

Reported by: ncianca@lightbulb.com Assigned to: andrei (accepted)
Priority: normal Milestone: AlmostVPN 1.0 Future
Component: PreferencePanel Version: 1.0
Severity: normal Keywords:
Cc:

Description (Last modified by andrei)

I'd love to have smart connection rules. The idea is pretty simple, but would be a great one that solves a couple of suggestions I have previously made.

Allows rules to activate and deactivate AlmostVPN Pro based on IP.

For example, I work on different networks, and these require different profiles. However, one thing that is unique is the ip address (or net) that the laptop has at the time.

For example, I might be assigned an ip of 172.166.1.221 at one client so a rule like

# turn all off and then turn on Profile_1
If IP_ADDR = 172.166.1.* then turn off other profiles and turn on Profile_1  
# stopping AlmostVPN completely
if IP_ADDR = 192.168.2.* then turn off all profiles 
# turn on profile_2 leaving other profiles that are on 
if IP_ADDR = 205.23.55.12 then turn on Profile_2

Change History

08/23/06 12:06:19 changed by andrei

  • status changed from new to assigned.
  • version set to 1.0.
  • milestone set to AlmostVPN 1.0 Beta RC3.

Next release (RC3) of AlmostVPN will be scriptable (AppleScript? "out of the box", Java Script with 3rd party download). You will be able to get list of all profiles, query status of the profile and start/stop profile. Do you think it will solve your problem?

08/23/06 12:06:42 changed by andrei

  • description changed.

08/28/06 16:46:05 changed by andrei

  • milestone changed from AlmostVPN 1.0 RC3 to AlmostVPN 1.0.

Take a look at

http://www.leapingbytes.com/downloads/almostvpn1.0/Extras/AppleScript

You will need RC3 to try it. It should be out very very soon.