Hi all,
I'm experiencing a problem when I try to manage a node from another node in the cluster. I get the message: Connection error 596: Connection reset by peer.
My enviroment is:
2 switches (A, B)
3 servers (1, 2 and 3)
Switch A SFP Port 1 connected to server 1 (eno1)
Switch B SFP port 1 connected to server 1 (eno2)
Switch A SFP port 2 connected to server 2 (eno1)
Switch B SFP port 2 connected to server 2 (eno2)
Switch A SFP port 3 connected to server 3 (eno1)
Switch B SFP port 3 connected to server 3 (eno2)
All three servers have a bound mode broadcast. I do this because if port 1 (eno1) of switch "A" fails, I will access servers 2 and 3 through switch B (using eno2).
But with broadcast I sometimes get the message Connection error 596: Connection reset by peer.
When I switch to balance-alb or balance-tlb I have a problem because only one port is active. If port 1 of switch "A" fails, server 1 will not connect to servers 2 and 3 because in this mode eno2 will only be active if eno1 fails. eno2 will be active in server 1, but not in server 2 and 3.
Is there any configuration possible in this case?
I need redundancy with two separate switches.
------
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode broadcast
auto vmbr0
iface vmbr0 inet static
address 10.1.0.2/27
gateway 10.1.0.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
------
Thank you.
I'm experiencing a problem when I try to manage a node from another node in the cluster. I get the message: Connection error 596: Connection reset by peer.
My enviroment is:
2 switches (A, B)
3 servers (1, 2 and 3)
Switch A SFP Port 1 connected to server 1 (eno1)
Switch B SFP port 1 connected to server 1 (eno2)
Switch A SFP port 2 connected to server 2 (eno1)
Switch B SFP port 2 connected to server 2 (eno2)
Switch A SFP port 3 connected to server 3 (eno1)
Switch B SFP port 3 connected to server 3 (eno2)
All three servers have a bound mode broadcast. I do this because if port 1 (eno1) of switch "A" fails, I will access servers 2 and 3 through switch B (using eno2).
But with broadcast I sometimes get the message Connection error 596: Connection reset by peer.
When I switch to balance-alb or balance-tlb I have a problem because only one port is active. If port 1 of switch "A" fails, server 1 will not connect to servers 2 and 3 because in this mode eno2 will only be active if eno1 fails. eno2 will be active in server 1, but not in server 2 and 3.
Is there any configuration possible in this case?
I need redundancy with two separate switches.
------
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode broadcast
auto vmbr0
iface vmbr0 inet static
address 10.1.0.2/27
gateway 10.1.0.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
------
Thank you.
Last edited: