mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
VPN-Watch ueberprueft nun ob der Tunnel da ist und nicht der ISAKMP.
VPN-Restart gekillt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@692 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -50,7 +50,7 @@ foreach (@vpnsettings){
|
||||
my $remoteip = `/usr/bin/ping -c 1 $remotehostname 2>/dev/null | head -n1 | awk '{print \$3}' | tr -d '()' | tr -d ':'`;chomp($remoteip);
|
||||
if ($remoteip eq ""){next;if ($debug){logger("Unable to resolve $remotehostname.");}}
|
||||
my $connected= `ipsec whack --status | grep $remoteip`;
|
||||
my $established= `ipsec whack --status | grep '$settings[2]' | grep 'ISAKMP SA established'`;
|
||||
my $established= `ipsec whack --status | grep '$settings[2]' | grep 'IPsec SA established'`;
|
||||
|
||||
if ( $established eq '' || $connected eq '' ){
|
||||
logger("Remote IP for host $remotehostname has changed or no connection is established, restarting connection to $remoteip.");
|
||||
|
||||
Reference in New Issue
Block a user