Yevhen Kyriukha
2014-05-12 23:15:08 UTC
There is an issue when openvpn server restarts while client is been
connected to it: client doesn't update its VPN IP address.
Steps to reproduce:
1) In openvpn server config add "ifconfig-pool-persist ipp.txt" option.
2) Create ipp.txt file and define recommended IP for the client in a
following way:
myclient,10.10.10.23
3) Start VPN server.
3) Establish VPN connection on client (using connman and connman-vpn).
4) Stop VPN server.
5) Change IP for client in ipp.txt file:
myclient,10.10.10.44
6) Start VPN server.
7) Wait for VPN connection is established on client and check IP of vpn
interface.
Expected results:
Interface gets new IP 10.10.10.44.
Actual results:
Interface using old IP 10.10.10.23.
This is a serious issue as user can't access VPN network without restarting
VPN client.
connected to it: client doesn't update its VPN IP address.
Steps to reproduce:
1) In openvpn server config add "ifconfig-pool-persist ipp.txt" option.
2) Create ipp.txt file and define recommended IP for the client in a
following way:
myclient,10.10.10.23
3) Start VPN server.
3) Establish VPN connection on client (using connman and connman-vpn).
4) Stop VPN server.
5) Change IP for client in ipp.txt file:
myclient,10.10.10.44
6) Start VPN server.
7) Wait for VPN connection is established on client and check IP of vpn
interface.
Expected results:
Interface gets new IP 10.10.10.44.
Actual results:
Interface using old IP 10.10.10.23.
This is a serious issue as user can't access VPN network without restarting
VPN client.
--
Best regards,
Yevhen
Best regards,
Yevhen