cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
608
Views
0
Helpful
16
Replies

Newb routing problem 2x1941's

gregbaiocchi
Level 1
Level 1

I have 2x 1941's in my home lab with one client on each router. no net connection. I can ping from 1.10 to 2.10 but not the other way around. Any ideas? this is driving me nuts. I can ping all the way to gi0/1 through both s0/1's

R1 has a W10 client on it 192.168.1.10 255.255.255.0

R2 has a Pi on it 192.168.2.10 255.255.255.0 

Router1#show run
Building configuration...

Current configuration : 1464 bytes
!
! Last configuration change at 02:36:02 UTC Thu Apr 6 2017
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router1
!
boot-start-marker
boot-end-marker
!
no aaa new-model
!
no ip domain lookup
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
cts logging verbose
!
license udi pid xxx sn xxx
!
redundancy
!
ip ssh time-out 50
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
ip virtual-reassembly in
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
ip virtual-reassembly in
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/0/1
ip address 192.168.3.1 255.255.255.0
clock rate 64000
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 192.168.2.0 255.255.255.0 Serial0/0/1
!
logging host 198.105.254.130

---------------------------------------------------------------------------------------------------------------------------------------------

Building configuration...

Current configuration : 2303 bytes
!
! Last configuration change at 02:41:56 UTC Thu Apr 6 2017
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router2
!
boot-start-marker
boot-end-marker
!
no aaa new-model
!
no ip domain lookup
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
cts logging verbose
!
license udi pid xxx sn xxx
!
redundancy
!
ip ssh time-out 50
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
ip virtual-reassembly in
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.2.1 255.255.255.0
ip virtual-reassembly in
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/0/1
ip address 192.168.3.2 255.255.255.0
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 192.168.1.0 255.255.255.0 Serial0/0/1
!
logging host 198.105.254.130
!
control-plane
!
line con 0
logging synchronous
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
password cisco
login
transport input none
!
scheduler allocate 20000 1000
!
end

16 Replies 16

So just to confirm because I worded my last question badly :).

With your original setup you could not ping 1.10 from 2.10. When you swapped IPs on the devices could you then ping 1.10 from 2.10 or not ?

Jon

no i could not. keep in mind,  I only switched the config of the clients not the routers.  thanks for the replies this has been nagging me

Review Cisco Networking for a $25 gift card