Skip to content

Instantly share code, notes, and snippets.

@cawka
Created June 26, 2019 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cawka/adb9afa9a29edff06ba2aa031a8e3bf5 to your computer and use it in GitHub Desktop.
Save cawka/adb9afa9a29edff06ba2aa031a8e3bf5 to your computer and use it in GitHub Desktop.
Demo PI1: /etc/network/interfaces
auto eth0
iface eth0 inet manual
auto wlan0
iface wlan0 inet static
address 10.1.1.1
broadcast 10.1.1.255
netmask 255.255.255.0
auto br0
iface br0 inet dhcp
bridge_ports eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment