Skip to content

Instantly share code, notes, and snippets.

@idvoretskyi
Last active February 2, 2016 16:34
Show Gist options
  • Select an option

  • Save idvoretskyi/ce3f18f84045b5592a28 to your computer and use it in GitHub Desktop.

Select an option

Save idvoretskyi/ce3f18f84045b5592a28 to your computer and use it in GitHub Desktop.
Bridge setup for KVM/libvirt
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto em1
iface em1 inet dhcp
# add bridge interface
auto br0
iface br0 inet dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment