Listing 4 Advanced configuration /etc/hostname.*
test1# cat /etc/hostname.fxp0
inet 66.77.24.2 255.255.255.0 NONE
test1# cat /etc/hostname.fxp1
inet 10.0.0.2 255.255.255.0 NONE
test1# cat /etc/hostname.fxp2
inet 10.255.255.2 255.255.255.0 NONE
test1# cat /etc/hostname.carp0
inet 66.77.24.5 255.255.255.0 66.77.24.255 vhid 1 pass foo
inet alias 66.77.24.10 255.255.255.0 66.77.24.255 vhid 1 pass foo
test1# cat /etc/hostname.carp1
inet 66.77.24.5 255.255.255.0 66.77.24.255 vhid 2 advskew 100 pass foo
inet alias 66.77.24.10 255.255.255.0 66.77.24.255 vhid 2 advskew \
100 pass foo
test1# cat /etc/hostname.carp2
inet 10.0.0.1 255.255.255.0 10.0.0.255 vhid 1 pass bar
test1# cat /etc/hostname.carp3
inet 10.0.0.1 255.255.255.0 10.0.0.255 vhid 2 advskew 100 pass bar
test1# cat /etc/hostname.pfsync0
up syncif fxp2
test2# cat /etc/hostname.fxp0
inet 66.77.24.3 255.255.255.0 NONE
test2# cat /etc/hostname.fxp1
inet 10.0.0.3 255.255.255.0 NONE
test2# cat /etc/hostname.fxp2
inet 10.255.255.3 255.255.255.0 NONE
test2# cat /etc/hostname.carp0
inet 66.77.24.5 255.255.255.0 66.77.24.255 vhid 1 advskew 100 pass foo
inet alias 66.77.24.10 255.255.255.0 66.77.24.255 vhid 1 advskew \
100 pass foo
test2# cat /etc/hostname.carp1
inet 66.77.24.5 255.255.255.0 66.77.24.255 vhid 2 pass foo
inet alias 66.77.24.10 255.255.255.0 66.77.24.255 vhid 2 pass foo
test2# cat /etc/hostname.carp2
inet 10.0.0.1 255.255.255.0 10.0.0.255 vhid 1 advskew 100 pass bar
test2# cat /etc/hostname.carp3
inet 10.0.0.1 255.255.255.0 10.0.0.255 vhid 2 pass bar
test2# cat /etc/hostname.pfsync0
up syncif fxp2 |