How to plug a VM in a public network without floating ip?
Hi,
I have a network limitation and because it I need to put all VMs in a public network without floating ip and without a internal router, I tried to provisioner using the topology below:
My Network-------------NOVA----------------Public Network------------------Virtual Machine
NET: 192.168.0.0 IP: 192.168.0.2 IP: 192.168.0.0 IP: 192.168.0.101
GW: 192.168.0.1 IFace: ETH0 Net Range: .100 to .200 GW: 192.168.0.1
1 - The Virtual Machine is ping on NOVA IP correctly : 192.168.0.101 --- ping ok ---> 192.168.0.2
2 - But the Virtual Machine is not ping on gateway: 192.168.0.101 --- ping fail ---> 192.168.0.1
How can I make it possible? Or better, it is possível? :)
Tks