sorvani wrote:The only thing repeating in /var/log/messages is two OpenVPN tunnels attempting to reconnect once a minute.
Try adding persist-tun option to each openvpn interface:
set interfaces openvpn vtun0 openvpn-option --persist-tun
This option will force OpenVPN interface to remain in system even if there is no traffic going through.