Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to specific an interface dedicated to FGSP and configuration syncronization? #20

Open
justinstanley opened this issue Apr 22, 2020 · 1 comment

Comments

@justinstanley
Copy link

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

@JustinGrote
Copy link

JustinGrote commented Mar 8, 2021

I had same issue. The istructions in the readme for the non-LB one show the config is

set unicast-hb enable
set unicast-hb-peerip 10.0.3.4

But these commands do not exist in 6.4.2 at least, can we get updated guidance for latest fortigate versions?

EDIT: These commands appear only in active/passive mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants