You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've followed your guide on the HA using azure LB's, but have added another interface and we''re trying to use that solely for state synchronization. The problem is it's not using the IP specified in the peerip. We've tested this several times and it seems like the image is always using PORT2(which in our case is our "public/untrusted" network.
config system ha
set session-pickup enable
set session-pickup-connectionless enable
set session-pickup-nat enable
set session-pickup-expectation enable
set override disable
end
config system cluster-sync
edit 0
set peerip 10.0.1.x
set syncvd "root"
next
end
The text was updated successfully, but these errors were encountered:
Hi,
We've followed your guide on the HA using azure LB's, but have added another interface and we''re trying to use that solely for state synchronization. The problem is it's not using the IP specified in the peerip. We've tested this several times and it seems like the image is always using PORT2(which in our case is our "public/untrusted" network.
config system ha
set session-pickup enable
set session-pickup-connectionless enable
set session-pickup-nat enable
set session-pickup-expectation enable
set override disable
end
config system cluster-sync
edit 0
set peerip 10.0.1.x
set syncvd "root"
next
end
The text was updated successfully, but these errors were encountered: