Mar
30
Leo on March 30th, 2009
Taking into account you have already a working Openvpn server, follow the steps bellow to configure static ip address to Openvpn users:
1. Create a folder called ccd inside /etc/openvpn/.
#mkdir /etc/openvpn/ccd
2. Add the following line to the openvpn server configuration file:
client-config-dir ccd
3. In /etc/openvpn/ccd/ you will create one file for each user you want to have [...]
Popularity: 16% [?]
Continue reading about How to assign a fixed ip-address to an openvpn user / lan-to-lan connection?