From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST] ts-xen-install: Install netcat-openbsd Date: Thu, 13 Aug 2015 16:39:16 +0100 Message-ID: <1439480356.23981.121.camel@citrix.com> References: <1439395751-14816-1-git-send-email-ian.campbell@citrix.com> <1439454116.23981.6.camel@citrix.com> <1439461660.23981.66.camel@citrix.com> <1439462303.23981.77.camel@citrix.com> <1439474398.23981.100.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1439474398.23981.100.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, wei.liu2@citrix.com Cc: Jim Fehlig List-Id: xen-devel@lists.xenproject.org On Thu, 2015-08-13 at 14:59 +0100, Ian Campbell wrote: > Jim, do you have any idea what is going on or who/what is doing this > translation? I've had a bit of trouble finding the code, but I think what is happening is that the moss-bug (the source) is doing a ssh to lace-bug (the destination), which is working fine and lace-bug is then telling moss-bug to connect to lace-bug.uk.xensource.com (i.e. what it thinks is its FQDN). Is that consistent with the xen+ssh URI scheme, i.e. that it is for command/control only and the data goes over a separately established connection? Or maybe lace-bug is attempting a loop back connection to itself for some reason? So I think in the end this is probably down to the DHCP misconfiguration here. I've asked for DHCP to be fixed for the machines here in Cambridge, I think this will be OK in the colo since its DHCP configuration is not wrong in this way. Ian.