wget issues on ubuntu image-openstack [closed]
I have an ubuntu instance on openstack. I am able to ssh to and from the instance.
However i am facing issues in accessing net. wget: unable to resolve host address 'www.google.com'
I have modified the /etc/resolv.conf file to include my dns-nameservers.
Is there any roundabout for this issue?
Note : I have no proxy settings in my network. I have also ensured that the security group rules are added to the instance. (Allow ssh, all tcp, all icmp, all udp).
Some details regarding my install: 1 have a 2 node openstack newton install in my setup on ubuntu 16.04. I have ml2/linux_bridge setup. I have selected self service networking option during my setup.
I can ping the other nodes in my network from the iinstance. I can also access internet on the controller and compute node, apart from accessing the instance.
Hi @sanjana, please try to give more details about your setup, is the machine in a 'provider' or 'self-service' (private) network? Can you reach Internet from your controller host? Also try to reach 8.8.8.8 (google's DNS) and let us know.
@gianpietro i have selected self-service network for the install. Internet is accessible from the controller,compute node.