Re: [libvirt-users] Mapping physical interface to a container

2016-04-21 Thread Peter Steele
What I'm ultimately trying to accomplish is the Ubuntu/LXC based instructions described at this link: http://computingnote.blogspot.com/2013/07/set-up-networkings-between-linux.html?showComment=1461253896749#c5912606568282990028 This presumably provides a solution to the EC2 networking issue wh

[libvirt-users] Mapping physical interface to a container

2016-04-21 Thread Peter Steele
In the "other" LXC project (linuxcontainers.org), you can map a host's physical ethernet interface to a container, e.g. lxc.network.type = phys lxc.network.flags = up lxc.network.link = eth1 lxc.network.name = eth1 Is there an equivalent option for doing this with libvirt lxc? Peter