- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to add static route point to PPPoE interface on Fortigate
Hi All
if you know please tell me how to add static route to PPPoE interface.
I want to add 1 static route prefer to 1 PPPoE interface but I can't. There is no pppX interface in the device list.
If I choose device is wan1 (the interface that run PPPoE), that static route doesn't work, Firewall cannot reach the destination.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
you should use the CLI, and enable the dynamic-gateway parameter
#config router static
# edit 100 # set ? status Enable/disable this static route. *dst Destination IP and mask for this route. gateway Gateway IP for this route. distance Administrative distance (1 - 255). weight Administrative weight (0 - 255). priority Administrative priority (0 - 4294967295). *device Gateway out interface or tunnel. comment Optional comments. blackhole Enable/disable black hole. dynamic-gateway Enable use of dynamic gateway retrieved from a DHCP or PPP server. virtual-wan-link Enable/disable egress through the virtual-wan-link. link-monitor-exempt Enable/disable withdrawing this route when link monitor or health check is down. Best regards Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
you should use the CLI, and enable the dynamic-gateway parameter
#config router static
# edit 100 # set ? status Enable/disable this static route. *dst Destination IP and mask for this route. gateway Gateway IP for this route. distance Administrative distance (1 - 255). weight Administrative weight (0 - 255). priority Administrative priority (0 - 4294967295). *device Gateway out interface or tunnel. comment Optional comments. blackhole Enable/disable black hole. dynamic-gateway Enable use of dynamic gateway retrieved from a DHCP or PPP server. virtual-wan-link Enable/disable egress through the virtual-wan-link. link-monitor-exempt Enable/disable withdrawing this route when link monitor or health check is down. Best regards Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Benoit_Rech_FTNT much. The command resolved my issue.