Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Created September 15, 2013 00:35
Show Gist options
  • Save rustyrazorblade/6567023 to your computer and use it in GitHub Desktop.
Save rustyrazorblade/6567023 to your computer and use it in GitHub Desktop.
DHCP network bridge from wired to wireless
jhaddad@media ~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
iface eth2 inet manual
iface wlan1 inet manual
auto br0
iface br0 inet dhcp
bridge-ports eth2 wlan1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment