Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0F4D2200BB3 for ; Tue, 18 Oct 2016 10:34:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C5C3160AF7; Tue, 18 Oct 2016 08:34:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5BE74160ACC for ; Tue, 18 Oct 2016 10:33:59 +0200 (CEST) Received: (qmail 43748 invoked by uid 500); 18 Oct 2016 08:33:58 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 43734 invoked by uid 500); 18 Oct 2016 08:33:58 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 43730 invoked by uid 99); 18 Oct 2016 08:33:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2016 08:33:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5F5E72C4C72 for ; Tue, 18 Oct 2016 08:33:58 +0000 (UTC) Date: Tue, 18 Oct 2016 08:33:58 +0000 (UTC) From: "Javier Ayllon (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CLOUDSTACK-9357) DHCP DNS option is incorrect for Redundant Router config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 18 Oct 2016 08:34:00 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15584810#comment-15584810 ] Javier Ayllon edited comment on CLOUDSTACK-9357 at 10/18/16 8:33 AM: --------------------------------------------------------------------- Hi, I've found that even with useextdns=true the local IP is sent as a dns server in dhcp responses. I'ts added in dnsmasq.d/cloud.conf when it shoudn't. was (Author: javier.ayllon): Hi, I've found that even with useextdns=true the local IP is sent as a dns server in dhcp responses. It seems that the DNS option 6 configuration is broken. > DHCP DNS option is incorrect for Redundant Router config > -------------------------------------------------------- > > Key: CLOUDSTACK-9357 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9357 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: SystemVM > Affects Versions: 4.8.0 > Reporter: Aaron Brady > Priority: Minor > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)