Started a new job several months ago, and recently have been tasked with migrating there existing development environment to ESX.
We have 3 Host servers and an iSCSI SAN which I have got up and running and seems to be working fine. My question is, when can I have the Management Network on the same IP range as the VM Network, and if so are there any problems this might cause?
The reason I ask if that we have had to secure the dev environment which this setup is for, on an interface on our firewall and also give it a different IP range from our current network. This is how I have everything configured using ESXi 4.1 and vSphere.
VM Network is 172.25.28.x
Management is 172.25.28.x
vMotion is 172.25.4.x
iSCSI is 172.25.3.x
Now originally the plan was to have Management on 172.25.8.x but when I set this up, i cannot get it to route properly onto our current LAN which is 172.25.1.x.
All the hosts are connected onto a Cisco switch which is 172.25.28.1 and this is connected to the firewall with gateway 172.25.28.254, and the firewall routes traffic to this interface fine. When I setup a VM it communicates fine, but the management nics if set to 172.25.8.x do no see the corporate LAN. I have to change them to 172.25.28.x and then setup an esxcfg-route 172.25.1.0/24 172.25.28.254 on the console for it to work.
Basically though, is there any reason why I cant run the management network on the same IP range as the VM network? If not, any idea how I get it working on the 172.25.8.x range?
Thanks!!