Article 5PC0R Bridge interface for KVM/QEMU

Bridge interface for KVM/QEMU

by
nooobeee
from LinuxQuestions.org on (#5PC0R)
Setting up a new office workstation and I would like to get transparent bridging working for my VMs to be able to be on the main network. Since this is a workstation, both the host and the VMs will be on DHCP.

Everything was working before I created br0. br0 was created by creating /etc/network/interfaces.d/br0 with the following info:
Code:## DHCP ip config file for br0 ##
auto br0

# Bridge setup
iface br0 inet dhcp
bridge_ports eno1Code:ip a s lists br0 with proper ip information.
Code:ip r shows the default route via my local gateway IP as it should
Code:less /var/lib/dhcp/dhclient.br0.leases shows that option domain-name-servers contains proper local DNS config

However it seems I've lost DNS after setting up br0. Host can ping IPs but not names. What might I be missing?latest?d=yIl2AUoC8zA latest?i=q3W4yhLkGl4:GKU6dXJcDV0:F7zBnMy latest?i=q3W4yhLkGl4:GKU6dXJcDV0:V_sGLiP latest?d=qj6IDK7rITs latest?i=q3W4yhLkGl4:GKU6dXJcDV0:gIN9vFwq3W4yhLkGl4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments