Vpn-watch: it is faster to restart the whole ipsec.

This commit is contained in:
Arne Fitzenreiter
2010-06-21 23:22:58 +02:00
parent 90070fc927
commit fac786647c

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl
##################################################
##### VPN-Watch.pl Version 0.4a #####
##### VPN-Watch.pl Version 0.4b #####
##################################################
# #
# VPN-Watch is part of the IPFire Firewall #
@@ -54,7 +54,7 @@ foreach (@vpnsettings){
if ( $established eq '' || $connected eq '' ){
logger("Remote IP for host $remotehostname has changed or no connection is established, restarting connection to $remoteip.");
system("/usr/local/bin/ipsecctrl S $settings[0]");
system("/usr/local/bin/ipsecctrl S");
last; #all connections will reloaded
}
}