# cd /usr/ports/net/ifstated # make install clean # vim /etc/rc.conf 加入以下資料 ## ifstated ifstated_enable=”YES” ifstated_flags=”-f /usr/local/etc/ifstated.conf” # vim /usr/local/etc/ifstated.conf # We want to startup init-state starting # net.inet.carp.preempt must be enabled (set to 1) # for this to work correctly. carp_up = “carp0.link.up” state starting { init { # Here we boot the box. if [...]
posted in FreeBSD by johnpupu