I feel bad for asking this, but I have searched around and haven't found anything about this question on the net yet.
I have a new UEC setup. It's the "at least 2 machines" setup, where one machine serves as everything except the NC and I have 3 NCs. Everything is freshly-installed via the 10.04 LTS ISO.
My CC is at 192.168.0.98, and it is set up in MANAGED-NOVLAN mode. The DHCP server on the CC hands out 192.168.0.110-192.168.0.130.
There is an existing network of physical machines sitting at 192.168.0.0/23 that the cloud instances must be able to talk to. I do not run any other DHCP server on the enterprise network.
VNET_SUBNET is 172.19.0.0.
When I create an instance, the instance is assigned an IP in VNET_SUBNET and the CC allocates a public IP in the VNET_PUBLICIPS range. I can ssh into the public IP from anywhere on the enterprise network, and I can ping between instances using their public or private IPs.
My problem is that I cannot connect to hosts outside the cloud from instances. The CC has no trouble doing so, but instances are isolated from both the enterprise network and the Internet.
What do I need to do to tell the CC that it should route traffic from the cloud?