I installed cloustack in local machine using Virtualbox and Vagrant. I used advanced networking in order to enable public traffic to instances. These are my configurations:
Guest Network: Gateway: 10.1.1.1 Type: Isolated port forwarding: public port : 80 , private Port 80 Virtual router: public IP: 192.168.57.102 - I can ping to this IP Guest IP: 10.1.1.1 Link local IP: 169.254.1.237 Instance: IP:10.1.1.82 Gateway:10.1.1.1 I cannot ping to instance IP(10.1.1.82) , or even to Gateway(10.1.1.1) from the host computer. Any ideas? -- Thanks, Regards, ASH
