I just set up a new l3 switch. When connected from the switch, I can ping ips from the 192.168.3.x subnet. When I attach a host to that switch with an ip of 192.168.5.42, I can no longer ping anything from 192.168.3.x
Computers from the 192.168.2.x subnet can ping the computer just fine. The 192.168.5.42 computer can ping things from 192.168.2.x just fine. It's going from .5 to .3 and vice versa that's giving me trouble. Any suggestions?
Here is how my network looks:
The l3 switch has the following Static routing table.
192.168.3.0 24 Local
192.168.5.32 27 Local
0.0.0.0 0 192.168.3.254 Remote Static 1
Any Suggestions?
Computers from the 192.168.2.x subnet can ping the computer just fine. The 192.168.5.42 computer can ping things from 192.168.2.x just fine. It's going from .5 to .3 and vice versa that's giving me trouble. Any suggestions?
Here is how my network looks:
Code:
192.168.3.x subnet and switches ------------- Router-------------- 192.168.2.x subnet and switches
| | |
| | |
192.168.3.198 255.255.255.0 192.168.4.x 192.168.2.96 computer
Level 3 switch
192.168.5.35 255.255.255.224
|
|
192.168.5.42
computer
The l3 switch has the following Static routing table.
192.168.3.0 24 Local
192.168.5.32 27 Local
0.0.0.0 0 192.168.3.254 Remote Static 1
Any Suggestions?