Page 1 of 1

Centos 7 permissions for Bridge networking

Posted: 9. Mar 2020, 23:25
by Jose Cabrera Z
My VirtualBox VM is able to have internet/network access using NAT mode. But, if I try to use bridge-network then this always fails for every NIC at the host. This host is running Centos 7.7. So, this forces me to ask:
Is there any cmd I need to run to allow Centos 7 to allow bridge networking for the VM? I did:

sudo firewall-cmd --list-all
public
target: default
icmp-block-inversion: no
interfaces:
sources:
services: dhcpv6-client ssh
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:


Something similar happened with KVM and solved using:
https://stackoverflow.com/questions/295 ... ted-bridge


Thanks