Moving Virtual Interfaces from Layer 3 switch to Fortigate - Adding Virtual Interfaces to Fortigate
Currently our Fortigate is connected to an Access Port on our Core Switch tagged with VLAN 4000. The Core Switch has all our Virtual Interferfaces configured on it with no restrictions on what VLANs can see/access other VLANs.
The core switch has a static route "ip route-static 0.0.0.0 0.0.0.0 10.255.254.254" where 10.255.254.254 is the IP Address of the Fortgate port (Port 4) connected to the Access Port on the Core Switch
The ultimate goal is to move all Virtual Interfaces to the Fortigate se we can start doing segementation.
For now I just want to add a new VLAN/VLAN Interface to the Fortigate so I can segment that.
- I created the new VLAN / VLAN Interface under Port 4 on the Fortigate (VLAN 210)
- I created a new trunk port on the Core Switch that looks like this
interface GigabitEthernet4/0/24
port link-mode bridge
description Trunk to Firewall LAN
port link-type trunk
port trunk permit vlan 210 4000
When I move the LAN connection from Port 4 on the Fortigate from the Access Port on the Core Switch to the new trunk port on the Core Switch the LAN loses all connectivity to the Fortigate. I'm assuming it has something to do with the trunk port I created but I don't know what I'm missing
Thank you
