[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] HVM and network interfaces passthrought (without hardware pci passthrought)
Passing through the device without IOMMU may be impossible, but you can pass just the network from Dom0 and have Dom0 ignore that interface afterwards. This is easily done using bridge-utils. In Dom0, identify the network name (such as eth0, eth1, wlan0, etc) and open up the /etc/network/interfaces in a text editor or vi, then add a record like this: auto xenbr1
iface eth1 inet manual iface xenbr1 inet manual bridge_ports eth1
auto xenbr1 creates our bridge, setting the inet to manual tells Dom0 not to do anything but what we configure (in this case, nothing but bridge) with that interface. You would then connect your HVM configuration to the "xenbr1" bridge you created.
I can't speak to the security of this method, but it works. On Sat, Aug 11, 2012 at 2:27 PM, Lukas Laukamp <lukas@xxxxxxxxxx> wrote: Am 11.08.2012 19:57, schrieb cedivad: _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |