| Author |
How do disable Http Access top My router
|
|
| beenframed 2001-07-20, 9:28 am |
| I found that if I point a web browser to one of my external ip addresses I prompts you for a username and password. This username and password allows access to my router via a web browser. How can I disable this?
Thanks... | |
| dmaftei 2001-07-20, 9:40 am |
| Router(config)#no ip http server
Or, if you feel the need to use a web interface to manage your router (which you shouldn't ), you can restrict access with
Router(config)#ip http access-class aclnumber | |
| nelsons1 2001-07-20, 9:41 am |
| I think this is what you are refering to
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# no ip http server
Need more info? go to http://www.cisco.com/warp/public/70...plevel-pub.html | |
| beenframed 2001-07-20, 9:48 am |
| yep that did it. Thanks guys. | |
| Retired-Mod 2001-07-20, 5:11 pm |
| Always disable that because it is a big security risk.
Retired | |
| beenframed 2001-07-23, 8:36 am |
| Is this enabled by default? | |
| nelsons1 2001-07-23, 11:26 am |
| This is not enabled by default. Cisco recommends disabling it only if you have already enabled it. | |
| dmaftei 2001-07-23, 12:57 pm |
| quote: Originally posted by beenframed
Is this enabled by default?
Quote from Cisco:
quote: This feature is automatically enabled on Cisco 1003, Cisco 1004, and Cisco 1005 routers that have not yet been configured. For Cisco 1003, Cisco 1004, and Cisco 1005 routers that have already been configured, and for all other routers, this feature is disabled.
| |
| beenframed 2001-07-23, 1:00 pm |
| Thanks I was trying to find out who originally enabled it on my router.
thanks for clearing that up for me all..
-bf | |
| Retired-Mod 2001-07-25, 3:28 am |
| Initially it was thought to be a good idea, so many people enabled it, so there are may routers out there like that. We have been disabling ours for a couple of years now after initially enabling it.
Retired | |
| babak.h 2001-07-31, 1:50 am |
| Hi everyone,
you probably all know this, but with regards to the: ip http server command, i found this interesting link on Cisco.com.
Actually, this about 2 months old now, it caused big news on all security advisories.
Here's the link:
http://www.cisco.com/cgi-bin/front....VID=3006&VVID=1 |
|
|
|