I have a route setup on the core switch but it doesn't seem to be working...
ip route 0.0.0.0 0.0.0.0 192.168.68.254
ip route 192.168.0.0 255.255.252.0 192.168.0.1
The vlan (vlan 423) has a static IP of 192.168.0.72 255 255 252.0
If I statically assign an IP to a device and untag the port for the 423 vlan, I can ping 192.168.0.72 from that device. However, I cannot ping any other device on that vlan that resides on the other firewall interface (0/1). So I still can't communicate with 192.168.0.3... Does that make sense?