Re: Bhyve help

2020-05-05 Thread Michael Gmelin
sical nic > > Sent from Outlook Mobile<https://aka.ms/blhgte> > > > From: Aryeh Friedman > Sent: Tuesday, May 5, 2020 5:02:50 PM > To: Brandon helsley > Cc: freebsd-virtualization@freebsd.org ; > Robert Crowston > Subject: Re: Bhyve

Re: Bhyve help

2020-05-05 Thread Paul Vixie
On Tuesday, 5 May 2020 23:55:01 UTC Brandon helsley wrote: > Well how do i add a tap to the bridge the VM is on as well as my physical > nic my rc.conf has evolved as follows: autobridge_interfaces="bridge0" autobridge_bridge0="tap* igb1" ifconfig_igb1="up media 1000baseTX fib 1" cloned_interface

Re: Bhyve help

2020-05-05 Thread Brandon helsley
Robert Crowston Subject: Re: Bhyve help When setting up a VM you also need to add the tap it is on to the bridge as well your physical NIC On Tue, May 5, 2020 at 6:28 PM Brandon helsley mailto:brandon.hels...@hotmail.com>> wrote: Bhyve gets me to Network installation: "some installation fil

Re: Bhyve help

2020-05-05 Thread Aryeh Friedman
0 4:08:10 AM > *To:* Brandon helsley > *Cc:* freebsd-virtualization@freebsd.org < > freebsd-virtualization@freebsd.org>; Robert Crowston < > crows...@protonmail.com> > *Subject:* Re: Bhyve help > > > > On Tue, May 5, 2020 at 6:00 AM Brandon helsley < > br

Re: Bhyve help

2020-05-05 Thread Brandon helsley
Sent: Tuesday, May 5, 2020 4:28:25 PM To: Aryeh Friedman Cc: freebsd-virtualization@freebsd.org Subject: Re: Bhyve help Bhyve gets me to Network installation: "some installation files were not found on the boot volume. The next few screens will allow you to configure networking so that

Re: Bhyve help

2020-05-05 Thread Brandon helsley
aka.ms/blhgte> From: Aryeh Friedman Sent: Tuesday, May 5, 2020 4:08:10 AM To: Brandon helsley Cc: freebsd-virtualization@freebsd.org ; Robert Crowston Subject: Re: Bhyve help On Tue, May 5, 2020 at 6:00 AM Brandon helsley mailto:brandon.hels...@hotmail.

Re: Bhyve help

2020-05-05 Thread Aryeh Friedman
> system.common console types are: ansi, vt100, xterm, cons25w. > > Console type [vt100]: > > Sent from Outlook Mobile <https://aka.ms/blhgte> > -- > *From:* Aryeh Friedman > *Sent:* Tuesday, May 5, 2020 3:52:26 AM > *To:* Brandon helsley

Re: Bhyve help

2020-05-05 Thread Brandon helsley
00]: Sent from Outlook Mobile<https://aka.ms/blhgte> From: Aryeh Friedman Sent: Tuesday, May 5, 2020 3:52:26 AM To: Brandon helsley Cc: freebsd-virtualization@freebsd.org ; Robert Crowston Subject: Re: Bhyve help On Tue, May 5, 2020 at 5:21 AM

Re: Bhyve help

2020-05-05 Thread Aryeh Friedman
elsley ; > freebsd-virtualization@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 “ifconfig” to list all the interfaces, and

Re: Bhyve help

2020-05-05 Thread Brandon helsley
I have re0 but the ip address is under wlan0 with my CenturyLink Sent from Outlook Mobile<https://aka.ms/blhgte> From: Robert Crowston Sent: Tuesday, May 5, 2020 3:14:43 AM To: Brandon helsley ; freebsd-virtualization@freebsd.org Subject: Re: Bhyve help

Re: Bhyve help

2020-05-05 Thread Robert Crowston via freebsd-virtualization
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 “ifconfig” to list all the interfaces, and look for ones with an ip address to figure it out. On Tue, May 5, 2020 at 10:10, Brandon helsl

Bhyve help

2020-05-05 Thread Brandon helsley
I'm trying to set up bhyve like the example to learn and when doing the physical interface interface get the result no such file or directory the command is: ifconfig bridge0 addm igb0 addm tap0 "In this example, the physical interface is igb0" Sent from Outlook Mobile

Re: SOLVED - Re: New to Bhyve -- help setting up /dev/sda1 and /dev/vda1

2014-02-19 Thread Peter Grehan
Hi Rudy, And here is how to launch: bhyvectl --vm=vm1 --destroy grub-bhyve -r hd0 -m ./device.map -v -M 2048 vm1 set root=(hd0,msdos1) linux /vmlinuz root=/dev/vda1 initrd /initrd.img boot You can avoid the command prompt by using the '-r' parameter to specify the root device i.e.

SOLVED - Re: New to Bhyve -- help setting up /dev/sda1 and /dev/vda1

2014-02-19 Thread Rudy (bulk)
On 2/18/14, 11:53 PM, Rudy (bulk) wrote: I am trying this method and can't quite figure out what root device to pass grub. # Step 0, clear old vm1 bhyvectl --vm=vm1 --destroy # Step 1, Launch grub-bhyve and configure grub. grub-bhyve -r hd0 -m ./device.map -v -M 2048 vm1 # Step 2, type in t

New to Bhyve -- help setting up /dev/sda1 and /dev/vda1

2014-02-19 Thread Rudy (bulk)
I am trying this method and can't quite figure out what root device to pass grub. # Step 0, clear old vm1 bhyvectl --vm=vm1 --destroy # Step 1, Launch grub-bhyve and configure grub. grub-bhyve -r hd0 -m ./device.map -v -M 2048 vm1 # Step 2, type in the following commands set root=(hd0,msdos1