Hi,

On Sat, Jul 24, 2010 at 00:14, Daniel Lezcano <daniel.lezc...@free.fr>wrote:

> I am trying to reproduce the problem on my system with the same kernel but
> it does not occur.
> What network configuration are you using ?
>

I use following shell script for configuring the network:

#!/bin/sh
brctl addbr br0
brctl setfd br0 0
ifconfig br0 192.168.11.32 promisc up
brctl addif br0 eth0
ifconfig eth0 0.0.0.0 up
route add default gw 192.168.11.1

--
Arie
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to