Hi All,
I just finished setting up a switch and I have two VLAN and a layer 3 port with an external IP
VLAN 1 : 192.168.1.0/24 , VLAN Interface IP : 192.168.1.254
VLAN 2 : 192.168.2.0/24 , VLAN Interface IP : 192.168.2.254
Layer 3 port (interface 1/0/48) : 10.0.0.50 /24
I added a static route as following
0.0.0.0 mask 0.0.0.0 next-hope 10.0.0.1 using interface 1/0/48
All the default route that switch add is already available.
I connected two laptops one for each VLAN
1) I can ping from both laptops to 192.168.1.254 and 192.168.2.254
2) I can ping to 10.0.0.50
But I cannot ping to 10.0.0.1 from the laptop but when I ping from the switch I can ping to 10.0.0.1 I'm sure I have missed something or configured something wrong on my routing.
Any help is much appreciated.