cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4554
Views
5
Helpful
16
Replies

I can't connect to server

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"

1 Accepted Solution

Accepted Solutions

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

View solution in original post

16 Replies 16

johnd2310
Level 8
Level 8

Hi,

 

Check your routing and ensure your vlans are defined correctly.

 

Thanks

John

**Please rate posts you find helpful**

Hello there,
Thanks for the reply, yea i checked it twice and that's not the problem.

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...

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?

Cisco.png

Hello,

 

still no file attached. Please attach the zipped .pkt file so we can help...

Hi,
Thing is I want to solve the problem myself I just want to know what can be the possible issue judging by the ss I sent, should it work when i set the static ip and configure all the other devices or do i need to do something else, cause i might be missing something it's my first time working on such project.

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.

Hello,
So here's the project but without routes if you could make it work then i could compare it to mine and maybe find my mistake.
I think bad route setting is the issue but i don't really know.

Hello,

 

find attached the revised file with the minimum of static routes required to achieve end to end connectivity.

Hello,

 

actually, in the previous file, I missed two static routes. Added in the file below, you now should be able to ping from any to any...

Hi,
Thank you for the reply I have just one more question what was the packet tracer version you used? I have 7.2.2 and it says it's not compatible.

Hello,

 

I used the latest version, 7.3. If you cannot download it, I can send the actual router configs...

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

Hello,
Thank you so much for your time, seems like I messed up the routes cause now it works perfectly.

Review Cisco Networking for a $25 gift card