openvpn-admin-plus: Failed to configure admin for tun VPN
Hi @bnhf,
Thanks for the great UI! I’m trying to install it as per instructions, but I get an error in the Admin UI saying check your configuration.
I have a TUN OpenVPN already installed using pivpn, so I assumed I’d have to change tap0 to tun0 and dev tap to dev tun in the vpn setting (through the UI) and reboot.
That didn’t help. Could you please guide us on how to make it work with TUN vpn types?
Thanks.
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 15 (6 by maintainers)
@cerahmed
I use TAP myself, but I believe you need to use the server directive followed by the address and netmask of the range you’d like to use, and then optionally a pool of addresses.
Something like
server 192.168.2.0 255.255.255.0 192.168.2.2 192.168.2.10should work I would think. But look to OpenVPN reference materials on server directives if it doesn’t.