From owner-freebsd-virtualization@freebsd.org Mon Jul 13 16:43:39 2020 Return-Path: Delivered-To: freebsd-virtualization@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 3A6A73696A1 for ; Mon, 13 Jul 2020 16:43:39 +0000 (UTC) (envelope-from ipluta@wp.pl) Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B58bs3dYJz4Bgc for ; Mon, 13 Jul 2020 16:43:37 +0000 (UTC) (envelope-from ipluta@wp.pl) Received: (wp-smtpd smtp.wp.pl 25569 invoked from network); 13 Jul 2020 18:43:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1594658614; bh=az/Wauy9TPrRxRME36hslckDONNzJJ+V9y+yBXz8/tk=; h=Subject:To:From; b=hjTbQZMQ3WLS5lNI95+0dbdtKv/UPm/KMAy16heDhIEPlR3hX8jBWUd7WRSmZj1oQ RrIUAVFeMp48SVM4QUPs6+qeUIBbGj/l9dvJNVcHr6pFzTigewJVbR6ZcRBG6nYG0C iiS12i8yeVR619RWL3pZI9B+RvOeTZ0FY2jIBvJo= Received: from 78-11-36-98.cmr.net.pl (HELO [192.168.1.226]) (ipluta@wp.pl@[78.11.36.98]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 13 Jul 2020 18:43:34 +0200 Subject: Re: Bhyve and vnc To: D'Arcy Cain , freebsd-virtualization@freebsd.org References: <36f27ff3-1a6d-31aa-abc0-8b588861088f@druid.net> <26721f1e-b6c3-52ed-1d9a-dbbfa0d259cb@netfence.it> <8b171ef2-bc81-aafe-c9e6-ed899951261b@druid.net> From: "Ireneusz Pluta/wp.pl" Message-ID: Date: Mon, 13 Jul 2020 18:43:03 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <8b171ef2-bc81-aafe-c9e6-ed899951261b@druid.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: pl X-WP-MailID: 675a529f20724d99865f74bd4d8203c3 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [kZPk] X-Rspamd-Queue-Id: 4B58bs3dYJz4Bgc X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=wp.pl header.s=1024a header.b=hjTbQZMQ; dmarc=pass (policy=none) header.from=wp.pl; spf=pass (mx1.freebsd.org: domain of ipluta@wp.pl designates 212.77.101.11 as permitted sender) smtp.mailfrom=ipluta@wp.pl X-Spamd-Result: default: False [-4.14 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[wp.pl:s=1024a]; NEURAL_HAM_MEDIUM(-1.07)[-1.066]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[wp.pl]; R_SPF_ALLOW(-0.20)[+ip4:212.77.96.0/19]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.003]; DWL_DNSWL_NONE(0.00)[wp.pl:dkim]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[wp.pl:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[212.77.101.11:from]; NEURAL_HAM_SHORT(-1.07)[-1.069]; DMARC_POLICY_ALLOW(-0.50)[wp.pl,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[wp.pl]; ASN(0.00)[asn:12827, ipnet:212.77.101.0/24, country:PL]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.77.101.11:from] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2020 16:43:39 -0000 W dniu 2020-07-13 o 18:04, D'Arcy Cain pisze: > On 2020-07-13 11:58, D'Arcy Cain wrote: >> graphics="yes" >> graphics_listen=0.0.0.0 >> graphics_port=5909 >> >> Still nothing. > Never mind me. In the meantime I had gone back to bhyveload to see if it > made a difference and forgot to change it back. The above worked. Thanks. Could you share complete config that works, please?