OPNsense Forum

Archive => 15.7 Legacy Series => Topic started by: Maarten on October 23, 2015, 10:54:38 am

Title: [SOLVED] openvpn, site 2 site, can't change interface
Post by: Maarten on October 23, 2015, 10:54:38 am
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.
Title: Re: openvpn, site 2 site, can't change interface
Post by: franco on October 23, 2015, 05:16:46 pm
I can reproduce this, thanks! Fix follows in a bit. :)
Title: Re: openvpn, site 2 site, can't change interface
Post by: 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.
Title: Re: openvpn, site 2 site, can't change interface
Post by: lucifercipher on October 23, 2015, 10:34:32 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?
Title: Re: [SOLVED] openvpn, site 2 site, can't change interface
Post by: franco on October 25, 2015, 11:49:11 am
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. :)
Title: Re: [SOLVED] openvpn, site 2 site, can't change interface
Post by: Maarten on October 26, 2015, 09:03:54 am
ok, thanks, will try it when it's released