Hello there! I hope you are well. I am trying to set up a network between three nodes with the use of OVS Bridge. Here is what I am trying to do:
There are three servers each one has a NIC with two ports. I need to connect each port back to back to the other servers. In other words, Each server connects to the two other servers. So that that I'v created an OVS Bridge and gave that bridge an IP address and assigned two physical ports for that bridge. I've repeated the configurations for the three servers. But when I ping a server from another server(here I am talking about the three servers which are now connected back to back) each server is ONLY reachable on specific physical ports but not on both physical ports which are already assigned to an OVS Bridge. According to my understanding an OVS Bridge mimics an Ethernet switch, so since each OVS bridge has two physical ports I think that a server should be reachable on both physical ports as long as I am reaching the same IP address on the server. So any help regarding my setup
Thanks in advance
There are three servers each one has a NIC with two ports. I need to connect each port back to back to the other servers. In other words, Each server connects to the two other servers. So that that I'v created an OVS Bridge and gave that bridge an IP address and assigned two physical ports for that bridge. I've repeated the configurations for the three servers. But when I ping a server from another server(here I am talking about the three servers which are now connected back to back) each server is ONLY reachable on specific physical ports but not on both physical ports which are already assigned to an OVS Bridge. According to my understanding an OVS Bridge mimics an Ethernet switch, so since each OVS bridge has two physical ports I think that a server should be reachable on both physical ports as long as I am reaching the same IP address on the server. So any help regarding my setup
Thanks in advance