Created
April 29, 2024 11:44
-
-
Save cloudchristoph/56aa6636e42cee93df9113f5e9882cbb to your computer and use it in GitHub Desktop.
Azure Load Balancer Static Routes for Health Probes on Fortigate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config router static | |
edit 1 | |
set gateway 10.0.0.1 | |
set device port1 | |
next | |
edit 2 | |
set dst 10.0.0.0/24 | |
set gateway 10.0.0.65 | |
set device port2 | |
next | |
edit 3 | |
set dst 168.63.129.16 255.255.255.255 | |
set device port2 | |
set gateway 10.0.0.65 | |
next | |
edit 4 | |
set dst 168.63.129.16 255.255.255.255 | |
set device port1 | |
set gateway 10.0.0.1 | |
next | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment