LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   bridge with virtual interface (https://www.linuxquestions.org/questions/linux-networking-3/bridge-with-virtual-interface-4175618611/)

bradvan 11-29-2017 12:20 PM

bridge with virtual interface
 
I have a server running two subnets of 7. network on em3 and em3:0. I'm trying to install a KVM virtual server on the subnet that is associated with em3:0. I configured ifcfg-br-ex with:
Code:

DEVICE=br-ex
ONBOOT=yes
TYPE=Bridge
BOOTPROTO=none
IPADDR=7.217.207.252
PREFIX=25
STP=on
DELAY=2

and configured ifcfg-em3:0 with:
Code:

BOOTPROTO=none
TYPE=Ethernet
DEVICE=em3:0
BRIDGE=br-ex

but I can't ping anything on the 7.217.207.x network. Without the bridge it works. Anyone have any suggestions?

Thanks!

!!! 12-02-2017 12:15 AM

Please tell how you solved this, for future searchers. And for me;) to learn from too:idea: Thanks.

bradvan 12-04-2017 04:40 AM

Moved the subnet that needed the virtual server to the em3 nic and the one that didn't to the em3:0 nic. I'm not sure if a bridge can only work with a physical nic or not, but this worked for me. :)


All times are GMT -5. The time now is 10:18 PM.