External dns resolution
My instances can't resolve any external hostnames, only the host-__.openstacklocal names (so the dns server works). Connecting by IP works.
I've added
dnsmasq_dns_servers =192.168.0.201
to /etc/neutron/dhcp_agent.ini
, where 192.168.0.201 is my dns server.
The openstack host (and the instance) can access the dns server.
What's wrong?
Instances can access the server, but what is in the instance's /etc/resolv.conf? Did you restart the dhcp agent, and did you start the instance after restarting the agent? You might also want to check for information in the console log.
@BerndBausch
resolv.conf
hasnameserver 192.168.88.0
. That is the beginning of my allocation pool for the subnet. I have restarted the agent and even the whole host to make sure. Which console log? The instance? Neutron?