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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

nat blcks management access

Status
Not open for further replies.

zizoudevinci

IS-IT--Management
Mar 25, 2006
22
DZ
hi everybody
i have a router to access internet, the problem is whene i configure the overload nat on the outside interface i cannot access the the router from the outside using telnet and http , whene i remove the nat telnet and http works fine.
there is no access-list to limit the management networks
 
You need a static NAT statement.

ip nat inside source static tcp (inside server address) 23 int (outside interface) 23

That would be for telnet. Then, just telnet to the outside public IP address. This is a bad idea, as telnet is all cleartext. Use ssh instead, if the IOS supports it.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top