Actions
Bug #7136
closedOpenVPN not binding to IP Aliases -> NO LOGS generated
Start date:
01/18/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4
Affected Architecture:
Description
Steps to replicate:
- Create an IP Alias on any interface e.g. 127.0.0.2 on Localhost
- Attempt to bind OpenVPN server to this interface on any port
- OpenVPN instance will not start and no logs are generated!
James Webb
Updated by Phillip Davis almost 8 years ago
Yes, the code does not even try to start such an OpenVPN instance, thus there are no logs.
This PR fixes it on my test VM:
https://github.com/pfsense/pfsense/pull/3398
But there might be other side-effects - it will need review.
Updated by Phillip Davis almost 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset ddf99718d5f1f4545483c39d3759fdfbb788b0fb.
Updated by Jim Pingle almost 8 years ago
- Status changed from Feedback to Resolved
Failed without the new code, works fine with the fix in place. Looks good.
Updated by Jim Pingle almost 8 years ago
- Target version changed from 2.4.0 to 2.3.3
Actions