Ticket #1973 (closed defect: fixed)
Ebox OpenVPN stores ipp.txt on the root folder
| Reported by: | tecnicos@… | Owned by: | jsalamero@… |
|---|---|---|---|
| Milestone: | 2.0 | Component: | base |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Hi, there's a line in /etc/openvpn/[yourserver].conf that says:
ifconfig-pool-persist ipp.txt
In a standalone OpenVPN install, this means "ipp.txt" is saved in /etc/openvpn, but with eBox OpenVPN 1.2 (1.2.2-0ubuntu1~ppa1~hardy1) "ipp.txt" is instead saved in "/".
I don't think it's critical, but I had to look for a while until I found it :P (This files shows the IPs assigned to each certificate).
The workaround is to edit "/usr/share/ebox/stubs/openvpn/openvpn.conf.mas" and change the line to:
ifconfig-pool-persist /etc/openvpn/ipp.txt
After that remember to restart OpenVPN!
Attachments
Change History
comment:1 Changed 3 years ago by jsalamero@…
- Owner changed from jacalvo@… to jsalamero@…
- Milestone changed from 1.2.10-maint to 2.0
comment:2 Changed 3 years ago by javier.amor.garcia@…
- Status changed from new to closed
- Resolution set to fixed
This is fixed in 1.5.2, in fact each server uses a distinct ipp file to make easier to consult/modify this files.
Since it its not critical we would not backport it to 1.4 seires.
Thanks a lot for the report