diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index a3735468a2..3e9b7f37fd 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -402,7 +402,7 @@ EOD; $remotehost = substr($tunnel['remote-subnet'],0,strpos($tunnel['remote-subnet'],"/")); $srchost = vpn_endpoint_determine($tunnel, $curwanip); if ($srchost) - mwexec_bg("/sbin/ping -c 1 -S {$srchost} {$remotehost}"); + mwexec_bg("/sbin/ping -c 10 -S {$srchost} {$remotehost}"); } } }