I have two IPSEC connections(to a sister site). One is to the sister site and is fine. The 2nd is to the same site, but to the OpenVPN users(different IP lan ip). This way if a remote user openvpns to site 1, it can also access site 2. I have it set to NOT timeout, but if its not used within 3 days is disconnects and I have to manually start it again.
Is there any way around this?
for openVPN client:
In the Preferences menu, select the Reconnect on reboot option. Also, consider setting the Connection Timeout preference to “continuously retry”.
in the config file add:
reneg-sec 0
For OPenVPN server:
add to config file:
reneg-sec 0
How ever this transposes into Ipfire, I have no Idea.