[GUIDA] Flash, Root e Modding Technicolor TG788vn v2 (VDNT-W)

  • 432 Risposte
  • 242860 Visite

0 Utenti e 2 Visitatori stanno visualizzando questo topic.

Offline zeropool

  • Nuovo Iscritto
  • *
  • 10
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #165 il: 05 Settembre 2019, 20:22 »
Sto usando la GUI di Ansuel 9.3.77.
Effettivamente qualcosa non torna, è come se ci dovesse essere qualcosa da flaggare sulla gui, che non trovo.
In sostanza vorrei riuscire a cambiare classe ip e disattivare il pool dhcp dal router, il server dhcp dovrà farlo un altro dispositivo a monte.
Voi che versione di GUI avete installato per i precedenti test?

Offline FrancYescO

  • VIP
  • *****
  • 3382
Re:technicolor tg788vn-v2
« Risposta #166 il: 05 Settembre 2019, 20:38 »
prova ad installare ultima dev, ho fatto qualche fix (tipo il 5g nel wizard) ma non ricordo esattamente in che versione, attualmente mi sembra tutto funzionante su questo router (o per lo meno quella di cambiare l'indirizzo LAN e' una prova che feci..) che errore ti mostra?

Offline zeropool

  • Nuovo Iscritto
  • *
  • 10
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #167 il: 05 Settembre 2019, 20:52 »
Il messaggio di errore quando cambio classe ip o più semplicemente quando provo a disattivare il dhcp:
"Alcuni parametri hanno fallito la convalida eth4_wanmode: Inserisci 0 o 1 "

Offline larsen64it

  • VIP
  • *****
  • 2697
Re:technicolor tg788vn-v2
« Risposta #168 il: 05 Settembre 2019, 21:07 »
Con la GUI di Ansuel 9.3.77 funziona bene: la wan è stata sempre la eth3, hai disabilitato la wansensing?
Codice: [Seleziona]
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fde8:fb4a:d952::/48'
option vlanmode 'bcmvopi'

config interface 'lan'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.0.1'
option force_link '0'
list pppoerelay ''
list pppoerelay ''
option ip6assign '0'
option ipv6 '0'
list ifname 'eth0'
list ifname 'eth1'
list ifname 'eth2'

config switch 'bcmsw'
option reset '1'
option enable_vlan '0'
option qosimppauseenable '1'

config interface 'wan'
option reqopts '1 3 6 15 33 42 51 121 249'
option vendorid 'Technicolor'
option authfail '0'
option ipv6 '0'
option release '1'
option iface6rd '0'
option auto '1'
option vpi '8'
option vci '35'
option username 'timadsl'
option mtu '1492'
option password 'timadsl'
option ifname 'eth3'
option proto 'pppoe'

config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
option reqopts '3 12 21 22 23 24 25 31 56 64 67 82 83'
option noslaaconly '1'
option iface_464xlat '0'
option reqaddress 'none'
option auto '0'

config device 'wanptm0'
option enabled '1'
option type '8021q'
option name 'wanptm0'
option vid '835'
option ifname 'ptm0'

config device 'atmwan'
option vpi '8'
option vci '35'
option enabled '1'
option name 'atmwan'
option ifname 'atm0'

config interface 'guest'
option proto 'static'
option type 'bridge'
option ipv6 '0'
option ip6hint '1'
option netmask '255.255.255.128'
option ipaddr '192.168.168.126'
list ifname 'wl0_1'
option force_link '0'

config device 'waneth4'
option enabled '1'
option type '8021q'
option name 'waneth4'
option vid '835'

config interface 'ipoe'
option proto 'dhcp'
option metric '1'
option reqopts '1 3 6 43 51 58 59'
option release '1'
option neighreachabletime '1200000'
option neighgcstaletime '2400'
option ipv6 '1'

config config 'config'
option wan_mode 'pppoe'
@FrancYescO
Con l'ultima dev 9.4.31 ci sono dei problemi con il resize delle finestre

Già che ci sono ti segnalo anche con telstra gui la wan non viene identificata sia con tg788 che il 789

Codice: [Seleziona]
2019/09/05 21:01:23 [error] 14934#0: *25 lua entry thread aborted: runtime error: [string "/telstra-modals/broadband.lp"]:181: attempt to perform arithmetic on local 'uptime' (a nil value)
stack traceback:
coroutine 0:
[string "/telstra-modals/broadband.lp"]:181: in function 'secondsToTime'
[string "/telstra-modals/broadband.lp"]:224: in function 'content'
/usr/lib/lua/web/web.lua:264: in function 'process'
content_by_lua(nginx.conf:109):4: in function <content_by_lua(nginx.conf:109):1>, client: 192.168.0.64, server: localhost, request: "GET /telstra-modals/broadband.lp HTTP/1.1", host: "192.168.0.1", referrer: "http://192.168.0.1/telstra-gui.lp"
2019/09/05 21:01:36 [error] 14934#0: *28 lua entry thread aborted: runtime error: [string "/telstra-modals/broadband.lp"]:181: attempt to perform arithmetic on local 'uptime' (a nil value)
« Ultima modifica: 05 Settembre 2019, 21:41 da larsen64it »

Offline zeropool

  • Nuovo Iscritto
  • *
  • 10
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #169 il: 05 Settembre 2019, 21:22 »
Wansensing disattivato, a te fa cambiare classe di ip al router?

Offline larsen64it

  • VIP
  • *****
  • 2697
Re:technicolor tg788vn-v2
« Risposta #170 il: 05 Settembre 2019, 21:30 »
Ora ho rimontato un altro router ma se vedi la mia configurazione la classe di ip non è quella di default. Con tutte le prove che ho fatto non mi ricordo più se l'ho fatto da gui o manualmente. Appena posso riprovo.

Offline zeropool

  • Nuovo Iscritto
  • *
  • 10
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #171 il: 05 Settembre 2019, 21:35 »
Ok, grazie 1000.
Provo intanto a smanettarci un po, vediamo che succede

Offline larsen64it

  • VIP
  • *****
  • 2697
Re:technicolor tg788vn-v2
« Risposta #172 il: 05 Settembre 2019, 21:46 »
@zeropool
Sì riesco a cambiarlo

Offline zeropool

  • Nuovo Iscritto
  • *
  • 10
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #173 il: 05 Settembre 2019, 21:54 »
Allora avrò sbagliato qualcosa nella configurazione o nel processo di sblocco.
In pratica continuo ad imbattermi in questo bug per cui non riesco a modificare alcun paramentro dalla sottomenù "local network"
P.S. Da interfaccia telmex ci si riesce
Qualche dritta?

Offline larsen64it

  • VIP
  • *****
  • 2697
Re:technicolor tg788vn-v2
« Risposta #174 il: 05 Settembre 2019, 22:05 »
Io dopo tutte le prove avevo resettato tutto, sbloccato, e infine installato la gui senza toccare nulla. Le eventuali modifiche le ho fatte dopo. Salvati la tua network e mettici la mia e vedi se funzia.

Offline FrancYescO

  • VIP
  • *****
  • 3382
Re:technicolor tg788vn-v2
« Risposta #175 il: 05 Settembre 2019, 22:06 »
cosa hai impostato come tipo di connessione banda larga? prova a impostare almeno per una volta eth

Offline zeropool

  • Nuovo Iscritto
  • *
  • 10
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #176 il: 05 Settembre 2019, 22:10 »
Ripristino il fw, risblocco e reinstallo la gui di ansuel. Provo la 9.3.52 vediamo come va

Offline larsen64it

  • VIP
  • *****
  • 2697
Re:technicolor tg788vn-v2
« Risposta #177 il: 05 Settembre 2019, 22:14 »
Con l'ultima stabile 9.3.77 non dovresti avere problemi.
P.S. Quale versione di telmex hai installata, l'ultima è TG788vnv2_17.2.0360
« Ultima modifica: 05 Settembre 2019, 22:18 da larsen64it »

Offline zeropool

  • Nuovo Iscritto
  • *
  • 10
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #178 il: 05 Settembre 2019, 22:36 »
si, questa : F_TG788vnv2_17.2.0360

Offline gecon27

  • Nuovo Iscritto
  • *
  • 4
  • Sesso: Maschio
Re:technicolor tg788vn-v2
« Risposta #179 il: 16 Settembre 2019, 21:32 »
Hello all,

I installed the TELMEX firmware, unlocked the router and installed the Ansuel GUI. So far everything is ok, VDSL is connected, BUT I cannot get an IP address.
I checked VLAN tag id and is correct (835), so I think the problem is the MTU which seems to be 1500 (I found this by ifconfig after connecting via ssh to the router) while on another router that works the MTU is 1492. I think also that 1492 is the max allowed MTU for pppoe connections. So the question is how can I change the MTU? Is it possible via the Ansuel GUI?

PS. I already disabled "Wan Sensing State" in the Broadband section as per larsen64it advise (refer to https://www.ilpuntotecnico.com/forum/index.php/topic,81285.0.html).

Thanks,
Giannis