ick, nope. Well, thanks for the hint :) But it should really work without even disabling NM. Instead I'm getting this in the logs:<br>messages-20080514:May 13 09:15:32 magic1 nm-system-settings:    ifcfg-fedora:     error: Unknown connection type 'Bridge'<br>
<br>What else could be wrong?<br><br><div class="gmail_quote">On Sat, May 17, 2008 at 1:10 AM, Dan Williams <<a href="mailto:dcbw@redhat.com">dcbw@redhat.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sat, 2008-05-17 at 01:02 +0300, Ahmed Kamal wrote:<br>
> Hi,<br>
> I have setup VirtualBox, and set up its bridged networking. The weird<br>
> part is that somehow the bridge and my eth0 (sky2) were not being<br>
> brought up on system start! I thought maybe it was NetworkManager<br>
> weirdness, so I disabled that service. Now here is what happens:<br>
<br>
</div>After you've disabled NetworkManager, you need to also:<br>
<br>
chkconfig network on<br>
<br>
to get it to start at the right runlevels.  Have you done that?<br>
<br>
Dan<br>
<div class="Ih2E3d"><br>
> - Upon system start, I only get the following NICs: lo, vbox0<br>
> - If I immediately issue a "service network restart", I get the<br>
> following NICs: eth0, vboxbr0, vbox0, lo<br>
><br>
> Obviously, since nothing changed that a possible bug! Here are my<br>
> relevant ifcfg files<br>
><br>
> [root@magic1 network-scripts]# cat ifcfg-eth0<br>
> # Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller<br>
> DEVICE=eth0<br>
> BOOTPROTO=none<br>
> HWADDR=00:a0:d1:2c:c6:08<br>
> ONBOOT=yes<br>
> SEARCH="<a href="http://example.com" target="_blank">example.com</a>"<br>
> NM_CONTROLLED=no<br>
> TYPE=Ethernet<br>
> BRIDGE=vboxbr0<br>
> [root@magic1 network-scripts]# cat ifcfg-vboxbr0<br>
> DEVICE=vboxbr0<br>
> TYPE=Bridge<br>
> BROADCAST=<a href="http://192.168.10.255" target="_blank">192.168.10.255</a><br>
> IPADDR=<a href="http://192.168.0.254" target="_blank">192.168.0.254</a><br>
> NETMASK=<a href="http://255.255.255.0" target="_blank">255.255.255.0</a><br>
> NETWORK=<a href="http://192.168.0.0" target="_blank">192.168.0.0</a><br>
> ONBOOT=yes<br>
> NM_CONTROLLED=no<br>
><br>
><br>
</div>> --<br>
> fedora-devel-list mailing list<br>
> <a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br>
<font color="#888888"><br>
--<br>
fedora-devel-list mailing list<br>
<a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br>
</font></blockquote></div><br>