*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-10-15 02:22:26 +00:00
parent bdc39fc2aa
commit 1b5e71478a
1 changed files with 2 additions and 0 deletions

View File

@ -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