Re: Tip: qemu-kvm and network-scripts

2020-04-27 Thread ToddAndMargo via users
On 2020-04-27 08:28, Ed Greshko wrote: And, FWIW, I fail to appreciate the value of the customization It matches the physical layuout of servers I have out in the field. This allows me to model stuff before unleashing it on them ___ users mailing li

Re: Tip: qemu-kvm and network-scripts

2020-04-27 Thread Ed Greshko
On 2020-04-27 18:59, ToddAndMargo via users wrote: > On 2020-04-27 01:51, Ed Greshko wrote: >> On 2020-04-27 16:34, Samuel Sieb wrote: >>> On 4/26/20 10:22 PM, Ed Greshko wrote: On 2020-04-27 12:59, ToddAndMargo via users wrote: > On 2020-04-26 20:53, Ed Greshko wrote: >> On 2020-04-27

Re: Tip: qemu-kvm and network-scripts

2020-04-27 Thread ToddAndMargo via users
On 2020-04-27 01:51, Ed Greshko wrote: On 2020-04-27 16:34, Samuel Sieb wrote: On 4/26/20 10:22 PM, Ed Greshko wrote: On 2020-04-27 12:59, ToddAndMargo via users wrote: On 2020-04-26 20:53, Ed Greshko wrote: On 2020-04-27 11:49, ToddAndMargo via users wrote: both physical network cards are o

Re: Tip: qemu-kvm and network-scripts

2020-04-27 Thread ToddAndMargo via users
On 2020-04-27 01:34, Samuel Sieb wrote: My understanding of his explanation is that the second ethernet is a private network connecting his VMs to other physical computers. yes ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe sen

Re: Tip: qemu-kvm and network-scripts

2020-04-27 Thread Ed Greshko
On 2020-04-27 16:34, Samuel Sieb wrote: > On 4/26/20 10:22 PM, Ed Greshko wrote: >> On 2020-04-27 12:59, ToddAndMargo via users wrote: >>> On 2020-04-26 20:53, Ed Greshko wrote: On 2020-04-27 11:49, ToddAndMargo via users wrote: > both physical network cards are on the host machine.  the >

Re: Tip: qemu-kvm and network-scripts

2020-04-27 Thread Samuel Sieb
On 4/26/20 10:22 PM, Ed Greshko wrote: On 2020-04-27 12:59, ToddAndMargo via users wrote: On 2020-04-26 20:53, Ed Greshko wrote: On 2020-04-27 11:49, ToddAndMargo via users wrote: both physical network cards are on the host machine.  the vm's connect through qemu-kvm "Network bridge: br0" to t

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread Ed Greshko
On 2020-04-27 12:59, ToddAndMargo via users wrote: > On 2020-04-26 20:53, Ed Greshko wrote: >> On 2020-04-27 11:49, ToddAndMargo via users wrote: >>> both physical network cards are on the host machine.  the >>> vm's connect through qemu-kvm "Network bridge: br0" to >>> the host machines and then g

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread ToddAndMargo via users
On 2020-04-26 20:53, Ed Greshko wrote: On 2020-04-27 11:49, ToddAndMargo via users wrote: both physical network cards are on the host machine.  the vm's connect through qemu-kvm "Network bridge: br0" to the host machines and then get routed to the internet through en12, via iptables Yes, I kno

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread Ed Greshko
On 2020-04-27 11:49, ToddAndMargo via users wrote: > both physical network cards are on the host machine.  the > vm's connect through qemu-kvm "Network bridge: br0" to > the host machines and then get routed to the internet > through en12, via iptables Yes, I know what you've done.  I just don't

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread ToddAndMargo via users
On 2020-04-26 20:20, Ed Greshko wrote: On 2020-04-27 10:56, ToddAndMargo via users wrote: Mine.  I have two network cards:  eno1 is internal with all my vm's and eno2 is  external to the Internet and iptables Why do you use a network card for your VM's?  Did you have issues with virtual HW?

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread Ed Greshko
On 2020-04-27 10:56, ToddAndMargo via users wrote: > Mine.  I have two network cards:  eno1 is internal with all my vm's and eno2  > is external to the Internet and iptables Why do you use a network card for your VM's?  Did you have issues with virtual HW? -- The key to getting good answers is

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread ToddAndMargo via users
On 2020-04-26 18:39, Ed Greshko wrote: On 2020-04-27 09:34, ToddAndMargo via users wrote: On 2020-04-26 18:31, Ed Greshko wrote: On 2020-04-27 09:21, ToddAndMargo via users wrote: Fedora 32 Tip: DO NOT remove network-scripts as qemu-kvm needed   network-scrips to for bridge networking C

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread Ed Greshko
On 2020-04-27 09:34, ToddAndMargo via users wrote: > On 2020-04-26 18:31, Ed Greshko wrote: >> On 2020-04-27 09:21, ToddAndMargo via users wrote: >>> Fedora 32 >>> Tip: DO NOT remove network-scripts as qemu-kvm needed >>>   network-scrips to for bridge networking >> >> Could you explain a bit m

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread ToddAndMargo via users
On 2020-04-26 18:31, Ed Greshko wrote: On 2020-04-27 09:21, ToddAndMargo via users wrote: Fedora 32 Tip: DO NOT remove network-scripts as qemu-kvm needed  network-scrips to for bridge networking Could you explain a bit more what you mean? Are you doing bridge networking? [egreshko@mei

Re: Tip: qemu-kvm and network-scripts

2020-04-26 Thread Ed Greshko
On 2020-04-27 09:21, ToddAndMargo via users wrote: > Fedora 32 > Tip: DO NOT remove network-scripts as qemu-kvm needed >  network-scrips to for bridge networking Could you explain a bit more what you mean? [egreshko@meimei ~]$ rpm -q network-scripts package network-scripts is not installed

Tip: qemu-kvm and network-scripts

2020-04-26 Thread ToddAndMargo via users
Hi All, Fedora 32 Tip: DO NOT remove network-scripts as qemu-kvm needed network-scrips to for bridge networking Found out the hard way :'( -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lis