ipp.txt problem
Posted: Sat Mar 26, 2016 9:33 am
Hello
ı am using openvpn server on Linux.i have created vpn client successfully.
Open Vpn Users can succesfully connect to My Open Vpn server .
But i can not configured "ipp.txt" file.
For Example ;
for client1;
cat /etc/openvpn/ccd/client1
ifconfig-push 10.2.1.9 10.2.1.10
There is no problem on the top line.the client1 assigned 10.2.1.9
i added the line in /etc/openvpn/ipp.txt
client1,10.2.1.9
There is no problem on the top line.
When i restarted openvpn Server,the client didnt re-connect.
i looked ip.txt file.i was very amazing,because ipp.txt file is emtpy ?
Shortly,When i restarted openvpn Server,ipp.txt file is empty.
My server.conf is
ı am using openvpn server on Linux.i have created vpn client successfully.
Open Vpn Users can succesfully connect to My Open Vpn server .
But i can not configured "ipp.txt" file.
For Example ;
for client1;
cat /etc/openvpn/ccd/client1
ifconfig-push 10.2.1.9 10.2.1.10
There is no problem on the top line.the client1 assigned 10.2.1.9
i added the line in /etc/openvpn/ipp.txt
client1,10.2.1.9
There is no problem on the top line.
When i restarted openvpn Server,the client didnt re-connect.
i looked ip.txt file.i was very amazing,because ipp.txt file is emtpy ?


Shortly,When i restarted openvpn Server,ipp.txt file is empty.
My server.conf is
Can you help me.? Thank you very much for your helpport 1194
proto tcp
dev tun
ca /etc/openvpn/easy-rsa/keys/ca.crt
cert /etc/openvpn/easy-rsa/keys/gwfiber.crt
key /etc/openvpn/easy-rsa/keys/gwfiber.key
dh /etc/openvpn/easy-rsa/keys/dh2048.pem
server 10.2.1.0 255.255.255.0
push "route 192.168.3.0 255.255.255.0"
push "route 192.168.55.0 255.255.255.0"
client-config-dir /etc/openvpn/ccd
ifconfig-pool-persist /etc/openvpn/ipp.txt 10
push "dhcp-option DNS 8.8.8.8"
client-to-client
keepalive 10 120
cipher BF-CBC
persist-key
persist-tun
log-append /var/log/openvpn.log
verb 3