I've got a problem when setting up an openvpn server. I can't change the interface, it always goes back to the default WAN interface.
I can reproduce this, thanks! Fix follows in a bit. :)
You can fix this locally by running the following in the OPNsense root shell (probably SSH, that URL is tedious):
# cd /usr/local/www
# fetch https://raw.githubusercontent.com/opnsense/core/99d09800acd7dac6559fc4f213097ab755f12279/src/www/vpn_openvpn_server.php
Will be part of 15.7.18 next week.
Quote from: franco on October 23, 2015, 05:49:55 PM
You can fix this locally by running the following in the OPNsense root shell (probably SSH, that URL is tedious):
# cd /usr/local/www
# fetch https://raw.githubusercontent.com/opnsense/core/99d09800acd7dac6559fc4f213097ab755f12279/src/www/vpn_openvpn_server.php
Will be part of 15.7.18 next week.
What changed franco ? A bug that i missed?
OpenVPN page was redesigned for maintainability. This bug sneaked in, but is not tragic, because when no interface was selected it would listen on all of them. Also all old configs just kept working. Either way, fixed with 15.7.18 soon. :)
ok, thanks, will try it when it's released