unable to access internet from guest vm
Hi,
I installed openstack icehouse release on my home system.
- Installed virtual box
- created two vms with fedora20 operating systems
- Created a NAT adaptor and bridged host adaptor network using virtualbox
- Using rdo i installed a multi node setup (on one node installed both controller and neutron, on the 2nd node it was the compute host)
- I am able to create guest instances using the cirros, fedora and ubuntu images, i am able to ssh to the instances from any of the home machines on the home network
- What i am not able to do is access the internet from guest virtual machines.
- I did a tcp dump on the compute host, i am seeing that when i ping a external ip such as www.google.com , i can see the tcpump data only upto the tap interface, does seem to get the external interface(p7p1) , however when i try to access a home computer on the network from the guest vm, i see the data going out thru the tap interface to the main interface which p7p1.
When i try to ping from qrouter i get this
[root@ops ~]# ip netns exec qrouter-11ed5207-4e85-485e-956f-03db57c55619 ping www.google.com
PING www.google.com (216.58.217.196) 56(84) bytes of data.
From unknownFA163E95B5BA (192.168.1.150) icmp_seq=1 Destination Host Unreachable
From unknownFA163E95B5BA (192.168.1.150) icmp_seq=2 Destination Host Unreachable
From unknownFA163E95B5BA (192.168.1.150) icmp_seq=3 Destination Host Unreachable
From unknownFA163E95B5BA (192.168.1.150) icmp_seq=4 Destination Host Unreacha
Can any one help
Thx in Advance
Ans to question 1 I access the router via the ip 192.168.1.254 (when i enter on my browser i can get into router and check my config) gateway is 192.168.1.1
Answer 2 yes i created a public network and a subnet which has the gateway set to 192.168.1.1
Please, post
route -n
on Network Node.and
i also tried this on ops node ip netns exec qrouter-11ed5207-4e85-485e-956f-03db57c55619 traceroute http://www.google.com traceroute to http://www.google.com (216.58.216.36), 30 hops max, 60 byte packets 1 unknownFA163E95B5BA (192.168.1.150) 3004.096 ms !H 3003.982 ms !H 3003.943 ms !H traceroute to http://www.goog