To keep accounting for network traffic for each container, I need to know the 
virtual interface name.  The problem is that each time my container starts I 
get a new interface created on the host, something like vethCSR894, it is never 
the same.   I have tried by using lxc.network.veth.pair but that parameter is 
ignored and a new interace pair is cerated each time VETH##### (Host) ↔ ETH0 
(Container).


So bottom line I want to create a virtual interface that is connected to my 
bridge and force the container to use that interface each time.


 

 I used Cacti but any tool has the same issue as the interface name is randomly 
generated each time the container starts.


Any help would be appreciated.


---Garrett
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to