Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco NAT

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
We are trying to set up a Cisco 2514 to run NAT. We want allow users to access the internet.On E0 (inside) we are using a private ip, and on E1(outside)a single valid ip,and using overload. I pretty much followed the config found on the Cisco website. The problem is I'm not able to get through and not seeing any translations taking place. E0 says that it's in "init" state, "retry limit exceeded" and "new adjacency". What does this mean? Is it an address problem?
 
!
no ip source-route
ip nat inside source list 1 interface Ethernet1 overload
ip nat inside source static tcp 192.168.x.x 81 63.x.x.x 81 extendable
ip nat inside source static tcp 192.x.x.x 80 63.x.x.x 80 extendable

!
interface Ethernet0
ip address 192.168.x.x 255.255.255.0 secondary
ip address 192.x.x.x 255.255.255.0
ip nat inside

!
interface Ethernet1
ip address 63.x.x.x 255.255.255.0
ip access-group 107 in
ip access-group 101 out
no ip directed-broadcast
ip nat outside
no cdp enable
no mop enabled
!

THis is one config I use with sucess. In my case, E0 is the inside and E1 is the outside. The word adjacency sounds like a routing procotol like EIGRP.

Mike S
"Diplomacy; the art of saying 'nice doggie' till you can find a rock" Wynn Catlin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top