OK,
Na oficjalnym Openwrt + luci udało się.
Cezary - Twój ostatni dostępny build z luci na tą maszynę ledwo działa (
luci-22.03-SNAPSHOT (r20275-17ee3e0b20). Zostaje 4kb miejsca i nic nie chce się zapisywać (ustawienia też nie).
W Openwrt poradziłem sobie w ten sposób - dodałem nieistniejący port ETH0.1 do sekcji" br-lan".
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
Pytanie - czy to ok czy powinienem utworzyć jakiś wirtualny port czy device i podać w tym miejscu?
Cała sekcja NETWORK:
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd38:c803:83ee::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
option ip6assign '60'
option delegate '0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '0'
config interface 'wan'
option device 'eth0'
option proto 'static'
option ipaddr '192.168.1.7'
option netmask '255.255.255.0'
option gateway '192.168.1.1'
list dns '192.168.1.1'
config device
option name 'eth0'
option ipv6 '0'