Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-19 | Remove the VTI script after use. | Daniil Baturin | |
2014-10-05 | vyatta-cfg-vpn: prevent duplicate local rsa key includes | Alex Harpin | |
Prevent duplicate include statements, for the local rsa keys, being added to the ipsec.secrets file when more than one VPN connection is configured. Bug #332 http://bugzilla.vyos.net/show_bug.cgi?id=332 | |||
2014-10-05 | vyatta-cfg-vpn: formatting changes for style consistency | Alex Harpin | |
Update scripts/vpn-config.pl to have consistent identation levels and style throughout. | |||
2014-10-05 | vyatta-cfg-vpn: rename vti-up-down.sh to vti-up-down | Alex Harpin | |
Rename vti-up-down.sh to vti-up-down to be consistent with others. | |||
2014-10-05 | vyatta-cfg-vpn: fix for vti interface going down remains routed | Alex Harpin | |
Revert the fix put in place for Bug #183 as this causes multiple routes to be installed when more than one VTI routes to the same subnet (in the case of failure over routing etc). As it stands, when one of these interfaces goes down, the additional route remains active, resulting in this route still being used even though no traffic can pass. Removing the up-client fix proposed for Bug #183 fixes this issue and doesn't affect the normal operation of these VTIs. Bug #291 http://bugzilla.vyos.net/show_bug.cgi?id=291 | |||
2014-08-03 | Bug #224: rename "enabled|disabled" to "enable|disable" for consistency. | Daniil Baturin | |
2014-06-17 | Bug 241: Use auto=route for connection-type respond. | Ryan Riske | |
2014-05-26 | Merge pull request #4 from TriJetScud/helium | Daniil Baturin | |
Remove automatic IKE version negoiation. | |||
2014-05-25 | Initial MOBIKE Configuration Support | Jeff Leung | |
For IKEv2, there is support for MOBIKE which basically allows IPSec connections to roam from interface to interface. When MOBIKE is used, the IKE negoiation phase uses UDP port 4500 rather than using proto-51. In strongSwan 4.5.x MOBIKE is automatically enabled for IKEv2 connections. We expose the ability to enable/disable MOBIKE to the user. | |||
2014-05-25 | Bug 197: Add back support for groups 22-24 for phase2 pfs | Ryan Riske | |
2014-05-25 | Remove automatic IKE version negoiation. | Jeff Leung | |
According to the strongSwan 4.5.x documentation, the keyexchange configuration value "ike" is a synonym to "ikev2". In strongSwan 5.0.0 however, the configuration value "ike" will try to negoiate IKEv2 connections but will accept IKEv1 connections if the remote peer sends an IKEv1 request. | |||
2014-05-24 | Add support for DH groups 14-26 | Ryan Riske | |
2014-05-21 | Adding initial support for IKEv2/IKEv1 Site-to-Site VPN's by adding the ↵ | Jeff Leung | |
optional "vpn ipsec ike-group <IKEGROUP> key-exchange" parameter. | |||
2014-04-27 | Bug #183: Add up-client action to the interface up/down script. | Daniil Baturin | |
Patch by Masakazu Asama. | |||
2014-01-29 | Fix vpn ppp up script | Stig Thormodsrud | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2014-01-29 | Move %any peers to the end in ipsec.secrets | Stig Thormodsrud | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2013-02-19 | perltidy run for vyatta-cfg-vpn | Saurabh Mohan | |
2013-02-12 | mGRE support for change of local-ip addr change. | Saurabh Mohan | |
VYATTA-118: workaround added to update ipsec settings when tunnel local-ip is modified. | |||
2013-02-05 | Bug 8666: merged. | Saurabh Mohan | |
2013-01-22 | Dmvpn merge with mirantis jan22-2013 | Saurabh Mohan | |
2012-12-27 | DMVPN support with profiles. | Saurabh Mohan | |
2012-09-18 | Bugfix 8358: Handle vti tunnel src, dst changing while the bind tunnel name ↵ | Saurabh Mohan | |
stays the same. Fix the case when case the <peer,local-address> pairing changes but the tunnel is still bound to the same vti tunnel interface name(vtiXX). In that case when doing the cleanup do not delete the vti tunnel of the same name. Also fixed 8264: When the vti bind interface name is deleted. | |||
2012-09-10 | Bugfix 8289: Vti mark values should be implicit | Saurabh Mohan | |
Vti tunnel uses fwmark from the kernel skbuff. This value is now internally allocated instead of getting it from the configuration. Also fixed 8286 where configuration was allowing both a tunnel and VTI between the same vpn src/dst. | |||
2012-09-04 | Bugfix 8277: For connection type respond do not attempt keying forever | Saurabh Mohan | |
When a connection-type is respond (configured using: set vpn ipsec site-to-site peer <ip-addr> connection-type [initiate | respond]), the device should not keep trying to key forever. | |||
2012-08-09 | Bugfix 8264: Check if the intf name is defined before using it in the script. | Saurabh Mohan | |
Fix the error message for undefined intf name in error message. Also, add changes to incorporate mark's from range 0-2047. Print warning if a vti interface is defined but not used. Hopefully this will help users understand that they have a partial configuration. | |||
2012-07-25 | Bugfix 8222: deletion and adding bind parameter under vti deletes vti ↵ | Saurabh Mohan | |
interface in show interfaces output though vti configuration exists The bind, mark parameters can be changed individually but the vti script runs at the vpn node level. By that time the old value is not known. With this change now I find out the exisiting vti tunnels from the kernel and discover the old vti-name, and mark setting from there. After that it is possible to figure out if a. No change was done to a VTI: In that case do not do any config. b. If a tunnel was changed: Delete and create the tunnel again. c. If a tunnel was deleted: Remove the tunnel config from the kernel. d. If the tunnel was added: Configure it. Also, configure the vti interface prior to the strongswan configuration. This way if the ipsec tunnel comes up then we can bring the interface up/down (see Bug 8219). Remove the disable configuration param (see Bug 8221). | |||
2012-07-16 | Workaround to setup vti ko and cleaner error message. | Saurabh Mohan | |
2012-06-18 | Bugfix: 8015: supress perl warnings. | Saurabh Mohan | |
2012-06-11 | VTI: Add support call for checking for vti interface name. | Saurabh Mohan | |
2012-06-04 | VTI bring tunnel based on ipsec-sa state. | Saurabh Mohan | |
2012-05-18 | VTI: cfg mark/bind change handlers. | Saurabh Mohan | |
2012-05-17 | Merge branch 'pacifica' of http://git.vyatta.com/vyatta-cfg-vpn into pacifica | Saurabh Mohan | |
2012-05-17 | Default keyexchange ikev1. | Saurabh Mohan | |
2012-05-16 | Vti config support. | Saurabh Mohan | |
2012-03-29 | Add commit-time config validation. | Daniil Baturin | |
2012-03-29 | Add any special case for local-address instead of 0.0.0.0. | Daniil Baturin | |
2012-03-29 | Rename "local/remote subnet" to "local/remote prefix". | Daniil Baturin | |
2012-03-29 | Rename local-ip option to local-address. | Daniil Baturin | |
2012-03-29 | Add a script for validating single IPv4 or IPv6 address with no prefix | Daniil Baturin | |
length. | |||
2012-02-29 | Fix uninitilized bug | John Southworth | |
2012-02-28 | Bugfix 6839: Warn that pre-shared key changes aren't loaded until a rekey ↵ | John Southworth | |
interval | |||
2011-06-15 | Bugfix 6767: Move /tmp/ipsec.log to /var/log/vyatta and rotate it. | Bob Gilligan | |
2011-06-08 | Bugfix 7145: same changes were needed for site-to-site as well | John Southworth | |
2011-04-01 | Bugfix 6972: Suppress messages from the ipsec dhcp script | John Southworth | |
2011-02-23 | Much cleaner way to do the check to see if something has changed in the ↵ | John Southworth | |
ipsec or rsa-key config tree. | |||
2011-02-23 | Don't make vpn-config.pl run if there were no relevant changes, before it ↵ | John Southworth | |
ran everytime there was a change in pptp or l2tp configs as well. | |||
2011-02-22 | Fix some dhcp config problems | John Southworth | |
2011-02-22 | Make sure only interfaces with dhcp enabled are allowed as a dhcp-interface | John Southworth | |
2011-02-22 | Fix minor x509 configuration error message problem | John Southworth | |
2011-02-17 | Fix the no old ip given from dhclient problem | John Southworth | |