diff --git a/HQ%2FNetzwerk%2FPPPoE_failover.mw b/HQ%2FNetzwerk%2FPPPoE_failover.mw index 44b42882..abe30ed4 100644 --- a/HQ%2FNetzwerk%2FPPPoE_failover.mw +++ b/HQ%2FNetzwerk%2FPPPoE_failover.mw @@ -312,6 +312,7 @@ vi /root/ucarp_up.sh . /etc/rc.subr load_rc_config ucarp /sbin/ifconfig $ucarp_if alias $ucarp_addr/24 +/sbin/ifconfig $ucarp_if inet6 2001:BLA:BLA:BLA::5 prefixlen 64 alias #// force arp refresh for the shared ip ping -S 172.22.99.4 -c 2 -q 172.22.99.7 > /dev/null #// delete default gateway @@ -350,6 +351,7 @@ vi /root/ucarp_down.sh . /etc/rc.subr load_rc_config ucarp /sbin/ifconfig $ucarp_if -alias $ucarp_addr +/sbin/ifconfig $ucarp_if inet6 2001:BLA:BLA:BLA::5 prefixlen 64 -alias pkill -9 ppp #// default gateway route add default 172.22.99.4