search for: vmrouter

Displaying 3 results from an estimated 3 matches for "vmrouter".

2018 May 02
2
Re: connecting host and guest vm using a dummy nic
Greetings Laine, > Sent: Wednesday, May 02, 2018 at 5:56 PM > From: "Laine Stump" <laine@redhat.com> > To: libvirt-users@redhat.com > Cc: daggs <daggs@gmx.com> > Subject: Re: [libvirt-users] connecting host and guest vm using a dummy nic > > On 05/01/2018 12:12 PM, daggs wrote: > > > > I want to see if I understood you correctly, I add: >
2018 May 02
0
Re: connecting host and guest vm using a dummy nic
...oted the device and updated /etc/network/interfaces to alloc dhcp to vnet0. > that resulted in the proper ip and I can see the router inside the vm. BTW, if you'll be running other guests on your host, and may start them in different orders, you should probably add "<target dev='vmrouter'/> (or whatever name you like, 15 chars or less and *not* starting with "vnet") to the <interface> config. IF you do that, you can be assured that the name of the device on the host will always be consistently named "vmrouter" (otherwise it just gets the lowest numb...
2018 May 02
2
Re: connecting host and guest vm using a dummy nic
...updated /etc/network/interfaces to alloc dhcp to vnet0. > > that resulted in the proper ip and I can see the router inside the vm. > > BTW, if you'll be running other guests on your host, and may start them > in different orders, you should probably add "<target dev='vmrouter'/> > (or whatever name you like, 15 chars or less and *not* starting with > "vnet") to the <interface> config. IF you do that, you can be assured > that the name of the device on the host will always be consistently > named "vmrouter" (otherwise it just...