You can look it up on the router,
or you do
see more information here: [wiki.openwrt.org]
best regards
Matthias
or you do
uci set network.lan2=interface uci set network.lan2.ifname=$( uci get network.lan.ifname ) uci set network.lan2.proto=static uci set network.lan2.ipaddr=<a static ip from your network> uci set network.lan2.netmask=<your netmask> uci del network.lan.ifname uci commit
see more information here: [wiki.openwrt.org]
best regards
Matthias