<div dir="ltr">Hey Lonnie,<div><br></div><div>Just saw this.  Did you get this figured out?  If not, what does tcpdump on the bridge interface show?  Can you see packets from external hosts coming in?  If so, are they being answered?  Are you sure you don&#39;t have an IP or MAC address collision anywhere?</div>
<div><br></div><div>David-</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 6, 2013 at 4:07 PM, Lonni J Friedman <span dir="ltr">&lt;<a href="mailto:netllama@gmail.com" target="_blank">netllama@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m attempting to get several virtual machines setup on a Fedora19<br>
host system, with the traditional bridge network devices (br0, br1,<br>
etc).   I&#39;ve done this many times before with older versions of Fedora<br>
(16, 14, etc), and it just works.  However, for reasons that I cannot<br>
figure out, the bridge doesn&#39;t seem to be working in Fedora19.  While<br>
I can successfully connect to the outside world (local network +<br>
internet) from inside a VM, nothing can communicate with the VM from<br>
outside (local network).  I&#39;m referring to something as trivial as<br>
pinging.  From inside the VM, I can ping anything successfully (0%<br>
packet loss).  However, from outside the VM (on the host, or any other<br>
system on the same network), I see 100% packet loss when pinging the<br>
IP address of the VM.<br>
<br>
My first question is simply, does anyone else have this working<br>
successfully in F19?  And if so, what steps did you need to follow?<br>
<br>
I&#39;m not using NetworkManager at all, its all the network service.<br>
There are no firewalls involved anywhere (iptables &amp; firewall services<br>
are currently disabled).  Here&#39;s the current host configuration:<br>
<br>
    # brctl show<br>
    bridge name    bridge id        STP enabled    interfaces<br>
    br0        8000.38eaa792efe5    no        em2<br>
                                vnet1<br>
    br1        8000.38eaa792efe6    no        em3<br>
    br2        8000.38eaa792efe7    no        em4<br>
                                vnet0<br>
    virbr0        8000.525400db3ebf    yes        virbr0-nic<br>
<br>
    # more /etc/sysconfig/network-scripts/ifcfg-em2<br>
    TYPE=Ethernet<br>
    BRIDGE=&quot;br0&quot;<br>
    NAME=em2<br>
    DEVICE=&quot;em2&quot;<br>
    UUID=aeaa839e-c89c-4d6e-9daa-79b6a1b919bd<br>
    ONBOOT=yes<br>
    HWADDR=38:EA:A7:92:EF:E5<br>
    NM_CONTROLLED=&quot;no&quot;<br>
<br>
    # more /etc/sysconfig/network-scripts/ifcfg-br0<br>
    TYPE=Bridge<br>
    NM_CONTROLLED=&quot;no&quot;<br>
    BOOTPROTO=dhcp<br>
    NAME=br0<br>
    DEVICE=&quot;br0&quot;<br>
    ONBOOT=yes<br>
<br>
    # ifconfig em2 ;ifconfig br0<br>
    em2: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500<br>
            inet6 fe80::3aea:a7ff:fe92:efe5  prefixlen 64  scopeid 0x20&lt;link&gt;<br>
            ether 38:ea:a7:92:ef:e5  txqueuelen 1000  (Ethernet)<br>
            RX packets 100093  bytes 52354831 (49.9 MiB)<br>
            RX errors 0  dropped 0  overruns 0  frame 0<br>
            TX packets 25321  bytes 15791341 (15.0 MiB)<br>
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br>
            device memory 0xf7d00000-f7e00000<br>
<br>
    br0: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500<br>
            inet 10.31.99.226  netmask 255.255.252.0  broadcast 10.31.99.255<br>
            inet6 fe80::3aea:a7ff:fe92:efe5  prefixlen 64  scopeid 0x20&lt;link&gt;<br>
            ether 38:ea:a7:92:ef:e5  txqueuelen 0  (Ethernet)<br>
            RX packets 19619  bytes 1963328 (1.8 MiB)<br>
            RX errors 0  dropped 0  overruns 0  frame 0<br>
            TX packets 11  bytes 1074 (1.0 KiB)<br>
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br>
<br>
Relevant section from /etc/libvirt/qemu/foo.xml (one of the VMs with<br>
this problem):<br>
<br>
    &lt;interface type=&#39;bridge&#39;&gt;<br>
          &lt;mac address=&#39;52:54:00:26:22:9d&#39;/&gt;<br>
          &lt;source bridge=&#39;br0&#39;/&gt;<br>
          &lt;model type=&#39;virtio&#39;/&gt;<br>
          &lt;address type=&#39;pci&#39; domain=&#39;0x0000&#39; bus=&#39;0x00&#39; slot=&#39;0x03&#39;<br>
function=&#39;0x0&#39;/&gt;<br>
    &lt;/interface&gt;<br>
<br>
I can provide additional information, if requested.  thanks!<br>
_______________________________________________<br>
Linux-users mailing list<br>
<a href="mailto:Linux-users@linux-sxs.org">Linux-users@linux-sxs.org</a><br>
<a href="http://mailman.celestial.com/mailman/listinfo/linux-users" target="_blank">http://mailman.celestial.com/mailman/listinfo/linux-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Two things are infinite: the universe and human stupidity; and I&#39;m not sure about the the universe. -- Albert Einstein<br>Visit my web page at: <a href="http://david.bandel.us/" target="_blank">http://david.bandel.us/</a>
</div>