Actions
Bug #6664
closedIt's impossible to use HE.NET tunnel iface as a parent for OpenVPN instances
Start date:
07/30/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
Setup:
- HE.NET tunnel iface [for example, WAN_HE]
- Create an IPv6 OpenVPN instance on parent iface WAN_HE [for example, OVPN_AMS]
- Go to dashboard. OVPN_AMS is down.
- OVPN_AMS is up
- "Status -> System Logs -> OpenVPN" has a string "Options error: --local and --nobind don't make sense when used together"
- Edit /var/etc/openvpn/client?.ovpn file by removing nobind option
- Restart openvpn service
Updated by Dmitriy K over 8 years ago
Yet another workaround: Specify a local port instead of empty/0. Looks like $iface_ip is not properly initialized when he.net iface is chosen.
Updated by Jim Pingle about 8 years ago
- Target version changed from 2.3.2-p1 to 2.4.0
Updated by Jim Pingle almost 8 years ago
- Status changed from New to Resolved
- Assignee set to Jim Pingle
Between #6663 and b42ccf1504eca5e40bfb49b0afb688fffe293a7a this is fixed.
Actions