Modem Telmex TG582n administrar con Telnet
El problema con los modems de Telmex, especificamente el modelo TG582n que no permite conectarse por LAN, solo se puede configurar por WiFi, En algunas versiones, se puede habilitar por Telnet la administracion por interfaz web para la Lan,
Las siguientes son las referencias a las paginas donde encontre informacion sobre como configurar mediante Telnet este modelo de modem
Initially -- configure the routers username privileges.
Telnet Remote Access
http://npr.me.uk/remote.html
http://npr.me.uk/telnet.html
http://www.kitz.co.uk/routers/speedtouch585.htm
http://wiki.aa.org.uk/Router_-_TG582N_-_Firewall_and_Port_Forwarding
http://community.plus.net/forum/index.php/topic,108714.0.html/
Tested on a TG587n V2 but may work on other Thomson routers
Start a telnet session to the router.The first thing to do is disable the routers telnet timeout.
This prevents the telnet session unexpectedly closing.
=>env set var=SESSIONTIMEOUT value=0
=>saveall
Permitir acceso remoto al RouterHTTP Remote Access
Undo -- remove the above settings.
Telnet Remote Access
Undo -- remove the above settings.
Las siguientes son las referencias a las paginas donde encontre informacion sobre como configurar mediante Telnet este modelo de modem
Initially -- configure the routers username privileges.
Telnet Remote Access
http://npr.me.uk/remote.html
http://npr.me.uk/telnet.html
http://www.kitz.co.uk/routers/speedtouch585.htm
http://wiki.aa.org.uk/Router_-_TG582N_-_Firewall_and_Port_Forwarding
http://community.plus.net/forum/index.php/topic,108714.0.html/
Tested on a TG587n V2 but may work on other Thomson routers
Start a telnet session to the router.The first thing to do is disable the routers telnet timeout.
This prevents the telnet session unexpectedly closing.
=>env set var=SESSIONTIMEOUT value=0
=>saveall
Permitir acceso remoto al RouterHTTP Remote Access
Commands | Comments |
---|---|
service system list name=HTTP expand=enabled | Optional -- see the settings before we start. |
service system ifadd name=HTTP group=wan | Join the HTTP server to the WAN |
service system modify name=HTTP state=enabled | Not usualy required as HTTP is already enabled for LAN. |
service system list name=HTTP expand=enabled | Optional -- see the changes. |
saveall | Make permanent |
Undo -- remove the above settings.
Commands | Comments |
---|---|
service system list name=HTTP expand=enabled | Optional -- see the changes. |
service system ifdelete name=HTTP group=wan | Remove HTTP server from WAN |
saveall | Make permanent |
Telnet Remote Access
Commands | Comments |
---|---|
service system list name=TELNET expand=enabled | Optional -- see the settings before we start. |
service system ifadd name=TELNET group=wan | Join the TELNET server to the WAN |
service system list name=TELNET expand=enabled | Optional -- see the changes. |
saveall | Make permanent |
Undo -- remove the above settings.
Commands | Comments |
---|---|
service system list name=TELNET expand=enabled | Optional -- see the changes. |
service system ifdelete name=TELNET group=wan | Remove TELNET server from WAN |
saveall | Make permanent |
Comentarios
Publicar un comentario