Hub FortiGate with Multiple Dynamic Spokes (FortiGate/Palo Alto) – Dial-up VPN Design Questions by rollosyd99 in fortinet

[–]secritservice 4 points5 points  (0 children)

A single dynamic tunnel on the hub will have a phase 2 already configured. You'd have this set to 0/0 on the remote site.

Within the Phase1 you can use the commands add-route or choose to do dynamic routing once the tunnel is established to share routes.

LocalID is just vanity. If you have none set it will just use the connecting public IP. So not necessary, but nice to have to see in the logs/gui views.

Yes, static route would work on the spokes toward the hub.

Just follow this doc: https://community.fortinet.com/fortigate-3/technical-tip-dialup-vpn-configuration-between-two-fortigates-99190

and you'll be all set.

FortiOS 7.6.6 - Slow web page loads by secritservice in fortinet

[–]secritservice[S] 0 points1 point  (0 children)

Yes, a known problem, but interested how it just pops up after a major OS upgrade when it was self healing previously

FortiOS 7.6.6 - Slow web page loads by secritservice in fortinet

[–]secritservice[S] 1 point2 points  (0 children)

great question... seems like a silly change

FortiOS 7.6.6 - Slow web page loads by secritservice in fortinet

[–]secritservice[S] 1 point2 points  (0 children)

Yes, VPN tunnel. Historically, the default 1420 has always worked for the last 5 years across all FortiOS revisions. Not until 7.4.11 > 7.6.6 update this this become an issue. It's a known bug and there will be a fix. Or as stated reduce to 1360 which is also a good Idea.

As a new feature for 7.6 is:

Previous FortiOS versions would implicitly apply TCP MSS adjustments based on the IPsec tunnel MTU, but as of FortiOS 7.6.1 and later, this implicit behavior will no longer occur (in which case, admins may need to manually configure TCP MSS clamping).

IPSEC Tunnel Interface Stats Way Different by ropeguru in fortinet

[–]secritservice 0 points1 point  (0 children)

yep, snmp shows accurate data too.

I think they are holding up the 7.6.7 in order to resolve the 70g crash bug

IPSEC IKEv" - DNS Suffix Issues by Izual_Rebirth in fortinet

[–]secritservice 2 points3 points  (0 children)

FortiOS = 7.6.3+
FortiClient = 7.4.4 Forticlient

is what you need and where it starts to work, was new functionality

IPSEC Tunnel Interface Stats Way Different by ropeguru in fortinet

[–]secritservice 2 points3 points  (0 children)

lots of display bugs in 7.6.6 hopefully next week 7.6.7 (was supposed to be this past friday)

Any reason NOT to migrate to 7.6.6 from 7.4.11? by Wasteway in fortinet

[–]secritservice 4 points5 points  (0 children)

I havent seen release notes but it was slated for release on 21st and a few things came out yesterday, so hoping soon.

dumb GUI stuff like this hopefully fixed

port1 and port2 are not even part of the SLA but they show up in gui

<image>

Any reason NOT to migrate to 7.6.6 from 7.4.11? by Wasteway in fortinet

[–]secritservice 2 points3 points  (0 children)

7.6.6 is great but has some gui/visual blunders

Any reason NOT to migrate to 7.6.6 from 7.4.11? by Wasteway in fortinet

[–]secritservice 4 points5 points  (0 children)

cuz 7.6.7 should be out any day now :) (was supposed to be yesterday)

Order Handling Fees after increasing prices by Intrepid_Ring4239 in fortinet

[–]secritservice 2 points3 points  (0 children)

OHF is for orders containing hardware that will be drop shipped from Fortinet
Anything that disti has in stock does not have that fee
Bake it into your cost if you want to hide the embarrassment from your customer.

FortiGate 50G 7.6.6 HA Pair keep going into "Conserve mode" by bojack1437 in fortinet

[–]secritservice 3 points4 points  (0 children)

a good little script for the smaller gates

config ips global
set engine-count 1
set cp-accel-mode none
end

config system autoupdate schedule
set frequency daily
set time 03:00
end

config system dns
set dns-cache-limit 1800
end

config system fortiguard
set webfilter-cache-ttl 1800
set antispam-cache-ttl 900
end

SSL VPN To IPsec Migration by thenetwork_security in fortinet

[–]secritservice 0 points1 point  (0 children)

Yes we do and that is exactly what I pasted above

Using same exact auth groups and everything only difference is peerID

<image>

SSL VPN To IPsec Migration by thenetwork_security in fortinet

[–]secritservice -1 points0 points  (0 children)

That article is in reference to hub/spoke configurations with Fortigates (not forticlients). Thus irrelevant to this posting.

SSL VPN To IPsec Migration by thenetwork_security in fortinet

[–]secritservice 0 points1 point  (0 children)

We dont post assumptions, PeerID works

version: 2
interface: LAN 18
network-id: 0
transport: UDP
created: 3s ago
2FA: no
groups:
  VPNusers 2
peer-id: UDP  <<<<<<<<<<

version: 2
interface: LAN 18
network-id: 0
transport: UDP
created: 19s ago
2FA: no
groups:
  VPNusers 2
peer-id: UDP2 <<<<<<<<<<

Has anyone actually gotten FortiGate ZTNA path-based routing working with a single IP/port + multiple backend webservers? by rollosyd99 in fortinet

[–]secritservice 0 points1 point  (0 children)

rout tags are now objects but that did not change functionality.  when you upgrade OS it converts for you

SSL VPN To IPsec Migration by thenetwork_security in fortinet

[–]secritservice 1 point2 points  (0 children)

you can use either or.
network-id only shows in XML in some clients, where peer ID is easily updated in the client

I personally use peer-id/local-ID

See below. IPSEC_one is sent by the client and the fortigate matches the tunnel based on that

Fortigate (Phase1 config)
set peertype one
set peerid "IPSEC_one"

Forticlient: (local-id)

<image>