Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 22:36:45 +0000
From:      Brandon helsley <brandon.helsley@hotmail.com>
To:        Aryeh Friedman <aryeh.friedman@gmail.com>
Cc:        "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>
Subject:   Re: Bhyve help
Message-ID:  <CY4PR19MB1655024C038CFE0FED2A6D27F9A70@CY4PR19MB1655.namprd19.prod.outlook.com>
In-Reply-To: <CY4PR19MB1655C7497E958ABE2AC7A89FF9A70@CY4PR19MB1655.namprd19.prod.outlook.com>
References:  <CY4PR19MB16555756D3B5AF8F61C9F885F9A70@CY4PR19MB1655.namprd19.prod.outlook.com> <1NVr2edzkfBDrm41NUc1i3czldPuT_tn_7Y1mlj7ef_uTSXRpKo1BV5wvWTr9F8K14KqN09d5Sy8BjnnaJ9EsAMTQ6rvJl1IiD2TNWcTf2Y=@protonmail.com> <CY4PR19MB1655E3D5D5FE410243F3F55CF9A70@CY4PR19MB1655.namprd19.prod.outlook.com> <CAGBxaXmg0V-X4-Y3gYi9=OXfoBVnbz8_isKbuT3GMCBZJhg5Nw@mail.gmail.com> <CY4PR19MB1655C2BBA2194A270F37F736F9A70@CY4PR19MB1655.namprd19.prod.outlook.com>, <CAGBxaX=Lk_8AkW-UKm24=3u%2Be7vtLjvjuaRdyK7=cdbU3KYy1w@mail.gmail.com>, <CY4PR19MB1655C7497E958ABE2AC7A89FF9A70@CY4PR19MB1655.namprd19.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Also error while fetching
ftp://ftp4.us.freebsd.org/pub/FreeBSD/releases/and64/and64/12.1-RELEASE/bas=
e.txz: no address record

Sent from Outlook Mobile<https://aka.ms/blhgte>;

________________________________
From: owner-freebsd-virtualization@freebsd.org <owner-freebsd-virtualizatio=
n@freebsd.org> on behalf of Brandon helsley <brandon.helsley@hotmail.com>
Sent: Tuesday, May 5, 2020 4:28:25 PM
To: Aryeh Friedman <aryeh.friedman@gmail.com>
Cc: freebsd-virtualization@freebsd.org <freebsd-virtualization@freebsd.org>
Subject: Re: Bhyve help

Bhyve gets me to Network installation: "some installation files were not fo=
und on the boot volume. The next few screens will allow you to configure ne=
tworking so that they can be downloaded from the internet." This happens af=
ter system components.

Sent from Outlook Mobile<https://aka.ms/blhgte>;
________________________________
From: Aryeh Friedman <aryeh.friedman@gmail.com>
Sent: Tuesday, May 5, 2020 4:08:10 AM
To: Brandon helsley <brandon.helsley@hotmail.com>
Cc: freebsd-virtualization@freebsd.org <freebsd-virtualization@freebsd.org>=
; Robert Crowston <crowston@protonmail.com>
Subject: Re: Bhyve help



On Tue, May 5, 2020 at 6:00 AM Brandon helsley <brandon.helsley@hotmail.com=
<mailto:brandon.helsley@hotmail.com>> wrote:
The handbook only says vmm doesn't it. I got bhyve to start without virtio =
kernel module as well as the if_tap but with vmm modules.

The handbook section on virtualization (FreeBSD host) is at best awful and =
misleading your best guide is the bhyve man page (especially the examples t=
here) here is the modules I load for the same set up I recommended you try =
as a advanced beginners lesson in virtualization and networking.   And an e=
xample script for using them:

/boot/loader.conf:

kern.geom.label.disk_ident.enable=3D"0"
kern.geom.label.gptid.enable=3D"0"
opensolaris_load=3D"YES"
zfs_load=3D"YES"
ipfw_load=3D"YES"
ipdivert_load=3D"YES"
linux_load=3D"YES"

In the real /boot/loader.conf the following are commented out because Petit=
eCloud takes care of them when it loads but unless you want to get into mor=
e advanced stuff (like how to install non-standard ports) you should uncomm=
ent them.

vmm_load=3D"YES"
if_tap_load=3D"YES"
nmdm_load=3D"YES"

The script to load the file server VM:

#!/bin/sh
#
# Generated by PetiteCloud 0.2.6
#

ifconfig tap12 destroy
ifconfig tap12 create
ifconfig tap12 up
sleep 5
ifconfig bridge0 addm tap12 up
bhyvectl --destroy --vm=3Db829e56e9b4289a1
/usr/sbin/bhyve -c cores=3D4 -m 4096 -AI -H -P -w -g 0 -s 0:0,hostbridge -s=
 1,virtio-net,tap12 -s 2,ahci-hd,/vms/import/win10  -s 29,fbuf,tcp=3D0.0.0.=
0:5912<http://0.0.0.0:5912>,w=3D1920,h=3D1080 -s 30,xhci,tablet  -s 31,lpc =
-l com1,/dev/nmdm12B -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.f=
d b829e56e9b4289a1&>/dev/null
echo $!>/var/run/petitecloud/b829e56e9b4289a1
sleep 10

I'm at this screen:please choose the appropriate terminal type for your sys=
tem.common console types are: ansi, vt100, xterm, cons25w.

Console type [vt100]:

Sent from Outlook Mobile<https://aka.ms/blhgte>;
________________________________
From: Aryeh Friedman <aryeh.friedman@gmail.com<mailto:aryeh.friedman@gmail.=
com>>
Sent: Tuesday, May 5, 2020 3:52:26 AM
To: Brandon helsley <brandon.helsley@hotmail.com<mailto:brandon.helsley@hot=
mail.com>>
Cc: freebsd-virtualization@freebsd.org<mailto:freebsd-virtualization@freebs=
d.org> <freebsd-virtualization@freebsd.org<mailto:freebsd-virtualization@fr=
eebsd.org>>; Robert Crowston <crowston@protonmail.com<mailto:crowston@proto=
nmail.com>>
Subject: Re: Bhyve help



On Tue, May 5, 2020 at 5:21 AM Brandon helsley <brandon.helsley@hotmail.com=
<mailto:brandon.helsley@hotmail.com>> wrote:
I have re0 but the ip address is under wlan0 with my CenturyLink

In order to use vtnet and bridging (both required for bhyve networking) you=
 need to load the load the virtio kernel module as well as the if_tap and v=
mm modules (the first one provides the host side of the virtual NIC and the=
 second loads the hypervisor components)

Sent from Outlook Mobile<https://aka.ms/blhgte>;

________________________________
From: Robert Crowston <crowston@protonmail.com<mailto:crowston@protonmail.c=
om>>
Sent: Tuesday, May 5, 2020 3:14:43 AM
To: Brandon helsley <brandon.helsley@hotmail.com<mailto:brandon.helsley@hot=
mail.com>>; freebsd-virtualization@freebsd.org<mailto:freebsd-virtualizatio=
n@freebsd.org> <freebsd-virtualization@freebsd.org<mailto:freebsd-virtualiz=
ation@freebsd.org>>
Subject: Re: Bhyve help

What are your network interfaces called on your machine? You probably have =
to change igb0 in the example to em0 (an Intel card) or re0 (a Realtek card=
). Type =93ifconfig=94 to list all the interfaces, and look for ones with a=
n ip address to figure it out.

On Tue, May 5, 2020 at 10:10, Brandon helsley <brandon.helsley@hotmail.com<=
mailto:brandon.helsley@hotmail.com><mailto:brandon.helsley@hotmail.com<mail=
to:brandon.helsley@hotmail.com>>> wrote:
I'm trying to set up bhyve like the example to learn and when doing the phy=
sical interface interface get the result no such file or directory the comm=
and is:

ifconfig bridge0 addm igb0 addm tap0

"In this example, the physical interface is igb0"


Sent from Outlook Mobile<https://aka.ms/blhgte>;
_______________________________________________
freebsd-virtualization@freebsd.org<mailto:freebsd-virtualization@freebsd.or=
g> mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebs=
d.org<mailto:freebsd-virtualization-unsubscribe@freebsd.org>"


_______________________________________________
freebsd-virtualization@freebsd.org<mailto:freebsd-virtualization@freebsd.or=
g> mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebs=
d.org<mailto:freebsd-virtualization-unsubscribe@freebsd.org>"


--
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org


--
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebs=
d.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CY4PR19MB1655024C038CFE0FED2A6D27F9A70>