Standalone FortiSwitch default route
A Standalone FortiSwitch configured with 3 VLANs and the interfaces to match.
Devices on the VLANs can ping each other but they cannot ping anything that must use the default route, stuff outside the 3rd party firewall.
If I add a static route to 8.8.8.8 I can ping it.
Any ideas why the default route isn't working?
config switch vlan
edit 1
set description "Data"
next
edit 2
set description "Door-Access"
next
edit 3
set description "IN-Printers"
next
edit "Doors"
set ip 192.168.2.254 255.255.255.0
set allowaccess ping https ssh
set snmp-index 60
set vlanid 52
set interface "internal"
next
edit "Printers"
set ip 192.168.3.254 255.255.255.0
set allowaccess ping https ssh
set snmp-index 61
set vlanid 54
set interface "internal"
next
edit "Data"
set ip 192.168.1.254 255.255.255.0
set allowaccess ping https ssh
set snmp-index 63
set vlanid 50
set interface "internal"
next
config router static
edit 1
set dst 0.0.0.0 0.0.0.0
set gateway 192.168.1.50
next
