Hello,
I suppose, simple problem, but I can not ping between two loopbacks on FortiGate. I deploy images on WMware, set IP address on one FortiGate with 192.168.1.102/24, port1, and the second FortiGate with 192.168.1.103/24, port1. I can ping these interfaces, but when I create loopback called LAN2 on first FortiGate, and the second loopback called LAN3 on second FortiGate, and I can not ping between these two loopback.
When I type " get router info routing-table all" on each FortiGates I see correct routes to the interface, and to the loopbacks. Also, I edit policy route, but I am not sure If correct, on first FortiGate it looks like:
config router policy
edit 1
set input-device " LAN2"
set src 2.2.2.0 255.255.255.0
set dst 3.3.3.0 255.255.255.0
set protocol 6
set start-port 443
set end-port 443
set gateway 192.168.1.103
set output-device " port1"
next
end
And on the second FortiGate:
config router policy
edit 1
set input -device " LAN3"
set src 3.3.3.0 255.255.255.0
set dst 2.2.2.0 255.255.255.0
set protocol 6
set start-port 443
set end-port 443
set gateway 192.168.1.102
set output-device " port1"
next
end
When I login via WebConfig I see ther is some policy route which deny all traffic, but I can not it nor edit or delete.
Thanks in advance for tips!