Quantcast
Channel: PirateBox Forum - PirateBox OpenWrt
Viewing all articles
Browse latest Browse all 3254

Re: Access piratebox through lan network

$
0
0
You can look it up on the router,
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

Viewing all articles
Browse latest Browse all 3254

Trending Articles