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

limit telnet to a specific ip

Status
Not open for further replies.
Joined
Jul 27, 2004
Messages
397
Location
US
I have a 1721 as my router going to my isp. Between that router and the lan is a firewall. I want to limit telnet access to the router, only a computer inside my lan should be able to access the router. How do I do that?

Thx for any help.

Network Admin
A+, Network+, MCSA 2000, MCSE 2000
MCSA (2003)
 
line vty 0 4
access-class 12 in
password 7 xxxxxxxxxxxxxx
login


access-list 12 permit 192.168.1.0 0.0.0.255

This will only allow telnet access from the subnet in the access-list.
You will probably need set this to the public IP address on your firewall and telnet into the router from the firewall device.

access-list 12 permit 64.100.28.2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top