Re: [Openstack] How to ping/ssh instance outside openstack server?

2013-02-17 Thread Aaron Rosen
The issue is your laptop doesn't have a route to that network. Try running this on your laptop to see if this makes it work: sudo ip route add 192.168.4.0/24 dev wlan0 # replace wlan0 with the correct interface If that doesn't work perhaps give this one a shot: route add -net 192.168.4.0 netma

[Openstack] How to ping/ssh instance outside openstack server?

2013-02-17 Thread jeffty
Hello, I installed openstack in my PC. The IP of my router is 192.168.1.1 and the PC's nic IP is static - 192.168.1.2. Then I created images and instances, assigned private IP as manual states in website. e.g. 192.168.4.40. I can ping/ssh instance in PC 192.168.1.10. But fail to do that in my la