Skip to content

Instantly share code, notes, and snippets.

@cloudchristoph
Created April 29, 2024 11:44
Show Gist options
  • Save cloudchristoph/56aa6636e42cee93df9113f5e9882cbb to your computer and use it in GitHub Desktop.
Save cloudchristoph/56aa6636e42cee93df9113f5e9882cbb to your computer and use it in GitHub Desktop.
Azure Load Balancer Static Routes for Health Probes on Fortigate
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