Hello, I am trying to setup a GRE tunnel with ExtraIP.com. They provide
a few documents about different firewalls, but not fortigate. I've setup
a tunnel with the following config:config system gre-tunnel edit
"ExtraIP" set interface "VLAN100" //VLAN...
I get the reverse path check fail when I visit the 122 ip in the browser
which is linked via a VIP to a linux server that listens to 443. But the
page doesn't load. What should I do?
Now I am getting this error: Spoiler (Highlight to read)2025-05-07
14:33:10 id=20085 trace_id=309 func=print_pkt_detail line=5810
msg="vd-root:0 received a packet(proto=6,
82.199.64.68:50786->185.216.161.122:443) from ExtraIP. flag [S], seq
184201286...
Here is a the output of that. Spoiler (Highlight to read)2025-05-07
13:49:53 id=20085 trace_id=242 func=print_pkt_detail line=5810
msg="vd-root:0 received a packet(proto=6,
77.63.116.194:7722->185.216.161.122:443) from ExtraIP. flag [S], seq
56835989...
If I do the following:diag sniffer packet any 'host (FIRST USABLE IP
HERE)' 4 And visit that IP from my mobile with 5G internet,I do see
incomming packets from my 5g internet to that first usable ip incomming,
but it still gives me a ERR_CONNECTION_T...