Jump to content

Guia desbloqueo (firmware) Routers Thomson Speedtouch RJ45


Recommended Posts

Ya perrillo colgado su firmware...

http://www.megaupload.com/?d=B5PKGY56

Luego de instalarlo... colocas 192.168.1.254 en tu browser...

Dentro del ST... vas a home... setup... colocas: router... pppoe... 8/32... tu user de speedy y la clave... luega puedes colocarle clave al router... (no no le pondrìa clave ya que el ie7 y algunos firmwares del st no se llevan bien con las claves)

Salu2,

Dohnkoph34r.gif

 

hola old te queria preguntar si tienes algun dato para el firm liberado del tg789vn es un thomson aparece tambien como technicolor , ya que no he podido pillar el firmware.

desde ya muchas gracias por cualquier informacion que me puedas aportar.

 

Link to comment
Share on other sites

  • 2 months later...
  • Replies 231
  • Created
  • Last Reply

Top Posters In This Topic

¿Qué firmware estas utilizando? Porque a mi me aparece solamente bridge y Routed PPP solamente.

Todo esto con el router ST585 v6 Firmware 7.4.3.2

 

edit No importa. Finalmente configure el router por telnet.

 

 

1) Primero me conecté al modem por telnet

CÓDIGO

 

telnet 192.168.1.254

 

 

Si es que no han cambiado el usuario por defecto, el usuario es Administrator y la clave la dejan vacía.

 

2)Luego resetee el modem a configuración de fabrica

CÓDIGO

 

system reset factory=yes proceed=yes

 

 

Lo mas probable es que la conexion se pierda mientras el modem se reinicia, por lo que se vuelven a conectar a telnet

 

3)Luego se limpian todas las reglas del modem

CÓDIGO

 

env set var=SESSIONTIMEOUT value=0

ppp relay flush

ppp flush

eth flush

atm flush

atm phonebook flush

ip ipdelete addr=10.0.0.138

saveall

 

 

4) Posteriormente se crea la conexion a internet del modem con el usuario adsl y clave asignada por telsur

CÓDIGO

 

atm phonebook add name=pvc_data addr=0.33

 

atm ifadd intf=atm_data

atm ifconfig intf=atm_data dest=pvc_data encaps=llc ulp=mac

atm ifattach intf=atm_data

 

eth ifadd intf=eth_data

eth ifconfig intf=eth_data dest=atm_data

eth ifattach intf=eth_data

 

ppp ifadd intf=pppoe_data

ppp ifconfig intf=pppoe_data dest=eth_data user=tu_usuario@telsur password=tu_clave

 

ppp rtadd dst=0.0.0.0 dstmsk=0.0.0.0 intf=pppoe_data

 

nat ifconfig intf=pppoe_data translation=enabled

 

ppp ifattach intf=pppoe_data

 

 

5) Posteriormente se crea el canal por el que se recivira el video

CÓDIGO

 

atm phonebook add name=pvc_video addr=0.37

 

atm ifadd intf=atm_video

atm ifconfig intf=atm_video dest=pvc_video encaps=llc ulp=mac

atm ifattach intf=atm_video

 

eth bridge ifadd intf=eth_video

eth bridge ifconfig intf=eth_video dest=atm_video

eth bridge ifattach intf=eth_video

 

eth bridge config vlan=enabled

 

eth vlan add name=video vid=2

 

eth bridge vlan ifadd intf=eth_video name=video

eth bridge vlan ifdelete intf=eth_video name=default

 

 

6) A continuación se aisla los puerto 3 y 4 del router para el IPTV

CÓDIGO

 

eth bridge vlan ifadd name=video intf=ethport4

eth bridge vlan ifdelete name=default intf=ethport4

 

eth bridge vlan ifadd name=video intf=ethport3

eth bridge vlan ifdelete name=default intf=ethport3

 

 

7) Finalmente se habilita igmpsnooping en los puertos 3 y 4

CÓDIGO

 

eth bridge igmpsnooping config state=enabled

eth bridge ifconfig intf=ethport3 igmpsnooping=enabled

eth bridge ifconfig intf=ethport4 igmpsnooping=enabled

 

eth bridge igmpsnooping ifconfig intf=ethport3 fastleave=enabled exptrack=enabled

eth bridge igmpsnooping ifconfig intf=ethport4 fastleave=enabled exptrack=enabled

 

saveall

 

 

De esta forma me quedó el modem tal cual me lo entregaron, pero con la diferencia que se encuentra desbloqueado.

El que se atreva que lo intente.

 

Las fuentes que utilicé fueron

http://www.thomsonbr...ile.php?id=5659

http://www.thomsonbr...ile.php?id=5684

 

 

FUNCIONO A LA PERFECCION CTM!!! :banana:

 

Tuve el mismo drama cuando desblokie mi thomson ST585 v7, que murio el WITV, pero segui tus pasos tal cual y funciono de una

 

PD: Para no tener que escribir los comandos a mano use el anziowin que me permite hacer copy/paste por telnet

 

Salu2!

 

Sorry por revivir el tema pero desbloquee un router thomson 585v8 de telefónica del sur y le puse el firmware 8.2.7.8 hace algún tiempo y aplique estos pasos para habilitar la conexión a witv usando el mismo programa que muestra el socio (anziowin) el cual permite hacer copy&paste de los códigos mostrados pero aun así al iniciar la televisión se queda pegado en "11/20" y no carga mas.

 

¿alguien sabe si modificaron las conexiones y este paso ya no sirve mas?...la otra seria conseguirme una copia de seguridad de la configuración de un router de telsur que tenga la config hecha pero nose quien tiene o si esto realmente sirva.

 

OJala pudieran responder, saludos.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...