Description |
This article describes troubleshooting steps for resolving file upload issues on small FortiGate devices (less than 2GB of memory) using PPPoE.
Users may experience issues where PDF (or any other large file) uploads fail when using FortiGate devices (less than 2GB of memory) as the central firewall.
This problem is often observed when the Internet connection is terminated on the FortiGate using PPPoE, with the FortiGate directly connected to the ISP modem operating in bridge mode.
The issue is more frequent if the user has an xDSL connection with an upload capacity equal to or below 1Mbps. |
Scope | Small FortiGates (less than 2GB of memory). |
Solution |
When the scenario described above exists, the following symptoms are typically observed:
Recommended solution.
Script for optimization to free up resources (CPU and memory) and adjust the LCP timers:
config system global set memory-use-threshold-extreme 97 end
config system autoupdate schedule
config ips global set engine-count 2 end
config system session-ttl set default 300 config port edit 0 set protocol 17 next end end
config system dns set dns-cache-limit 600 end
config system fortiguard set webfilter-cache-ttl 600 end
config system automation-action edit "RestartWAD" set action-type cli-script next end
config system automation-trigger edit "Enters Conserve Mode" set event-type low-memory next end
config system automation-stitch edit "Restart WAD during Conserve Mode" set trigger "Enters Conserve Mode" config actions edit 1 set action "RestartWAD" next end next end
config system auto-script edit restart_IPSengine set interval 43200 next end
config system interface edit "wan1" <- Insert the PPPoE interface. set vdom "root" next end
If the steps above do not fix the issue, check the articles below for help with troubleshooting performance problems related to Internet capacity and quality.
If a low-end device (with less than 2 GB of RAM) is being used, make sure to follow the recommended FortiOS version and capacity limits: Technical Tip: Low throughput troubleshooting Technical Tip: Script for reducing memory usage in small FortiGates experiencing conserve mode Troubleshooting Tip: How high CPU usage should be investigated Troubleshooting Tip: Troubleshooting PPPoE connection failed |