[SOLVED] openvpn, site 2 site, can't change interface

Started by Maarten, October 23, 2015, 10:54:38 AM

Previous topic - Next topic
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. :)

October 23, 2015, 05:49:55 PM #2 Last Edit: October 30, 2015, 10:08:00 AM by franco
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.

October 23, 2015, 10:34:32 PM #3 Last Edit: October 30, 2015, 10:08:13 AM by franco
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. :)