diff --git a/HQ%2FNetzwerk%2FPPPoE_failover.mw b/HQ%2FNetzwerk%2FPPPoE_failover.mw index abe30ed4..64346ec1 100644 --- a/HQ%2FNetzwerk%2FPPPoE_failover.mw +++ b/HQ%2FNetzwerk%2FPPPoE_failover.mw @@ -520,6 +520,7 @@ find /etc -name "rc.conf" -type f -exec sed -i "" 's/epair[0-9]b/'"$NEWINTERFACE find /etc -name "firewall.rules" -type f -exec sed -i "" 's/epair[0-9]b/'"$NEWINTERFACE"'/g' {} \; find /etc/ppp -name "ppp.conf" -type f -exec sed -i "" 's/epair[0-9]b/'"$NEWINTERFACE"'/g' {} \; /usr/local/etc/rc.d/ucarp start +/sbin/ifconfig gif0 create exit 0 # EOF