You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing that persist_remote_ip = DISABLED is set when starting OpenVPN clients, but the client will still try to reuse IPs when the server is disconnected.
We have one DNS CNAME pointing to a pool of 2+ OpenVPN servers. DNS will round robin between the servers. This works fine, but when a server is replaced, the client will keep retrying its IP until it times out, even though it should not be.
Describe the bug
We are seeing that
persist_remote_ip = DISABLED
is set when starting OpenVPN clients, but the client will still try to reuse IPs when the server is disconnected.We have one DNS CNAME pointing to a pool of 2+ OpenVPN servers. DNS will round robin between the servers. This works fine, but when a server is replaced, the client will keep retrying its IP until it times out, even though it should not be.
To Reproduce
See the config below to start a client/server combo.
preserving recentl used remote address
server config
client config
Logs
Verbose level logs
Expected behavior
As above, but without any of the
Preserving recently used remote address
messagesVersion information (please complete the following information):
Server:
Client:
The text was updated successfully, but these errors were encountered: