Quoting David Parks (davidpark...@yahoo.com):
> davidparks21@hostOS:~$ arp -a
> 
> ? (10.1.0.4) at c6:63:bb:a7:d8:60 [ether] on br0
> 
> ? (10.1.0.2) at 52:54:00:12:35:02 [ether] on br0
> 
> ? (10.1.0.45) at 32:8c:fc:c1:7f:e5 [ether] on br0

Can you set the macaddr on your virtualbox nic to something
lower, like something starting with 22: ?

32: sounds really low for a veth peer nic, I'm surprised - mine are
always fe:.  In fact, looking at
src/lxc/conf.c:setup_private_host_hw_addr(), it makes sure to set
0xfe in the first two bytes.  So why are you getting 32: ?  Hmmm.

Could you also try adding '-l info -o lxc.debug' to your lxc-start
command on a failing container, and send the resulting lxc.debug
file?  We're looking for output from:

        DEBUG("mac address of host interface '%s' changed to private "
                      "%02x:%02x:%02x:%02x:%02x:%02x", veth1,

thanks,
-serge

------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to