mac address conflict
Changing the HA group ID to avoid MAC address conflicts
Change the Group ID to change the virtual MAC address of all cluster interfaces. You can change the Group ID from the FortiGate CLI using the following command:
config system ha
set group-id <id_integer>
end
Example topology
The topology below shows two clusters. ...
isp failover
Connect the two FortiGates on the wan2 port
Go to System > Network > Interface
Assign FortiGate1 an IP Address on wan2 172.16.0.1/30
Assign FortiGate2 an IP Address on wan2 172.16.0.2/30
Go to Router > Static > Static Routes
On FortiGate1 create a new route
Destination 0.0.0.0/0.0.0.0
Device wan2
Gateway 172.1...
explicit proxy config
For enabling proxy
config web-proxy explicit
set status enable
set http-incoming-port 8080
end
Setup authentication
config authentication scheme
edit "ntlm"
set method ntlm basic
set user-database "server201" "server203" "server202" "server210" "server220" "local"
next
edit "fsso"
set method fsso
...
dnat configuration
Example multicast destination NAT (DNAT) configuration
The example topology shown and described below shows how to configure destination NAT (DNAT) for two multicast streams. Both of these streams originate from the same source IP address, which is 10.166.0.11. The example configuration keeps the streams separate by creating 2 multicast NAT pol...
65 post articles, 17 pages.