Page 1 of 1

Prevent IP leakage when server offline

Posted: Tue Jan 26, 2016 2:55 pm
by anyad
Server: win7 pro
Client: win7 pro

Basically what I want to accomplish is that when the server becomes offline, the client should not disconnect in any circumstances thus preventing any applications which are running in the background to leak my real IP.

How can this be accomplished??? or is this by default??? is resolve infinite the default setting???

Re: Prevent IP leakage when server offline

Posted: Wed Jan 27, 2016 7:57 am
by ValdikSS

Code: Select all

resolv-retry infinite
persist-tun
But that doesn't protect you in all cases. You'd better use up/down scripts which uses firewall, or write a plugin.