From owner-freebsd-questions@freebsd.org Fri May 22 14:21:30 2020 Return-Path: Delivered-To: freebsd-questions@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 A89532CA401 for ; Fri, 22 May 2020 14:21:30 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from mx32.harte-lyne.ca (mx32.harte-lyne.ca [216.185.71.32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mx32.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49T7vt06y6z4Mxf for ; Fri, 22 May 2020 14:21:29 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from mx32.harte-lyne.ca (localhost [127.0.32.1]) by mx32.harte-lyne.ca (Postfix) with ESMTP id 61F0D2A094 for ; Fri, 22 May 2020 10:21:28 -0400 (EDT) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from mx32.harte-lyne.ca ([127.0.32.1]) by mx32.harte-lyne.ca (mx32.harte-lyne.ca [127.0.32.1]) (amavisd-new, port 10024) with ESMTP id oFwgTku9CgiU for ; Fri, 22 May 2020 10:21:26 -0400 (EDT) Received: from webmail.harte-lyne.ca (webmail.hamilton.harte-lyne.ca [216.185.71.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx32.harte-lyne.ca (Postfix) with ESMTPSA id AFC552A08B for ; Fri, 22 May 2020 10:21:26 -0400 (EDT) Received: from 216.185.71.44 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Fri, 22 May 2020 10:21:26 -0400 Message-ID: <60e7d910e1eb13643ee3c60080e96766.squirrel@webmail.harte-lyne.ca> Date: Fri, 22 May 2020 10:21:26 -0400 Subject: debian in bhyve on freebsd From: "James B. Byrne" To: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Rspamd-Queue-Id: 49T7vt06y6z4Mxf X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.94 / 15.00]; HAS_REPLYTO(0.00)[byrnejb@harte-lyne.ca]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:216.185.71.0/26:c]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[harte-lyne.ca:+]; RCVD_IN_DNSWL_MED(-0.20)[216.185.71.32:from]; HAS_X_PRIO_THREE(0.00)[3]; NEURAL_HAM_SHORT(-0.23)[-0.228]; DMARC_POLICY_ALLOW(-0.50)[harte-lyne.ca,quarantine]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:12021, ipnet:216.185.64.0/20, country:CA]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.01)[-1.005]; R_DKIM_ALLOW(-0.20)[harte-lyne.ca:s=dkim_hll]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.005]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[harte-lyne.ca:dkim] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2020 14:21:30 -0000 debian-10.4.0-amd64 FreeBSD-12.1-RELEASE-p5-amd64 vm-bhyve-1.4.2 This is so tedious. Ok, I need to test rsync on Debian in relation to another problem. I have created a bhyve vm for this OS, an OS I have never before used, and find that the networking does not, work. On the debian byhyve console I see this: ip a show . . . 2: enp0s5: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 58:9c:fc:06:84:ab brd ff:ff:ff:ff:ff:ff inet 192.168.8.165/24 brd 192.168.8.255 scope global enp0s5 valid_lft forever preferred_lft forever inet6 fe80::5a9c:fcff:fe06:84ab/64 scope link valid_lft forever preferred_lft forever I do not recognize the i/f name enp0s5. I expected something like vtnet0 instead. I am sure that this has something to do with systemd but whatever the cause I cannot get this vm to talk to the network. The config for this vm is: loader="grub" cpu=4 memory=8G network0_type="virtio-net" network0_switch="public" disk0_type="ahci-hd" disk0_name="disk0.img" grub_run_partition="1" grub_run_dir="/boot/grub" uuid="79d40e25-9b67-11ea-aba7-7085c2da884f" network0_mac="58:9c:fc:06:84:ab" What should the virtual interface be called? How do I get this set properly? Is this a byhyve problem? A debian problem? -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3