summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_server.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple JS errors/problems with OpenVPN server code.jim-p2013-02-041-1/+2
|
* Permit openvpn to use same port on different interfaces. It should fix #814Renato Botelho2013-01-291-1/+1
|
* Document local remote network lists in OpenVPN GUIPhil Davis2013-01-291-24/+24
| | | The local and remote network fields can now have lists of CIDRs, so document this in the GUI.
* Allow specifying multiple local/remote networks for OpenVPN separated by ↵jim-p2013-01-241-3/+12
| | | | commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.
* Correct reference to OpenVPN connect so it doesn't only refer to iOS.jim-p2013-01-231-1/+1
|
* Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN ↵jim-p2013-01-221-0/+30
| | | | Connect iOS client requires it for IPv6
* While I'm here, allow selecting "Localhost" as an OpenVPN interface.jim-p2013-01-071-0/+1
|
* Unbreak selecting "any" for OpenVPN client/server interface.jim-p2013-01-071-2/+2
|
* Add input validation to reject invalid combinations of IPv4/IPv6 openvpn ↵jim-p2012-12-041-0/+11
| | | | protocols and interface/VIPs.
* Removing unnecessary gettext function callsVinicius Coque2012-11-171-2/+1
|
* Allow for changing OpenVPN TUN to TAP device mode without reboot.PiBa-NL2012-10-011-0/+3
|
* Revert "Allow for changing OpenVPN TUN to TAP device mode without reboot." ↵jim-p2012-09-301-3/+0
| | | | | | -- Adds blank OpenVPN servers, see ticket #2643 This reverts commit c8bb7f1527a99c69784ab6c01d9050adcde6a8a0.
* Refine OpenVPN client/server deletion to allow for removing invalid empty ↵jim-p2012-09-251-3/+3
| | | | entries. Fixes #2643
* Allow for changing OpenVPN TUN to TAP device mode without reboot.PiBa-NL2012-09-221-0/+3
|
* Update usr/local/www/vpn_openvpn_server.phpbcyrill2012-08-131-4/+7
| | | Fix javascript of GW redirection adding IPv4 and IPv6 fields
* Fixup openvpn shortcut bar status/controljim-p2012-08-101-4/+7
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Split references here so they apply correctlyjim-p2012-08-091-6/+10
|
* Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ↵jim-p2012-08-091-10/+29
| | | | network box is hidden for shared key servers.
* OpenVPN Server config page - a couple of minor text tidy upsPhil Davis2012-06-281-4/+4
|
* Check in code that allows for using a gateway group as the interface on the ↵smos2012-06-251-0/+10
| | | | | | | | OpenVPN server page. Only allow IPv4 gateway groups for now. We'll need to add IPv6 suppport here later when we import OpenVPN 2.3. Unbreak the gateway group function on broken configurations like a missing 3G stick. Unbreak the interface IP/IPv6 code in openvpn.inc, we can listen on IPv4 or IPv6, not both. That path is now seperate which should cause less grief down the line. Adds to Redmine ticket #1965 which was for the IPsec failover.
* Correct wording "Server Bridge DHCP Start" is shown instead of "Server ↵Irving Popovetsky2012-04-251-1/+1
| | | | Bridge DHCP End"
* Rework this a little since using tap+tunnel network is valid, but using ↵jim-p2011-11-091-8/+8
| | | | tap+tunnel network+bridging is not (will not do what the user expects/wants)
* Fix up OpenVPN server tap modes, support various options for providing or ↵jim-p2011-11-081-8/+152
| | | | passing through DHCP. (Work in progress)
* Assume a default value of 1 for cert_depth to disallow chaining.jim-p2011-10-271-1/+5
|
* Add GUI option to limit the certificate depth allowed when OpenVPN clients ↵jim-p2011-10-271-0/+30
| | | | are connecting.
* Merge remote branch 'upstream/master'jim-p2011-06-031-4/+12
|\ | | | | | | | | Conflicts: etc/inc/openvpn.inc
| * Instead of showing an emtpy drop-down for CA/Cert/CRL, show an error that ↵jim-p2011-06-031-0/+12
| | | | | | | | there are none defined, and link to the page to create one.
| * Remove the warning message that a user doesn't have any CA/Certs when ↵jim-p2011-06-031-4/+0
| | | | | | | | viewing OpenVPN connections. This is just confusing people, and isn't relevant to people using only shared key tunnels.
* | Merge remote branch 'upstream/master'Seth Mos2011-05-131-5/+8
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/vslb.inc etc/version
| * Misc OpenVPN CRL selection fixes.jim-p2011-05-051-5/+8
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-04-281-7/+0
|\ \ | |/ | | | | | | Conflicts: etc/inc/pfsense-utils.inc
| * Allow users to select SSL/TLS+User Auth with external authentication sources.jim-p2011-04-261-7/+0
| |
* | Add ipv6 tunnel remote subnetsSeth Mos2011-04-251-4/+36
|/
* Don't test if a cert is in use here, you could in theory use a cert for a ↵jim-p2011-04-071-2/+0
| | | | user and a server.
* Fix link; use same message for missing certs.jim-p2011-04-061-2/+2
|
* Make the default openvpn cert authority message a bit relaxed and let user ↵Scott Ullrich2011-04-061-1/+1
| | | | know about the wizard option as well
* Switch back to dev_mode so existing configs aren't broken by the other changes.jim-p2011-04-011-6/+6
|
* Select the device mode to tun if variable device_mode not exist in the ↵lgcosta2011-03-211-3/+8
| | | | configuration
* Added option to select the type of device for use in the tunnel openvpnlgcosta2011-03-211-0/+18
|
* Add drop-down to select OpenVPN hardware crypto (finds usable devices from ↵jim-p2011-01-201-0/+20
| | | | "openssl engine" list) for clients and servers.
* Add a checkbox for duplicate-cn on OpenVPN servers.jim-p2011-01-201-1/+24
|
* Fix vip descriptions in openvpn and ipsec screens. Ticket #1042Pierre POMES2010-12-061-2/+2
|
* Disable redirect gateway checkbox when using shared key (you can't push with ↵jim-p2010-12-021-1/+6
| | | | shared key). Also re-run the code to hide the local network box if the gw redirect is checked when switching server modes, since there is no need to push a specific local network when pushing the default gateway.
* Fix XSS issuesScott Ullrich2010-11-121-9/+9
|
* Various CRL fixes.jim-p2010-11-061-0/+4
|
* Warn a user when entering the OpenVPN client/server screens that they need a ↵jim-p2010-11-041-7/+29
| | | | CA/Cert if none exist.
* Replace \r from custom options otherwise it breaks config.Ermal2010-10-281-1/+1
|
* Fix formattingjim-p2010-10-281-16/+16
|
* Fix this logic.jim-p2010-10-281-1/+1
|
OpenPOWER on IntegriCloud