Bugzilla – Bug 721203
There is no Ethernet device to add to the bridge
Last modified: 2011-10-10 12:20:29 UTC
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 According to the documentation ( opensuse-kvm_en-pdf packet, section 13.4.3 Bridged Networking ), Ethernet device should be added to the bridge. But there is no Ethernet devices in Bridged devices tab. Reproducible: Always Steps to Reproduce: 1.Yast2 -> Network Devices -> Network Settings -> Traditional Options 2.Select Traditional Method with ifup 3. Overview; Add; Device Type = Bridge; Next; Bridged Devices ??? Firewall Disabled; $ uname -a Linux linux-cq7u 2.6.37.6-0.7-desktop #1 SMP PREEMPT 2011-07-21 02:17:24 +0200 i686 athlon i386 GNU/Linux $ ping -c 3 www.google.com ... --- www.l.google.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 45.264/45.747/46.116/0.397 ms $ sudo /sbin/ifconfig eth0 Link encap:Ethernet HWaddr * inet addr:* Bcast:* Mask:* UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3587 errors:0 dropped:0 overruns:0 frame:0 TX packets:868 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:902149 (881.0 Kb) TX bytes:134605 (131.4 Kb) Interrupt:16 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:226 errors:0 dropped:0 overruns:0 frame:0 TX packets:226 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:17958 (17.5 Kb) TX bytes:17958 (17.5 Kb)
Machine: Notebook HP ProBook 6555b (WD768EA)
> According to the documentation ( opensuse-kvm_en-pdf packet, section 13.4.3 > Bridged Networking ), online at: http://doc.opensuse.org/products/opensuse/openSUSE/opensuse-kvm/cha.qemu.running.html#cha.qemu.running.networking.bridge > Ethernet device should be added to the bridge. But there > is no Ethernet devices in Bridged devices tab. > > Reproducible: Always > > Steps to Reproduce: > 1.Yast2 -> Network Devices -> Network Settings -> Traditional Options > 2.Select Traditional Method with ifup > 3. Overview; Add; Device Type = Bridge; Next; Bridged Devices ??? Very likely you will see this in /var/log/YaST2/y2log: "Exclude eth0 from bridge slaves because of nfsroot." eth0 is misconfigured with STARTMODE=nfsroot due to bnc#677251 You can fix it by selecting: Overview; eth0: Edit; General tab; Activate Device: At Boot Time If I'm wrong, reopen and attach the logs: http://en.opensuse.org/openSUSE:Bugreport_YaST *** This bug has been marked as a duplicate of bug 677251 ***