12-18-2019 02:29 PM
i can't connect to server from any device other than router3 which is in the same network. What did I do wrong.
password to everything is: "cisco"
Solved! Go to Solution.
12-19-2019 11:49 PM
Hello,
here are the configs (static routes marked in bold):
Router0
Current configuration : 775 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router0
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX1524C44W-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.200.10 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.9
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
Router1
Current configuration : 905 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router1
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX15241JM5-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.200.9 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.200.6 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 172.18.10.0 255.255.255.192 192.168.200.5
ip route 10.10.10.0 255.255.255.0 192.168.200.10
ip route 192.168.10.0 255.255.255.0 192.168.200.5
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
Router2
Current configuration : 904 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router2
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX152466G7-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.200.5 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.200.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 192.168.10.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 172.18.10.0 255.255.255.192 192.168.200.1
ip route 10.10.10.0 255.255.255.0 192.168.200.6
ip route 192.168.1.0 255.255.255.0 192.168.200.6
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
Router3
Current configuration : 777 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router3
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX15244P9R-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.200.1 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.18.10.1 255.255.255.192
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.2
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
12-18-2019 04:15 PM
Hi,
Check your routing and ensure your vlans are defined correctly.
Thanks
John
12-18-2019 11:49 PM
Hello there,
Thanks for the reply, yea i checked it twice and that's not the problem.
12-18-2019 06:39 PM
Hello,
there is no attachment. If this is a Packet Tracer project, post the project (.pkt) file, zip it first, otherwise the system won't let you upload it...
12-18-2019 11:03 PM
Hi,
Thanks for the reply and sorry about that i forgot to add the .pkt file I have an ss here, It's pre configured but I know how to do that part I was supposed to set up static routing and everything worked fine except two things i couldn't ping Router2 with Router0 but the PC's from the opposite networks could do that for example PC0 to Router2 or any PC in Router2 network.
And i can't ping server from any other router than Router3. What would be the possible causes for that?
12-18-2019 11:53 PM
Hello,
still no file attached. Please attach the zipped .pkt file so we can help...
12-19-2019 06:11 AM
12-19-2019 06:18 AM
Hello,
since we have no idea what you have configured, we cannot really help and not even given you a hint, unless you post the project file.
12-19-2019 07:23 AM
12-19-2019 08:48 AM
12-19-2019 10:09 AM
12-19-2019 11:07 PM
12-19-2019 11:40 PM
Hello,
I used the latest version, 7.3. If you cannot download it, I can send the actual router configs...
12-19-2019 11:49 PM
Hello,
here are the configs (static routes marked in bold):
Router0
Current configuration : 775 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router0
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX1524C44W-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.200.10 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.9
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
Router1
Current configuration : 905 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router1
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX15241JM5-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.200.9 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.200.6 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 172.18.10.0 255.255.255.192 192.168.200.5
ip route 10.10.10.0 255.255.255.0 192.168.200.10
ip route 192.168.10.0 255.255.255.0 192.168.200.5
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
Router2
Current configuration : 904 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router2
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX152466G7-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.200.5 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.200.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 192.168.10.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 172.18.10.0 255.255.255.192 192.168.200.1
ip route 10.10.10.0 255.255.255.0 192.168.200.6
ip route 192.168.1.0 255.255.255.0 192.168.200.6
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
Router3
Current configuration : 777 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router3
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX15244P9R-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.200.1 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.18.10.1 255.255.255.192
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.2
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
12-20-2019 02:18 AM
Hello,
Thank you so much for your time, seems like I messed up the routes cause now it works perfectly.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide