<div dir="ltr"><div>Hi,<br><br>On Sat, Jul 24, 2010 at 00:14, Daniel Lezcano <span dir="ltr"><<a href="mailto:daniel.lezcano@free.fr">daniel.lezcano@free.fr</a>></span>
 wrote: <br></div><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">I am trying to reproduce the problem on my system with the same kernel 
but it does not occur.<br>
What network configuration are you using ?<br></blockquote>
<br>I use following shell script for configuring the network:<br><br>#!/bin/sh<br>brctl addbr br0<br>brctl setfd br0 0<br>ifconfig br0 192.168.11.32 promisc up<br>brctl addif br0 eth0<br>ifconfig eth0 0.0.0.0 up<br>route add default gw 192.168.11.1<br>

<br clear="all">--<br>Arie<br><br></div>