I have a physical machine with two nics.
I already have a fully working cobbler server and I am able to deploy a bare metal or dom0 server in a few minutes. My target OS is RHEL5.
My goal is to deploy a dom0 installation in which only eth0 is up and configured (I can already do it now), and a number of domUs that are only bound to the other physical nic, eth1.
I can assign a different IP for each domU if necessary, of course.
Anybody can point out a link to documentation or an idea to accomplish my task?
The reason of my intent is security, dom0 would be only reachable by a management network, while domUs will only live on public network.
Thanks in advance