Can PirateBox sharing internet from WAN port to the LAN/Wifi ? February 24, 2016 01:37AM |
Registered: 9 years ago Posts: 4 |
Re: Can PirateBox sharing internet from WAN port to the LAN/Wifi ? February 24, 2016 01:45AM |
Registered: 9 years ago Posts: 4 |
Re: Can PirateBox sharing internet from WAN port to the LAN/Wifi ? February 24, 2016 03:23AM |
Registered: 9 years ago Posts: 181 |
Re: Can PirateBox sharing internet from WAN port to the LAN/Wifi ? February 24, 2016 03:51PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Can PirateBox sharing internet from WAN port to the LAN/Wifi ? March 06, 2016 03:12PM |
Registered: 9 years ago Posts: 4 |
Re: Can PirateBox sharing internet from WAN port to the LAN/Wifi ? March 09, 2016 05:57AM |
Admin Registered: 14 years ago Posts: 4,680 |
/etc/init.d/piratebox nodns
ping -c5 google.com
Re: Can PirateBox sharing internet from WAN port to the LAN/Wifi ? March 17, 2016 04:13AM |
Registered: 9 years ago Posts: 4 |
Language: PHPcp /etc/config/network /etc/config/network.backup uci set network.wan=interface uci set network.wan.ifname=$( uci get network.lan.ifname ) uci set network.wan.macaddr=$( uci get network.lan.macaddr ) <== uci: Entry not found uci set network.wan.proto=dhcp uci del network.lan.ifname uci commit
Language: PHP/etc/init.d/piratebox nodns
Re: Can PirateBox sharing internet from WAN port to the LAN/Wifi ? March 21, 2016 09:01PM |
Admin Registered: 14 years ago Posts: 4,680 |