# .. there is more code above defining the server # set up the networks # bring all NIC's up ifconfig_bge0="up" ifconfig_bge1="up" ifconfig_bge2="up" ifconfig_bge3="up" # define the lagg's, ie the cloned interfaces cloned_interfaces="lagg0 lagg1" # now, set up the lagg's ifconfig_lagg0="laggproto lacp laggport bge0 laggport bge1 up" ifconfig_lagg1="laggproto lacp laggport bge2 laggport bge3 up" # define the vlans vlans_lagg0="50" vlans_lagg1="30 60" # and set up the vlans ifconfig_lagg0_50="inet 10.19.209.67/24" ifconfig_lagg1_60="inet 10.128.50.1/30" ifconfig_lagg1_30="SYNCDHCP" # NOTE: must use SYNCDHCP so dhcp will complete before something modifies # the network # set up the shared interface for HAST ifconfig_lagg0_50_alias="inet vhid 1 pass iscsilan alias 10.19.209.64/24"