eh querido entrar a mi router por medio de la interface web, pero no lo logro.. tengo todo el acceso mediante telnet como usuario privileagiado y eso.. pero no se muxo de los comandos, se me haría más fácil por la web. Cuando pongo el pass del usuario privilegiado en la interface web, me pone como si estuviera en telnet version web y lo mismo que nada X_x


en que parte de la configuración del router está escrita los datos para la interface web?


router: cisco 851W
acceso telmex 1mb




hostname USUARIO

boot-start-marker
boot-end-marker

enable secret cisco
no aaa new-model

resource policy

no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.32
---------------------------------------------------------------------------

ip dhcp pool LAN-USUARIO
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 200.62.191.11 200.24.191.11 200.62.191.12 200.24.191.12
domain-name www.USUARIO.com.pe
lease 7

ip cef
ip domain name www.USUARIO.com.pe

ip name-server 200.XX.191.11
ip name-server 200.XX.191.11

bridge irb


---------------------------------------------------------------------------

interface FastEthernet4
description interfase WAN Internet
ip address 190.XX.77.10 255.255.255.0
ip nat outside
ip virtual-reassembly
speed 100
full-duplex

----------------------------------------------------------------------------

interface Dot11Radio0
description Interfase Wireless
no ip address

encryption key 1 size 40bit 0 PASS transmit-key
encryption mode wep mandatory

ssid XXXX
max-associations 20
authentication open
guest-mode

speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
channel 2437
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding

-----------------------------------------------------------------------------
interface Vlan1
no ip address
bridge-group 1

-----------------------------------------------------------------------------
interface BVI1
description Red LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly

-----------------------------------------------------------------------------

no ip classless
ip route 0.0.0.0 0.0.0.0 190.81.77.1

ip http server
no ip http secure-server
ip nat translation udp-timeout 360

ip nat pool POOL_NAT 190.XXX.133.78 190.XXX.133.78 prefix-length 29
ip nat inside source list NAT pool POOL_NAT overload
ip nat inside source static 192.168.1.2 190.223.133.72
ip nat inside source static 192.168.1.8 190.223.133.79
------------------------------------------------------------------------------

ip access-list extended NAT
permit ip 192.168.1.0 0.0.0.255 any



control-plane

bridge 1 protocol ieee
bridge 1 route ip

/* Líneas estándar: */

banner *
##### TELMEX Access Control Server #####
*
line con 0
password valkyry
login
line vty 0 4
password valkyry
login
enable secret scylla
service password-encryption
service timestamps log datetime localtime
service timestamps debug datetime localtime
logging buffered 10000 info
clock timezone GMT -5

------------------------------------------------------------------
/* Configuración tacacs: */

tacacs-server host 200.14.241.30
tacacs-server host 200.14.241.196
tacacs-server key ftcm&sec/
aaa new-model
aaa authentication login default group tacacs+ enable
aaa authentication enable default group tacacs+ enable
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+

aaa authorization commands 15 default group tacacs+ none
aaa authorization commands 1 default group tacacs+ none
line con 0
login authentication default
line vty 0 4
login authentication default
exit



grax =)