Skip to content

Instantly share code, notes, and snippets.

@livekn
Created May 8, 2015 03:43
Show Gist options
  • Save livekn/ec9f440491f919d80250 to your computer and use it in GitHub Desktop.
Save livekn/ec9f440491f919d80250 to your computer and use it in GitHub Desktop.
banana wireless router config
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0.101
iface eth0.101 inet dhcp
auto eth0.102
iface eth0.102 inet manual
auto wlan0
iface wlan0 inet manual
auto br0
iface br0 inet static
address 192.168.1.1
netmask 255.255.255.0
bridge_ports eth0.102 wlan0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment