Posts

Showing posts from November, 2023

Load Balancing in Fortigate Firewall

Image
 Load Balancing in FortiGate Firewall Network Diagram: FireWall Setting: config system settings     set gui-proxy-inspection enable     set gui-load-balance enable end Firewall Rule: config firewall policy     edit 1         set name "LB"         set uuid d83e61d0-82a8-51ee-abca-22e6f65c4028         set srcintf "port2"         set dstintf "port1"         set action accept         set srcaddr "all"         set dstaddr "LB_IP"         set schedule "always"         set service "ALL"         set inspection-mode proxy         set nat enable     next end Interface: config system interface     edit "port1"         set vdom "root"         set ip 192.168.0.108 255.255.255.0         set allowaccess ping https ssh http         set type physical         set netflow-sampler both         set snmp-index 1         set mtu-override enable         set mtu 1000     next     edit "port2"         set vdom &q