09-05-2013 05:05 AM - edited 03-04-2019 08:57 PM
Problems trying to connect two Cisco 2901 routers together for LAN-to-LAN application.
Just trying to establish connection between PCs on both ends:
PC1: 172.16.201.110
PC2: 10.10.100.110
**************
RTR_1 *
**************
interface GigabitEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$
ip address 192.168.0.2 255.255.255.248
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.16.201.1 255.255.240.0
ip nat enable
duplex auto
speed auto
!
interface Vlan1
no ip address
!
ip forward-protocol nd
!
!
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0 192.168.0.1
-----------------------------------------------------------------------------------------
**************
RTR_2 *
**************
interface GigabitEthernet0/0
ip address 192.168.0.1 255.255.255.248
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 10.10.100.50 255.255.255.0
ip nat enable
duplex auto
speed auto
!
interface Vlan1
no ip address
!
ip forward-protocol nd
!
!
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0 192.168.0.2
Any assistance is appreciated.
Solved! Go to Solution.
09-05-2013 05:12 AM
Are the default-gateways of the PCs set to 172.16.201.1 and 10.10.100.50? Then it should work. Your network is fully rouable and therefor there is no need to NAT anything.
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
09-05-2013 05:12 AM
Are the default-gateways of the PCs set to 172.16.201.1 and 10.10.100.50? Then it should work. Your network is fully rouable and therefor there is no need to NAT anything.
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
09-05-2013 05:18 AM
Yep. Removed NAT statements and it worked. Thx much
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