Skip to content

Instantly share code, notes, and snippets.

@85pando
Last active November 5, 2016 13:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save 85pando/8199b1c460a75fc1eb5214814bebe941 to your computer and use it in GitHub Desktop.
Gluon switch LAN Ports into Host Lan

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

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment