cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
298
Views
0
Helpful
1
Replies

SOLVED: 1841 unit not routing from lab to home network

DeltaWasp
Level 1
Level 1

I have setup a very simple home lab that consists of two networks: 172.16.0.0/16 (inner lan) and a 10.0.0.0/8 (outer lan), my home network is 192.168.1.0/24 which has egress to the Internet via a fibre router at 192.168.1.1 (also provides dns forwarding etc).

Nothing inside my lab network can communicate with anything on the home network, except router1 which can ping anything on the home net but doesn't seem to want to route traffic from the lab nets to the home net.

Everything in the lab nets can ping everything else inside the lab nets.

I can connect from my PC on the home net to anything inside the lab with no issues.

I have erased both routers and setup from scratch.

Any help would be very appreciated.

home_lab.jpg

 Router configs are below:

router1:

 

 

 

router1#sh run
Building configuration...

Current configuration : 1007 bytes
!
! Last configuration change at 14:45:52 UTC Mon Jan 2 2006
! NVRAM config last updated at 14:45:58 UTC Mon Jan 2 2006
! NVRAM config last updated at 14:45:58 UTC Mon Jan 2 2006
version 15.1
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
ip source-route
!
!
!
!
!
ip cef
multilink bundle-name authenticated
!
!
license udi pid CISCO1841 sn FCZ1236906K
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.1.254 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 10.0.0.1 255.0.0.0
 duplex auto
 speed auto
!
interface Serial0/0/0
 no ip address
 shutdown
 no fair-queue
 clock rate 2000000
!
router rip
 network 10.0.0.0
 network 172.16.0.0
 network 192.168.1.0
!
ip forward-protocol nd
!
!
no ip http server
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
 login
 transport input all
!
scheduler allocate 20000 1000
end

 

 

 

 router2:

 

 

 

router2#sh run
Building configuration...

Current configuration : 871 bytes
!
! Last configuration change at 14:56:39 UTC Sun Nov 5 2023
version 15.1
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
ip source-route
!
!
!
!
!
ip cef
multilink bundle-name authenticated
!
!
license udi pid CISCO1841 sn FCZ1410C0QG
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 10.0.0.254 255.0.0.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 172.16.0.1 255.255.0.0
 duplex auto
 speed auto
!
interface Serial0/0/0
 no ip address
 shutdown
 clock rate 2000000
!
router rip
 network 10.0.0.0
 network 172.16.0.0
 network 192.168.1.0
!
ip forward-protocol nd
!
!
no ip http server
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
 login
 transport input all
!
scheduler allocate 20000 1000
end

 

 

 

 

1 Accepted Solution

Accepted Solutions

DeltaWasp
Level 1
Level 1

A combination of dynamic routing and NAT helped me solve this with inspiration from this video: https://www.youtube.com/watch?v=mBKpwmHk-fk

View solution in original post

1 Reply 1

DeltaWasp
Level 1
Level 1

A combination of dynamic routing and NAT helped me solve this with inspiration from this video: https://www.youtube.com/watch?v=mBKpwmHk-fk

Review Cisco Networking for a $25 gift card