Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.8.0
-
None
-
Security Level: Public (Anyone can view this level - this is the default.)
-
None
Description
With two redundant system routers, my guests are given DNS option 6 containing the system IP (not the virtual IP) of whichever router is master as their first DNS server entry.
This means that if one router is down or stopped, DNS requests are slowed until it moves on to the external secondaries I've supplied.
It looks like the `cloud-early-config` script does the right thing with dnsmasq.conf, but then the cloud.conf put in /etc/dnsmasq.d/ is incorrect.
I've had a look through the code and that appear to be written by
`systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py`, but I've been unable to find where it's being passed the incorrect, non-redundant, IP information.