--- elwix/config/etc/default/rc.init 2013/08/05 13:10:17 1.3 +++ elwix/config/etc/default/rc.init 2013/10/14 07:23:59 1.3.4.1 @@ -2,7 +2,7 @@ # # Boot startup script for elwix :) # -# $Id: rc.init,v 1.3 2013/08/05 13:10:17 misho Exp $ +# $Id: rc.init,v 1.3.4.1 2013/10/14 07:23:59 misho Exp $ stty status '^T' @@ -81,6 +81,7 @@ mgmt() get1steth -v $VDEV | tee -a $BOOTLOG 1>/dev/null 2>&1 else VDEV=${VDEV:-`geteth`} + ifconfig $VDEV up ifconfig vlan$MGMT_VLAN create vlan $MGMT_VLAN vlandev $VDEV ifconfig vlan$MGMT_VLAN name $MGMT_NAME ifconfig $MGMT_NAME inet $MGMT_ADDR