I am configuring a small network. I want to use a pair of 3750 switches to route traffic across my tie line rather than purchase additional routers. I have configured the switches with static routing and can ping from the switch to a server on the far side. However, from a client on the near side, I cannot ping that same server. What am I missing?
Near Side
Vlan 816 10.10.16.254 255.255.255.0 Client vlan
Vlan 819 10.10.19.254 255.255.255.0 Server vlan
Int g1/0/1 192.168.10.10 255.255.255.0
ip route 10.11.0.0 255.255.0.0 192.168.10.0
Far Side
Vlan 916 10.11.16.254 255.255.255.0 Client vlan
Vlan 919 10.11.19.254 255.255.255.0 Server vlan
Int g1/0/1 192.168.10.11 255.255.255.0
ip route 10.10.0.0 255.255.0.0 192.168.10.0
Client has the vlan as the default GW
Near Side
Vlan 816 10.10.16.254 255.255.255.0 Client vlan
Vlan 819 10.10.19.254 255.255.255.0 Server vlan
Int g1/0/1 192.168.10.10 255.255.255.0
ip route 10.11.0.0 255.255.0.0 192.168.10.0
Far Side
Vlan 916 10.11.16.254 255.255.255.0 Client vlan
Vlan 919 10.11.19.254 255.255.255.0 Server vlan
Int g1/0/1 192.168.10.11 255.255.255.0
ip route 10.10.0.0 255.255.0.0 192.168.10.0
Client has the vlan as the default GW