Connect branch fortigate to HQ server
Hello,
I want to send SYSLOG files from our branch FG to a SIEM on our HQ.
Just a quick network info on both sites:
Branch:
Fortigate 70D with FortiOS 5.4.1
Fortigate Subnet: 192.168.255.0
Local Network: 172.16.1.0
HQ:
Fortigate 101E with FortiOS 6.0.4
Fortigate Subnet: 172.16.12.0
Local Network :172.16.10.0.
We have a VPN to connect both offices and everything works fine between both 172.16.* networks.
My only issue is trying to connect the Branch FG in that Subnet, to our SIEM with a different subnet.
I can ping the branch network inside the console, but I can't connect to the HQ subnet:
# execute traceroute 172.16.1.1
traceroute to 172.16.1.1 (172.16.1.1), 32 hops max, 3 probe packets per hop, 72 byte packets
1 192.168.255.2 0.770 ms 0.693 ms 0.870 ms
2 172.16.1.1 0.426 ms 0.321 ms 0.361 ms
# execute traceroute 172.16.10.52
traceroute to 172.16.10.52 (172.16.10.52), 32 hops max, 3 probe packets per hop, 72 byte packets
1 * * *
When I traceroute to an IP from our HQ, shouldn't it use the same gateway?
What am I missing here?
Thank you