Hi<br><br>I have a problem with NetworkManager on a fully updated rawhide. I have the following network configurations:<br><br># cat /etc/sysconfig/network-scripts/ifcfg-br0<br>DEVICE=br0<br>TYPE=Bridge<br>BOOTPROTO=dhcp<br>
ONBOOT=yes<br><br># cat /etc/sysconfig/network-scripts/ifcfg-br0<br>DEVICE=eth0<br>TYPE=Ethernet<br>BRIDGE=br0<br>BOOTPROTO=dhcp<br>HWADDR=00:1B:FC:60:8D:45<br>ONBOOT=yes<br><br>With NetworkManager service disabled, network is functional but when I enable NetworkManager, it assigns an IP for eth0 and modifies route table which break the network:<br>
# ifconfig <br>br0       Link encap:Ethernet  HWaddr 00:1B:FC:60:8D:45  <br>          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0<br>          inet6 addr: fe80::21b:fcff:fe60:8d45/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>
          RX packets:925 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:749 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0 <br>          RX bytes:334804 (326.9 KiB)  TX bytes:254028 (248.0 KiB)<br>
<br>eth0      Link encap:Ethernet  HWaddr 00:1B:FC:60:8D:45  <br>          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0<br>          inet6 addr: fe80::21b:fcff:fe60:8d45/64 Scope:Link<br>          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1<br>
          RX packets:61144 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:40629 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:69658068 (66.4 MiB)  TX bytes:5827489 (5.5 MiB)<br>
          Interrupt:17 <br>...<br>route<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>192.168.1.0     *               255.255.255.0   U     0      0        0 br0<br>
192.168.1.0     *               255.255.255.0   U     1      0        0 eth0<br>192.168.122.0   *               255.255.255.0   U     0      0        0 virbr0<br>link-local      *               255.255.0.0     U     1019   0        0 br0<br>
default         192.168.1.254   0.0.0.0         UG    0      0        0 eth0<br><br>Is this supposed to happen with NM or my configurations are incorrect?<br><br>Regards,<br>Masood<br><span style="font-family: courier new,monospace;"></span>