nmcli connection delete id <your id>
nmcli con add type bridge ifname br0
nmcli con add type bridge-slave ifname eno1 master br0
#create tap device
nmcli connection add type tun ifname tap0 con-name tapvpn slave-type bridge master br0 mode tap owner 65534
firewall-cmd –permanent –direct –add-rule ipv4 filter FORWARD 0 -o tap0 -i br0 -j ACCEPT
nmcli con up br0
Now configure your OpenVPN and everything should work
One thought on “Centos 8 OpenVPN Tap Server Bridge”
you are the man! thank you.. saved my day…