Suno Ano <suno.ano-Oxd/z3mdz0lafugrpc6...@public.gmane.org> writes:

> I hate bridges therefore I use lxc.network.type = macvlan which is the
> equivalent to OpenVZ's venet device ... basically a pipe-like connection
> between container and host. No bridge involved. Imho a bride just
> complicates a setup and introduces an additional layer of indirection.

In OpenVZ I prefer just moving the VLAN network interfaces into the
guests like NETDEV="eth0.114" in /etc/vz/conf/114.conf. I presume I can
get the same result with

lxc.network.type=phys
lxc.network.link=eth0.114

Even better would be if I could do macvlan on top of eth0.114. Is that
possible?


/Benny


_______________________________________________
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users

Reply via email to