[MOD] Technicolor Custom GUI di Ansuel

  • 3516 Risposte
  • 1597779 Visite

0 Utenti e 5 Visitatori stanno visualizzando questo topic.

Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3075 il: 20 Aprile 2022, 08:19 »
Intendevo dire che purtroppo non mi funziona nemmeno con 255.255.255.255.

Da locale si, da Internet invece non ne vuole sapere.

Offline larsen64it

  • VIP
  • *****
  • 2696
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3076 il: 20 Aprile 2022, 08:20 »
Ho fatto un aggiunta al post precedente.

Edit
Tanto per fare incaz... le persone
Funziona anche usando l'eseguibile wol copiato  in una 2.2.1 (18.3) con il comando
wol -h ip_pubblico -p 9 mac_pc
« Ultima modifica: 20 Aprile 2022, 08:38 da larsen64it »

Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3077 il: 20 Aprile 2022, 11:45 »
Niente da fare, sia con:
Codice: [Seleziona]
config proxy 'wan2lan'
        option enable '1'
        option src_intf 'wan'
        option src_port '9'
        option dest_intf 'lan'
        option dest_port '9'

che con:
Codice: [Seleziona]
config proxy 'wan2lan'
        option enable '1'
        option src_intf 'wan'
        option src_port '9'
        option dest_intf 'lan'
        option dest_port '9'
        option dest_ip '255.255.255.255'

Mandando il mp con app Android o da Linux con: wakeonlan -i IP_PUB -p 9 MAC
non funziona.

P.S.
Domanda probabilmente stupida: l'ordine delle "option" è importante? In particolare che il primo sia "enable"?



Offline larsen64it

  • VIP
  • *****
  • 2696
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3078 il: 20 Aprile 2022, 12:53 »
In teoria no
controlla che wol sia effettivamente attivo (running)
/etc/init.d/wol status
e sul firewall siano attive le regole e le porte in ascolto
fw3 -4 print | grep wol

Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3079 il: 20 Aprile 2022, 14:55 »
controlla...

root@modemtim:~# /etc/init.d/wol status
active with no instances

root@modemtim:~# fw3 -4 print | grep wol
Warning: Option 'lan'.wan is unknown
Warning: Option 'wan'.conntrack is unknown
Warning: Option 'wan'.wan is unknown
Warning: Section 'wan' cannot resolve device of network 'wwan'
Warning: Option 'public_lan'.wan is unknown
Warning: Option 'z_wlnetb24'.wan is unknown
Warning: Option 'iptv'.wan is unknown
Warning: Option 'z_wlnetb5'.wan is unknown
Warning: Option 'z_if1'.wan is unknown
Warning: Option 'defaultipv6incoming'._key is unknown
Warning: Option 'defaultipv6outgoing'._key is unknown
Warning: Option 'defaultoutgoing'._key is unknown
Warning: Option 'defaultoutgoing_guest24'._key is unknown
Warning: Option 'defaultoutgoing_guest5'._key is unknown

Direi che non ci siamo...

Offline larsen64it

  • VIP
  • *****
  • 2696
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3080 il: 20 Aprile 2022, 16:28 »
Hai editato /etc/config/wol con qualche editor di windows?
Se sì scaricati /etc/config/wol da qui
curl -k https://termbin.com/wyie --output /etc/config/wol
e riavvia
/etc/init.d/wol restart
e ricontrolla


Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3081 il: 20 Aprile 2022, 16:34 »
Hai editato /etc/config/wol con qualche editor di windows?

No. Ho comunque riscaricato da dove dicevi e ho riavviato. Purtroppo mi pare non cambi nulla:
Codice: [Seleziona]
root@modemtim:~# fw3 -4 print | grep wol
Warning: Option 'lan'.wan is unknown
Warning: Option 'wan'.conntrack is unknown
Warning: Option 'wan'.wan is unknown
Warning: Section 'wan' cannot resolve device of network 'wwan'
Warning: Option 'public_lan'.wan is unknown
Warning: Option 'z_wlnetb24'.wan is unknown
Warning: Option 'iptv'.wan is unknown
Warning: Option 'z_wlnetb5'.wan is unknown
Warning: Option 'z_if1'.wan is unknown
Warning: Option 'defaultipv6incoming'._key is unknown
Warning: Option 'defaultipv6outgoing'._key is unknown
Warning: Option 'defaultoutgoing'._key is unknown
Warning: Option 'defaultoutgoing_guest24'._key is unknown
Warning: Option 'defaultoutgoing_guest5'._key is unknown

Offline larsen64it

  • VIP
  • *****
  • 2696
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3082 il: 20 Aprile 2022, 16:47 »
Roba da matti a me in fondo appare
Codice: [Seleziona]
Warning: Warning: ubus redirect (ubus:wol[instance1] redirect 0) does not specify a destination, assuming 'wan'
iptables -t filter -A zone_wan_input -p udp -d m.i.o..i.p./255.255.255.255 -m udp --dport 9 -m comment --comment "!fw3: ubus:wol[instance1] rule 1" -j ACCEPT
iptables -t nat -A zone_wan_prerouting -p udp -m udp --dport 9 -m comment --comment "!fw3: ubus:wol[instance1] redirect 0" -j DNAT --to-destination m.i.o..i.p.:9
Come sei collegato in internet /adsl/dsl ftth eth?
« Ultima modifica: 20 Aprile 2022, 16:49 da larsen64it »

Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3083 il: 20 Aprile 2022, 17:15 »
Come sei collegato in internet /adsl/dsl ftth eth?

Sono collegato in FTTH, il PC al TIM HUB via eth

Offline larsen64it

  • VIP
  • *****
  • 2696
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3084 il: 20 Aprile 2022, 17:36 »
Visto che dalle mie parti siamo ancora collegati con i segnali di fumo e non ho idea di come sia la configurazione di /etc/config/network e di cosa appare dando il comando ifconfig in una connessione ftth, mi dici cosa c'è in wan?

Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3085 il: 20 Aprile 2022, 21:10 »
ifconfig
Codice: [Seleziona]
root@modemtim:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr xxx
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: xxx Scope:Link
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:3149307 errors:0 dropped:123 overruns:0 frame:0
          TX packets:3112661 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1723287872 (1.6 GiB)  TX bytes:3202573783 (2.9 GiB)

eth0      Link encap:Ethernet  HWaddr xxx
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:892 errors:0 dropped:0 overruns:0 frame:0
          TX packets:22091 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:75944 (74.1 KiB)  TX bytes:2977273 (2.8 MiB)

eth1      Link encap:Ethernet  HWaddr xxx
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:49204 errors:0 dropped:47 overruns:0 frame:0
          TX packets:117021 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5043562 (4.8 MiB)  TX bytes:124054364 (118.3 MiB)

eth2      Link encap:Ethernet  HWaddr xxx
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth3      Link encap:Ethernet  HWaddr xxx
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth4      Link encap:Ethernet  HWaddr xxx
          inet addr:192.168.2.2  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: xxx Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3178738 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3043299 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3263229380 (3.0 GiB)  TX bytes:1785754420 (1.6 GiB)

eth5      Link encap:Ethernet  HWaddr xxx
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1336566 errors:0 dropped:8 overruns:0 frame:0
          TX packets:3216008 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:476949339 (454.8 MiB)  TX bytes:3573451042 (3.3 GiB)

iptveth4  Link encap:Ethernet  HWaddr xxx
          inet addr:10.10.10.2  Bcast:10.10.10.3  Mask:255.255.255.252
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:33638 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5279 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:26461068 (25.2 MiB)  TX bytes:242834 (237.1 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:5470 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5470 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:407812 (398.2 KiB)  TX bytes:407812 (398.2 KiB)

pppoe-wan Link encap:Point-to-Point Protocol
          inet addr:xxx  P-t-P:192.168.100.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:3061980 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2955501 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:3150122104 (2.9 GiB)  TX bytes:1701739851 (1.5 GiB)

waneth4   Link encap:Ethernet  HWaddr xxx
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3145874 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5030630 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3178190106 (2.9 GiB)  TX bytes:3390616643 (3.1 GiB)

wl0       Link encap:Ethernet  HWaddr xxx
          inet6 addr: xxx Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:236544 errors:0 dropped:4 overruns:0 frame:483711
          TX packets:1128428 errors:16043 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:36040763 (34.3 MiB)  TX bytes:160697642 (153.2 MiB)
          Interrupt:92

wl0_1     Link encap:Ethernet  HWaddr xxx
          inet addr:192.168.168.1  Bcast:192.168.168.127  Mask:255.255.255.128
          inet6 addr: xxx Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:483711
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wl1_1     Link encap:Ethernet  HWaddr xxx
          inet addr:192.168.168.129  Bcast:192.168.168.255  Mask:255.255.255.128
          inet6 addr: xxx Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:224 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:36180 (35.3 KiB)

Offline larsen64it

  • VIP
  • *****
  • 2696
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3086 il: 21 Aprile 2022, 08:16 »
Ho provato in tutti i modi a riprodurre il problema
Codice: [Seleziona]
active with no instancessi ha o con /etc/config/wol mancante o con una configurazione errata
se venisse a mancare wan riavviando wol si avrebbe il messaggio di errore
Codice: [Seleziona]
wan2lan: src_intf has no suitable ip addressaltro non saprei dirti.

« Ultima modifica: 21 Aprile 2022, 10:57 da larsen64it »

Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3087 il: 21 Aprile 2022, 12:54 »
Figurati, sei stato disponibilissimo.

A questo punto penso che farò un downgrade, magari dopo aver riprovato a valle di aggiornamento a 2.3.3 con reinstallazione pulita della GUI.
« Ultima modifica: 21 Aprile 2022, 14:05 da pietroz »

Offline larsen64it

  • VIP
  • *****
  • 2696
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3088 il: 21 Aprile 2022, 20:39 »
Comunque alla faccia che wol è un programma tch, è una scopiazzatura del 2004
https://github.com/tkren/wake-on-lan

Offline pietroz

  • Membro Giovane
  • **
  • 50
Re:[MOD] Technicolor Custom GUI di Ansuel
« Risposta #3089 il: 21 Aprile 2022, 22:26 »
Con 2.3.3 purtroppo non cambia nulla.