Skip to content

Instantly share code, notes, and snippets.

@elbosso
Created March 25, 2018 18:17
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 elbosso/f24896e1cff2c2d8d2dd877aa2c20ad1 to your computer and use it in GitHub Desktop.
Save elbosso/f24896e1cff2c2d8d2dd877aa2c20ad1 to your computer and use it in GitHub Desktop.
# Network configuration
lxc.network.type = phys
lxc.network.link = wlp2s0
lxc.network.flags = up
# Set first Byte to 02 and the last nibble to 0 - makes it possible to have more than 1 ssids on one adapter!
lxc.network.hwaddr = 02:16:3e:24:31:30
lxc.network.type = veth
lxc.network.link = br0
lxc.network.flags = up
lxc.network.hwaddr = 00:16:3e:24:31:e7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment