[GUIDA] Root e Modding Smart Modem Plus AGTEF DGA4130 (VBNT-K)

  • 9588 Risposte
  • 5801794 Visite

0 Utenti e 5 Visitatori stanno visualizzando questo topic.

Offline nothingman

  • Nuovo Iscritto
  • *
  • 39
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5445 il: 13 Dicembre 2017, 21:38 »
Ok grazie per le spiegazioni.
Come dicevo non mi lamento perchè agganciare 162 MB a 300 metri dal cabinet non credo sia malvagio...

Offline donato74

  • Membro Anziano
  • ***
  • 197
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5446 il: 13 Dicembre 2017, 23:30 »
@Ansuel Anche la 4.6.8 da GUI si è piantato col solito ngix, riflashato via putty. Hai un changelog di qualche tipo o sono step tuoi?

Offline Ansuel

  • VIP
  • *****
  • 3166
  • Sesso: Maschio
  • Il trucco è avere tanti modem da brikkare :P
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5447 il: 13 Dicembre 2017, 23:33 »
quando ti accade dammi un bootlog.... devo capire sto errore da dove deriva

Offline donato74

  • Membro Anziano
  • ***
  • 197
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5448 il: 13 Dicembre 2017, 23:50 »
OK; dove lo trovo il bootlog?

Offline nclmrc

  • Membro Anziano
  • ***
  • 246
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5449 il: 14 Dicembre 2017, 00:59 »
Esce questo errore nell' aggiornamento GUI da ssh.

/usr/bin/lua:/sbin/trafficdata.lua:123: attempt to index a nil value
stack traceback:
        /sbin/trafficdata.lua:123: in main chunk
        [C]: ?

Offline BILBO

  • Nuovo Iscritto
  • *
  • 36
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5450 il: 14 Dicembre 2017, 01:39 »
@Ansuel as you know I need to modify the network to get bridge mode to work for me without vlan and it does work but there is a problem.

My router cannot make the PPP connection if the dga4130 has been switched off for a while. I have to use another modem then reconnect the dga4130 and it works again. Why would this be? Something to do with pppoe relay?

Many thanks

Offline Ansuel

  • VIP
  • *****
  • 3166
  • Sesso: Maschio
  • Il trucco è avere tanti modem da brikkare :P
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5451 il: 14 Dicembre 2017, 01:42 »
what you mean with has been switched off for a while?

Offline BILBO

  • Nuovo Iscritto
  • *
  • 36
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5452 il: 14 Dicembre 2017, 01:54 »
If I turn my asus router or the dga4130  modem off for an hour and switch them on again I can't connect to my ISP again timeout waiting for pado packets. I disconnect the dga4130 plug in another modem and the connection is made. I plug the Dg4130 back in again and all is OK.

Offline Ansuel

  • VIP
  • *****
  • 3166
  • Sesso: Maschio
  • Il trucco è avere tanti modem da brikkare :P
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5453 il: 14 Dicembre 2017, 01:58 »
can you check if it's a problem with the pppoe?
the dga does make the dsl connection?

Offline BILBO

  • Nuovo Iscritto
  • *
  • 36
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5454 il: 14 Dicembre 2017, 02:07 »
Yes dga just does dsl in bridge mode. My pppoe details are correct.

Offline Ansuel

  • VIP
  • *****
  • 3166
  • Sesso: Maschio
  • Il trucco è avere tanti modem da brikkare :P
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5455 il: 14 Dicembre 2017, 02:24 »
and it's the pppoe that goes in timeout not the dsl connection right?

can you repost the /etc/config/network ?

Offline BILBO

  • Nuovo Iscritto
  • *
  • 36
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5456 il: 14 Dicembre 2017, 11:14 »
and it's the pppoe that goes in timeout not the dsl connection right?

can you repost the /etc/config/network ?
It is the PPPoE Discovery that fails when bridged to the asus router. The dsl is ok yes. On an alternative modem pppoe discovery works fine. Also pppoe connection works fine when the dga4130 is in normal router mode. If pppoe discovery has already happened recently on another device then the DGA4130 is connected immediately after that the connection works fine. I did not realise the problem until I have to unplug my router for an extended period to do some decorating / painting the house.

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 'none'
option default_ps '0'

config device 'waneth4'
option type '8021q'
option name 'waneth4'
option macaddr '10:13:31:xx:xx:xx'
option ifname 'eth4'
option vid '835'
option ipv6 '0'

config device 'wanptm0'
option name 'wanptm0'
option macaddr '10:13:31:xx:xx:xx'
option ipv6 '0'

config interface 'wan'
option macaddr '10:13:31:xx:xx:xx'
option ifname 'ptm0'

config config 'config'
option wan_mode 'bridge'

config interface 'wwan'
option auto '1'
option proto 'mobiled'
option session_id '0'
option profile '1'
option enabled '0'

config interface 'wan6'
option proto 'dhcpv6'
option reqopts '12 21 22 23 24 25 31 56 64 67 82 83'
option noslaaconly '1'
option iface_464xlat '0'
option auto '0'
option dns_metric '20'
option ifname '@wan_ipv6'
option enabled '0'

config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '64'
option force_link '0'
option ipv6 '0'
option pppoerelay 'ptm0'
list ifname 'eth0'
list ifname 'eth1'
list ifname 'eth2'
list ifname 'eth3'
list ifname 'eth5'
list ifname 'ptm0'

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

config interface 'wlnet_b_24'
option proto 'static'
option ip6assign '64'
option ipv6 '0'
option ip6hint '1'
option netmask '255.255.255.128'
option ipaddr '192.168.168.1'
option ifname 'wl0_1'
option force_link '0'
option name 'Ospiti-TIM-24068835'

config interface 'wlnet_b_5'
option proto 'static'
option ip6assign '64'
option ipv6 '0'
option ip6hint '2'
option netmask '255.255.255.128'
option ipaddr '192.168.168.129'
option ifname 'wl1_1'
option force_link '0'
option name 'Ospiti-TIM-24068835'

config device 'wlnet_b_5eth5'
option type '8021q'
option name 'wl1_1'
option enabled '1'
option ifname 'eth5'
option vid '3'
option ipv6 '0'

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'b
Read more at https://www.ilpuntotecnico.com/forum/index.php/topic,77325.5100.html#FDJq9r5zAWMem1kO.99

Could it be anything to do with this: ?
config pppoerelayd 'config'
        option enable '0'
        option server_intf 'wan'
        option client_intf 'lan'
        option timeout '0'
        option nsessions '32'




« Ultima modifica: 14 Dicembre 2017, 11:17 da BILBO »

Offline Lucadp

  • Nuovo Iscritto
  • *
  • 43
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5457 il: 14 Dicembre 2017, 12:58 »
Volevo collegare l'Archer D7 in cascata (lo usavo in cascata al baff rosso con connessione PPoE dal router) al 4130 ed avevo selezionato "bridged mode" ma accedendo alla GUI sembra rimasto tutto uguale... Ho saltato qualche passaggio?

Ho provato anche a fare la configurazione manuale per poter mettere il router in cascata (come avevo fatto col "baffo rosso" ma non c'è verso di farlo funzionare...

EDIT: avevo sbagliato io a collegare il cavo, avevo fatto WAN-WAN anzichè LAN-WAN.... Ora va tutto alla grande (con qualche mega in download in più) e la fonia funziona regolarmente tramite il WiFI del D7 con l'app TIM telefono! :D
« Ultima modifica: 14 Dicembre 2017, 16:45 da Lucadp »

Offline vic975

  • Nuovo Iscritto
  • *
  • 24
  • Sesso: Maschio
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5458 il: 14 Dicembre 2017, 14:47 »
Ciao a tutti,
con il fw originale tiscali avevo la possibilità di configurare la wifi in modalità band steering, sull'AGTEF non trovo il modo di attivarlo, avete info in merito?

Grazie!
Fastweb FTTH | GPON ZTE F601 | DGA4132 | FW 2.2.0 | GUI 9.5.61

Offline Lil-Koby

  • Nuovo Iscritto
  • *
  • 44
  • May the FOURCC be with you.
Re:[GUIDA] Sblocco Smart Modem Evolution DGA4130 (AGTEF)
« Risposta #5459 il: 14 Dicembre 2017, 22:45 »
My DGA4130 keeps adding one IP address... Its also pingable. I'm using bridge mode with DHCP+Wlan off, IP: 192.168.254.254.
Citazione
Dec 14 22:27:26 daemon.warn odhcpd[2428] sending DHCPV4_MSG_ACK to 12:13:31:xx:xx:xx - 192.168.254.101
Dec 14 22:27:26 daemon.warn odhcpd[2428] received DHCPV4_MSG_REQUEST from 12:13:31:xx:xx:x

/tmp/hosts/odhcpd:
Citazione
192.168.254.101   ModemTIM-AP-715810

How to get rid of this behaviour ?

edit: Do I need to factory reset ? Pls let me know...  :help:
« Ultima modifica: 15 Dicembre 2017, 13:35 da Lil-Koby »
Io uso google traduttore, ti prego perdonami...