Centos 7 permissions for Bridge networking

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Jose Cabrera Z
Posts: 4
Joined: 27. Feb 2020, 00:21

Centos 7 permissions for Bridge networking

Post 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
Post Reply