Salve ragazzi,
Sono riuscito a fare il root con questo maledetto modem fastweb TG842N V2 (Scarlet 14.4) e adesso la vera sfida prima di cestinarlo: Utilizzarlo come router convertendo una porta LAN in WAN.
Openwrt non è installabile per questo firmware e non c'è spazio per tentare la Technicolor Custom GUI di Ansuel (la partizione dev/root è piena al 100% 6Mb totali).
Quindi la missione è modificare manualmente i files config, adattando le varie configurazioni che trovo online.
Ho trovato questa guida come base:
https://gist.github.com/toioski/67ba9797f8ac4ac221f8029391112cde# Sacrifice the 4th ethernet port
:eth bridge ifdelete brname bridge intf ethport4
# Create WAN interface
:eth ifadd intf=eth_WAN
:eth ifconfig intf=eth_WAN dest=ethif4 vlan=default
:eth ifattach intf=eth_WAN
:eth ifconfig intf=eth_WAN wan=enabled priotag=disable
# Use PPP on this new interface
:ppp ifdetach intf=Internet
:ppp ifconfig intf=Internet dest=eth_WAN mru=1492
:ppp ifattach intf=Internet
# Make internet LED work correctly
:system config WANMode=ETH WANEthPort=ethif4tuttavia il formato :eth: non viene riconosciuto:
root@OpenWrt:/etc/config# :eth bridge ifdelete brname bridge intf ethport4
-ash: :eth: not found
Se avete indicazioni utili lo apprezzerei moltissimo!