Networking between nodes

padi

Member
Sep 7, 2018
22
0
6
32
Hello,

I have the followings:
eno1 - management
eno2 - vmbr1 - 10.10.1.{node_ip}/24
- vmbr2 - 10.10.2.{node_ip}/24
- vmbr3 - 10.10.3.{node_ip}/24

is there any ways to communicate through vmbr2/3 between vm on different nodes?

-----
And second question is about sharing internet connection. On the main node I have 4 nic, the last two having public ips. How can I share the network connection with other nodes?

I tried setting up a default route on slave server to vmbr1 on main server and on main server masquerade all traffic through the world.
 
Last edited:
it is possible to communicate on vmbr1/2/3 between different nodes without binding vmbr(bridge_ports) to a physical port? :)