Daniel_e88 Rekko grazie ad entrambi. Ho provato a cercare una soluzione integrata in un mini pc, ma non mi sembra che ci sia nulla di testato o che possa mettere su con le mie competenze. Quelli che sembrano avere antenna e scheda wifi integrata, hanno poi delle recensioni pessime, tipo:
[...] The wireless card is a junk. Not usable as a WiFi access point running OpenWrt other than Legacy mode, 2,4GHz only and max 18-20Mbit up and down. It works in N mode too (20MHz only) up to 60-65Mbit, but logs are spammed every 3-5 seconds about a power saving feature error.
A questo punto, credo che il compromesso migliore sia Zyxel EX5601 e OpenWRT. Ricapitolando, la procedura completa prevede:
1 - hack ont-leox-lxt-010s-h
ref: https://hack-gpon.org/ont-leox-lxt-010s-h/
# serial number
/etc/scripts/flash set GPON_SN TMBB12345678...
# vendor
/etc/scripts/flash set TMBB
# Software version (serve settare anche OMCI_OLT_MODE=21)
/etc/scripts/flash set OMCI_OLT_MODE 21
nv setenv sw_custom_version0 V1.7.6-170626 # si può anche settare `sw_custom_version1`, lo metto uguale al primo?
# Hardware version
/etc/scripts/flash set HW_HWVER R1
# Equip ID
/etc/scripts/flash set GPON_ONU_MODEL RTL9601B
2 - hack zyxel
ref: https://hack-gpon.org/zyxel/
Sostanzialmente, se ho capito bene, dovrei seguire questa guida qui https://github.com/openwrt/openwrt/pull/12580/commits/1c05388ab04c934ec240e8362321908f91381a90
dopodiché in OpenWRT:
- spoof mac address della wan: devi clonare il macaddress del Fastgate (scritto sul retro)
- inviare dhcp option: askey_HW_ES1_SW_0.00.47/dslforum.org (questa va sempre bene)
E dovrebbe poi essere fatta.
Per caso esiste una guida omnicomprensiva sul tema in giro?
Ciao e ancora grazie, as usual