Out of Band Management is available.
Enable this feature by editing the following file:
/etc/bootlocal.sh
Add the following information at the end of the script:
#Out of band management ifconfig eth2 192.168.2.200 netmask 255.255.255.0 broadcast 192.168.2.255 up
This gives, the third NIC in this example, the management address of 192.168.2.200.
A default route will clash with the in-path address, but a specific route can be added to enable the out of band management from the whole 192.0.0.0/8 network:
#Out of band management route: route add -net 192.0.0.0 netmask 255.0.0.0 gw 192.168.2.1