cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
443
Views
0
Helpful
2
Replies

Cisco 2901 NAT problem

tsrader
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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

View solution in original post

2 Replies 2

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

Yep.  Removed NAT statements and it worked.  Thx much

Review Cisco Networking products for a $25 gift card