Re: [CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2022-01-19 Thread Lists
Thank you Chris Adams for excellent information! It worked, see below. On Tuesday, December 7, 2021 8:25:37 PM PST Chris Adams wrote: > Once upon a time, Lists said: > > I understand that it's possible to allow the 4 VM guest systems to each > > have a "direct" fixed IP address and access the

Re: [CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2021-12-15 Thread Chris Adams
Once upon a time, Lists said: > Thank you, I'll be trying this on a spare machine here before I try it in > production. Carefully reading the directions, although I see where bridge-br0 > is created, I don't see where bridge-slave-em1 is defined? This part: > > # Make a connection for the

Re: [CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2021-12-14 Thread Lists
Thank you, I'll be trying this on a spare machine here before I try it in production. Carefully reading the directions, although I see where bridge-br0 is created, I don't see where bridge-slave-em1 is defined? On Tuesday, December 7, 2021 8:25:37 PM PST Chris Adams wrote: > Once upon a

Re: [CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2021-12-07 Thread Chris Adams
Once upon a time, Lists said: > I understand that it's possible to allow the 4 VM guest systems to each have > a > "direct" fixed IP address and access the addresses \via the host network > adapter, while the host retains its fixed IP. If you are running NetworkManager (the default), it's

Re: [CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2021-12-07 Thread Gordon Messmer
The easiest way to set up bridged mode is to use virsh to convert the eth0 configuration to a new bridge, br0:     virsh iface-bridge eth0 br0 --no-stp ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos