First time here? Check out the FAQ!
![]() | 1 | initial version |
You are using eth1
for external network, right?
from your ip a
one can see that eth1 has ip address assigned. It should not.
Instead, br-ex
should have 192.168.125.x
address.
I think your interface configuration might be incorrect. What is your br-ex
config (/etc/sysconfig/network-scripts/ifcfg-br-ex
)?
An example of it:
DEVICE="br-ex"
ONBOOT="yes"
TYPE="OVSBridge"
DEVICETYPE="ovs"
BOOTPROTO="static"
IPADDR=192.168.125.54
PREFIX=24
GATEWAY=192.168.125.1
DNS=...