I'm playing with Kernel zones for the first time and I'm a bit confused about the networking side of things.
In past the I would have configured the network like this in the zone config.
add net
set address=192.168.0.1/24
set configure-allowed-address=true
set physical=anet647
set defrouter=192.168.0.0
end
I've tried this config in a kernel zone but it errors because the device "anet647" is in use by the global zone?
How does this translate to kernel zones?