Tuesday, August 20, 2019

Cisco static route not working (basic networking)

I have a pretty simple problem here, i am trying to route between two networks on a cisco isr and i cant ping from one network to another.

The router has two interfaces one on the internal LAN the other on a perimeter network which i want to be able to access the internal lan

Here is my config

interface Vlan1 ip address 192.168.1.12 255.255.255.0 ! interface Vlan10 ip address 10.0.0.1 255.0.0.0 ! ip route 0.0.0.0 0.0.0.0 192.168.1.1 ip route 192.168.1.0 255.255.255.0 Vlan1 interface gigabitethernet 0/0 description LAN ! ! interface gigabitethernet 0/1 switchport trunk allowed vlan 1,2,10,1002-1005 switchport mode trunk 

So i can ping the internet from the router so one static route isworking but all the clients on vlan cant access the internal network using the static route.

The following commands just time out

ping ip 192.168.1.1 source vlan 10

ping ip 192.168.1.1 source 10.0.0.1

Can anyone spot any config mistakes i might have made



No comments:

Post a Comment