Hardware e Software > Connessioni ADSL/VDSL/FTTC
[GUIDA] Flash, Root e Modding Technicolor TG788vn v2 (VDNT-W)
Combine:
@larsen64it però è una funzione "nascosta" sbloccabile tramite root ecc.
Di default queste CPE non possiedono assolutamente la frequenza 5 GHz. Sarà il classico solito blocco da parte dell'ISP.
Grazie per l'informazione comunque.
larsen64it:
In realtà funziona di default su tutti i kernel dal 2.6 al 3.4 e su tutti i router che ho provato con i chip bcm63168, e solo che non è integrata nella gui: prestazioni? Bug?
@FrancYescO
Orginale
--- Codice: ---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 'fd85:7e8a:118d::/48'
option vlanmode 'bcmvopi'
config interface 'lan'
option ifname 'eth0 eth1 eth2 eth3'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.1.254'
option ip6assign '64'
option force_link '0'
option ipv6 '1'
list pppoerelay ''
list pppoerelay ''
config switch 'bcmsw'
option reset '1'
option enable_vlan '0'
option qosimppauseenable '1'
config interface 'wan'
option proto 'pppoe'
option pppoe_backoff '1,32'
option username '[email protected]'
option password '5fb12d6e0cdd72fdc2a747c8fe412b'
option auto '0'
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'
config interface 'ppp_8_35'
option ifname 'atm_8_35_v0'
option auto '0'
config interface 'ppp_8_81'
option ifname 'atm_8_81_v0'
option auto '0'
config bcmvopi 'atm_8_35_v0'
option if 'atm_8_35'
option vid '0'
option defvid 'yes'
option dscp2pbits 'yes'
config bcmvopi 'atm_8_81_v0'
option if 'atm_8_81'
option vid '0'
option defvid 'yes'
option dscp2pbits 'yes'
config bcmvopi 'ptm0_v881'
option if 'ptm0'
option vid '881'
option dscp2pbits 'yes'
config config 'config'
option wan_mode 'pppoe'
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 device 'waneth4'
option enabled '1'
option type '8021q'
option name 'waneth4'
option vid '835'
config device 'wanptm0'
option enabled '1'
option type '8021q'
option name 'wanptm0'
option vid '835'
--- Termina codice ---
Modificata e rigenerata dalla gui
--- Codice: ---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 'fd06:aaa3:a2ac::/48'
option vlanmode 'bcmvopi'
config interface 'lan'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.1.254'
option ip6assign '64'
option force_link '0'
option ipv6 '1'
list pppoerelay ''
list pppoerelay ''
list ifname 'eth0'
list ifname 'eth1'
list ifname 'eth2'
config switch 'bcmsw'
option reset '1'
option enable_vlan '0'
option qosimppauseenable '1'
option jumbo '1'
config switch_vlan 'lan_switch'
option device 'bcmsw_ext'
option vlan '1'
option ports '1* 2* 3* 8t'
config interface 'wan'
option proto 'pppoe'
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 username 'timadsl'
option mtu '1492'
option password 'timadsl'
option ifname 'eth3'
config interface 'vdsl_check'
option proto 'pppoe'
option ifname 'ptm0'
option keepalive '5,10'
option auto '0'
option reqopts '1 3 6 15 33 42 51 121 249'
option vendorid 'Technicolor'
option graceful_restart '1'
option authfail '0'
option mtu '1500'
option ipv6 '0'
option release '1'
option iface6rd '0'
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'
config device 'eth3'
option name 'eth3'
option mtu '1500'
config device 'ptm0'
option mtu '1508'
option name 'ptm0'
config device 'waneth4'
option enabled '1'
option type '8021q'
option name 'waneth4'
# option vid '835'
option ifname 'eth3'
config device 'wanptm0'
option enabled '1'
option type '8021q'
option name 'wanptm0'
option vid '835'
option ifname 'ptm0'
config config 'config'
option wan_mode 'pppoe'
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'
--- Termina codice ---
In pratica ho tolto eth3 dallo switch
ho aggiunto
--- Codice: ---config switch_vlan 'lan_switch'
option device 'bcmsw_ext'
option vlan '1'
option ports '1* 2* 3* 8t'
--- Termina codice ---
ho modificato la sezione wan presa dal 789 mettendo eth3 al posto di waneth4
--- Codice: ---config interface 'wan'
option proto 'pppoe'
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 username 'timadsl'
option mtu '1492'
option password 'timadsl'
option ifname 'eth3'
--- Termina codice ---
Lascia perdere eth3 nella sezione waneth4 e solo per farla salire e vedere cosa succedeva: inifluente
Ho modificato anche la vdsl per provarla in quanto il wizard non funziona e non si setta nemmeno manualmente dalla gui.
Ho aggiunto anche questo
--- Codice: ---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'
--- Termina codice ---
in quanto senza da errore nel wizard
Combine:
Può darsi. Accedendo da remoto come superuser (lanadmin) tale frequenza è invisibile per questo modello di CPE, ma può darsi sia un bug o nascosta poiché ha lo stesso kernel dei TG789vac v2 che invece hanno il dual band simultaneo e perfettamente visibile.
Io dico che si tratta di una limitazione fatta apposta da parte dell'ISP per poi "costringere" il cliente a reperire una nuova CPE.
larsen64it:
Alt il 789 ha un chip dedicato per 5ghz per questo è simultaneo.
chip 5ghz del tg789 che fa lo scanner del BCM435f sempre del tg789 in modalità 5ghz
Combine:
Si lo so, invece il 788vn v2 non lo ha. Dunque è come se effettivamente fosse "bloccato dall'ISP" e per sbloccarlo occorre rootarlo ed adoperare OpenWRT?
Navigazione
[0] Indice dei post
Vai alla versione completa