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

Configure Cisco Router from external IP

Status
Not open for further replies.

Tegguy92

Technical User
Mar 26, 2011
41
US
I was curious if it's possible to setup my Cisco 2621 so that I can configure it remotely via the web. I'd like to be able to sit at work and log into my router to check configurations and make changes. Any help would be great. Thank You
 
Anything is possible. Is it connected to your internet connection? Do you have a console server or PC that you leave on?
 
I currently do not have a pc or a server I leave on. If I get my surveillance system up but right now nothing stays on
 
Does anyone know a way to do it without a computer?
 
If your router is connected to the internet then use the public IP assigned to the interface of the router?

Then telnet to the ip.

Make sure you have username and password set up as well as enable password.

Then in the VTY config set up for login
Router(config)# username <username> privilege 15 password 0 <password>
!
Router(config)# line vty 0 4
Router(config-line)# privilege level 15
Router(config-line)# login local
Router(config-line)# transport input telnet
Router(config-line)# transport input telnet ssh
Router(config-line)# exit


The key to all of this is to have a public IP on the router interface, OR a way to telnet from a machine at the house if using private IP on router connected to network. The important piece is a public IP is needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top