ProtonVPN's pfSense guide was a total fail for me in 19.7 so you seem to be a few steps ahead of me.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: thereaper on June 17, 2019, 08:45:30 AM
on step 8:
Enabling new Interface with OpenVPN client:
> IPv4 Configuration Type: DHCP
OPNsense GUI gives me error: "Cannot assign an IP configuration type to a tunnel interface"
Quote from: johnw230873 on August 01, 2019, 10:40:56 AMDid you try it on 19.7? Or did you do it on 19.1 and it just continued to work after upgrading to 19.7?
Did you get it working as i use nordvpn and it works fine for me
if ($pconfig['type'] != 'none' || $pconfig['type6'] != 'none') {
if (strstr($pconfig['if'], 'gre') || strstr($pconfig['if'], 'gif') || strstr($pconfig['if'], 'ovpn') || strstr($pconfig['if'], 'ipsec')) {
$input_errors[] = gettext('Cannot assign an IP configuration type to a tunnel interface.');
}
}
QuoteOpenVPN no longer supports listening on gateway groups. Use localhost paired with port forwards instead.Maybe that has something to do with it.