Hello,
I would like to confirm that MTU settings might help out.
I had some kind of similar issues with my VPN connectivity.
This happened for 2 customers with 2 totally different firewalls ( all FG60s though )
The setting :
- 1 FG 60 at the main office
- multiple Linksys firewalls ( mostly BEFSX41 ) hooked up to the FG60 via VPN.
I followed the PDF guide on the fortinet KB site to setup the VPN connections.
The issue didn' t seem to appear right away but I noticed in the past 2 months some slow down.
The slow down was not bothering the users since a lot of their work is done on a server locally in each remote offices.
When trying to manage active directoty users and change some group policies on the local stations, things were slow or timing out.
Here' s how I figured out what the issue was:
I used a tool called RPING that can be found on the ms website. It allows a client workstation anywhere on the network to connect using the RPCs ports necessary for MS Exchange communication with the main server ( our exchange server is in the main office ).
The communication were going through but were EXTREMELY slow ( 1 mn to 2 )
Then after reading some posts on the web I used ping : ping -l xxxx servername
This allows you to see what is the max MTU you can set to get a good transfer by changing xxxx to any number. If the ping doesn' t go through, the icmp packet size is too big and fragmented if it goes through try to bump it up.
Mine was 1472.
After trying forcing the MTU on the remote office fwall things wouldn' t work anymore ( VPN would go through ) but nothing else.
I setup the MTU on the main office firewall to 1472 and things seem to work fine now.
RPING tests were successfull and instantaneous !