If you don't need Freifunk on LAN but do need more network ports of your local private network, you can user your router as switch.
uci set network.client.ifname=bat0
uci set network.wan.ifname='eth0 eth1'
uci commit network
| // ==UserScript== | |
| // @name Replace Text | |
| // @namespace Replace text | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| (function () { | |
| var replacements, | |
| regex, | |
| key, |
If you don't need Freifunk on LAN but do need more network ports of your local private network, you can user your router as switch.
uci set network.client.ifname=bat0
uci set network.wan.ifname='eth0 eth1'
uci commit network