Sunday, January 31, 2010

1.27vpn3.6 release

You can download the binaries from here.

Source is available at the Git repository.
Be sure to read the COPYING file if you plan to use/distribute the sources.
Direct links:
Notable changes from 1.27vpn3.5
  • Fixed service restart on WAN reconnect
  • Took back out the new redirect gateway option (don't leave default gateway) as its benefit was questionable at best.
  • Some code cleanups
This is just a bug fix release, so there are no new features included. Look forward to user/pass authorization in the next release...

Wednesday, January 27, 2010

1.27vpn3.5 release

You can download the binaries from here.

Source is available at the Git repository.
Be sure to read the COPYING file if you plan to use/distribute the sources.
Direct links:
Notable changes from 1.25vpn3.4
  • Moved to Tomato 1.27 baseline
  • Upgraded to OpenVPN 2.1.1
  • Fixed "exclusive" option for accepting DNS
  • Omit key/certs that aren't filled in in the GUI
    • This should allow people to create user/pass only configs - likely to be added to the GUI in the future
  • Fix some TAP connection issues
  • Option to not leave existing default gateway in place while VPN is running
  • Option is now to start VPN with WAN, not just with router
    • If wan goes down and back up, VPN service will be stopped and restarted
  • "Poll Interval" option in GUI to periodically check if the VPN is running, and restart it if not.
  • Various code cleanups/improvements and adaptations to the updated Tomato components
I want to apologize for the delay between the last release and this post. If there were features that I said I would include, but aren't here, please let me know. I may have forgotten...

Since I did release a testing version along the way with this same version number, here are the full build versions of the released binaries so everyone can be sure they have the latest:
  • 1.27vpn3.5.4b6065f3
  • 1.27vpn3.5.4b605dda(ND)

Wednesday, August 12, 2009

1.25vpn3.4 release

You can download the binaries from here.

Source is available at the Git repository.
Be sure to read the COPYING file if you plan to use/distribute the sources.
Direct links:
Notable changes from 1.25vpn3.3
  • Upgraded to OpenVPN 2.1rc19
  • AES speed improvements (Thanks fyellin!)
  • More "Accept DNS configuration" options (strict/exclusive)
  • Add (dynamic) HOWTO links to GUI for key generation
  • TLS renegotiation time setting
  • WINS options pushed/accepted along with other DNS options
  • Option to not push server LAN route to clients
  • Option to leave comp-lzo directive out of confi altogether (now "Disable", "None" is equivalent to the old "Disable")
  • Non-VPN changes (also sent to Jon for inclusion in Tomato)
    • Multiple MAC addresses can share an IP for Static DHCP
    • EditDNS added to Dynamic DNS providers
  • Various code cleanups/improvements