From owner-freebsd-xen@freebsd.org Fri Aug 28 16:57:17 2020 Return-Path: Delivered-To: freebsd-xen@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C6F853B7D4E for ; Fri, 28 Aug 2020 16:57:17 +0000 (UTC) (envelope-from roger.pau@citrix.com) Received: from esa6.hc3370-68.iphmx.com (esa6.hc3370-68.iphmx.com [216.71.155.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "esa6.hc3370-68.iphmx.com", Issuer "HydrantID SSL ICA G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdQkN4BJCz3ctH for ; Fri, 28 Aug 2020 16:57:16 +0000 (UTC) (envelope-from roger.pau@citrix.com) IronPort-SDR: M/6NZo8oK/MfxWJc8iAFZ8zZ5WfNWT+5FPhGtZQxpc0tgf6q15M4rVkJ1fl7JdVJFCf1xk31DB RAMf4wW1GAygmmnFt1Q8MtXP54GBMTlDKr5gNVaVBfq8evSP2yxNhBZcz3tQRC9jqh2xwMSKas 9bLL2OoY77Waav9ETX3pD7UBiSu6Z1vsaRreKNGT0gTsG21nN1d0ud3/TooliOOoss5fNGs2xt JlUL71c/wJbI4iJSzZE80qXJrFlSsk0FuXMXdjyxL+bqeXxlVT2Woz6zebk7oYTrGroVbQ7r9b /D8= X-SBRS: 2.7 X-MesageID: 25838437 X-Ironport-Server: esa6.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.76,364,1592884800"; d="scan'208";a="25838437" Date: Fri, 28 Aug 2020 18:56:58 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Brian Buhrow CC: Subject: Re: The vnclisten parameter is ignored with hvm domains under xen-4.12.1 and FreeBSD-12.0 Message-ID: <20200828165658.GD734@Air-de-Roger> References: <202008281547.07SFlfX1014906@nfbcal.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <202008281547.07SFlfX1014906@nfbcal.org> X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To FTLPEX02CL06.citrite.net (10.13.108.179) X-Rspamd-Queue-Id: 4BdQkN4BJCz3ctH X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.88 / 15.00]; ARC_NA(0.00)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[216.71.155.175:from]; R_DKIM_ALLOW(-0.20)[citrix.com:s=securemail]; NEURAL_HAM_MEDIUM(-0.97)[-0.975]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+exists:216.71.155.175.spf.hc3370-68.iphmx.com]; NEURAL_HAM_LONG(-0.95)[-0.952]; MIME_GOOD(-0.10)[text/plain]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; DWL_DNSWL_LOW(-1.00)[citrix.com:dkim]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[216.71.155.175:from]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[citrix.com,reject]; DKIM_TRACE(0.00)[citrix.com:+]; NEURAL_HAM_SHORT(-0.76)[-0.756]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:16417, ipnet:216.71.154.0/23, country:US]; MAILMAN_DEST(0.00)[freebsd-xen] X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2020 16:57:17 -0000 On Fri, Aug 28, 2020 at 08:47:41AM -0700, Brian Buhrow wrote: > hello. I'm trying to configure an hvm domain with a vnc listener on > one of the dom0's network addresses, rather than 127.0.0.1. > > If I use a line like: > vfb = [ 'type=vnc,vnc=1,vnclisten=10.14.200.200' ] type=vnc doesn't seem to be a known option according to the xl.cfg man page [0]. > > in the config file, I still get a vnc listener on 127.0.0.1, rather than > 10.14.200.200. Do you also have a VNC sever without using vfb enabled? (ie: the global xl.cfg vnc option). It might be useful if you post the full xl.cfg maybe. > > A google search suggests this is somewhat of a known problem, but I > don't see a patch in the upstream version of xen-tools that addresses it. > Is there an easy fix for this issue, or perhaps I need to do what I want in > a different way? I think you will likely get more information by posting to xen-devel directly, as this doesn't seem related to FreeBSD. Roger. [0] https://xenbits.xen.org/docs/4.12-testing/man/xl.cfg.5.html