<div dir="ltr"><div>Hi,</div><div><br></div><div>I use this configuration because I like NM to manage my eth0 but I want to be able to attach qemu vm to bridge, so br0 starts witn no ports and this can make a difference.</div>
<div><br></div><div>Now I see NM can manage bridges so I wish to do tests.</div><div><br></div><div>In short, this is extracted from my /etc/network/interfaces.</div><div><br></div><div># Bridge setup</div><div>auto br0</div>
<div>iface br0 inet static</div><div>        address 10.10.25.1</div><div>        netmask 255.255.255.0</div><div>        broadcast 10.10.25.255</div><div>        hwaddress ether 62:aa:af:24:cf:8f</div><div>        #bridge_ports mac0</div>
<div>        bridge_ports none    # if you do not want to bind to any ports</div><div>        bridge_stp off       # disable Spanning Tree Protocol</div><div>        bridge_waitport 0    # no delay before a port becomes available</div>
<div>        bridge_fd 0          # no forwarding delay</div><div>        bridge_ports regex eth* # use a regular expression to define ports</div><div>        up sysctl -w net.ipv4.conf.br0.proxy_arp=1</div><div><br></div>
<div>Bye</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-31 16:55 GMT+02:00 Michael Biebl <span dir="ltr"><<a href="mailto:biebl@debian.org" target="_blank">biebl@debian.org</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am <a href="tel:31.03.2014%2016" value="+393103201416">31.03.2014 16</a>:45, schrieb Leonardo:<br>
> In my system I configured a bridge in /etc/network/interfaces so br0<br>
> inteface is listed in /run/network/ifstate.<br>
><br>
> After removing the row br0=br0 from /run/network/ifstate I can start NM<br>
> without segmentation fault.<br>
><br>
> I suppose unmanaged interfaces conflicts with WM.<br>
<br>
I did test with an unmanaged interface wlan0 in /e/n/i and couldn't<br>
reproduce the bug. I will try to see if the existence of a bridge config<br>
makes a difference. Thanks for the hint.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Why is it that all of the instruments seeking intelligent life in the<br>
universe are pointed away from Earth?<br>
<br>
</font></span></blockquote></div><br></div>