Re: [CentOS] Bridge network for virt-manager

2020-06-05 Thread Orion Poplawski
On 6/3/20 6:34 PM, Gordon Messmer wrote: On 6/2/20 3:38 AM, Jerry Geis wrote: Hello. I desire to get bridge network working using virt-manager. The easiest way to set up bridged networking on CentOS 7 is:     virsh iface-bridge eth0 br0 --no-stp This command will create a new bridge

Re: [CentOS] Bridge network for virt-manager

2020-06-03 Thread Gordon Messmer
On 6/2/20 3:38 AM, Jerry Geis wrote: Hello. I desire to get bridge network working using virt-manager. The easiest way to set up bridged networking on CentOS 7 is:     virsh iface-bridge eth0 br0 --no-stp This command will create a new bridge interface, br0.  The existing interface, eth0,

Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Orion Poplawski
On 6/2/20 8:53 AM, Jerry Geis wrote: Ok so I have used virt-manager to create the name NET100 This is what shows. NET100 1ba45e54-93c2-f291-8b35-a7fe8cae9ac1 I DO get a DHCP on my network - but the client cannot connect to the host

Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Stephen John Smoogen
On Tue, 2 Jun 2020 at 06:39, Jerry Geis wrote: > Hello. I desire to get bridge network working using virt-manager. > Centos 7 and centos 7 guest. > > From researching I think I need to have a ifcfg-br0 file like this ? > > cat ifcfg-br0 > DEVICE=nm-bridge0 > STP=no > T

Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Jerry Geis
Ok so I have used virt-manager to create the name NET100 This is what shows. NET100 1ba45e54-93c2-f291-8b35-a7fe8cae9ac1 I DO get a DHCP on my network - but the client cannot connect to the host machine. Has access to internet - but just not the

Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Alexander Dalloz
Am 02.06.2020 um 12:38 schrieb Jerry Geis: Hello. I desire to get bridge network working using virt-manager. Centos 7 and centos 7 guest. From researching I think I need to have a ifcfg-br0 file like this ? cat ifcfg-br0 DEVICE=nm-bridge0 STP=no TYPE=Bridge BOOTPROTO=none IPADDR=192.168.1.8

[CentOS] Bridge network for virt-manager

2020-06-02 Thread Leroy Tennison
] Bridge network for virt-manager CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello. I desire to get bridge network working using virt-manager. Centos 7 and centos 7 guest

[CentOS] Bridge network for virt-manager

2020-06-02 Thread Jerry Geis
Hello. I desire to get bridge network working using virt-manager. Centos 7 and centos 7 guest. >From researching I think I need to have a ifcfg-br0 file like this ? cat ifcfg-br0 DEVICE=nm-bridge0 STP=no TYPE=Bridge BOOTPROTO=none IPADDR=192.168.1.8 PREFIX=32 GATEWAY=192.168.1.1 IPV6INIT=no N