Network interface bridging on Fedora core 9

Discussions related to using VirtualBox on Linux hosts.
Post Reply
montreal.info
Posts: 1
Joined: 31. Jul 2008, 19:37

Network interface bridging on Fedora core 9

Post by montreal.info »

Hi,
I made a few installation of virtualbox 1.6.2 on fedora core 8 and never add this problem before but my fedora 8 won't install on my new hp server so ... I had to install fedora 9.

Everything is perfect until I tried to bridge an network interface.

Code: Select all

[root@test ~]# ifconfig
br0       Link encap:Ethernet  HWaddr 00:1E:0B:DB:CD:12
          inet addr:192.168.50.7  Bcast:192.168.50.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:bff:fedb:cd12/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:65699 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7083 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:7043522 (6.7 MiB)  TX bytes:642590 (627.5 KiB)

eth0      Link encap:Ethernet  HWaddr 00:1E:0B:DB:CD:12
          inet addr:192.168.50.7  Bcast:192.168.50.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:bff:fedb:cd12/64 Scope:Link
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:90 errors:0 dropped:0 overruns:0 frame:0
          TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:10825 (10.5 KiB)  TX bytes:14982 (14.6 KiB)
          Interrupt:17

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:16065 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16065 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1461045 (1.3 MiB)  TX bytes:1461045 (1.3 MiB)

vbox0     Link encap:Ethernet  HWaddr 00:FF:A0:63:A3:B8
          inet6 addr: fe80::2ff:a0ff:fe63:a3b8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:6 overruns:0 carrier:0
          collisions:0 txqueuelen:500
          RX bytes:4698 (4.5 KiB)  TX bytes:0 (0.0 b)
Everything looks fine except that on the fedora 8 box eth0 don't have a inet adrr only br0 have one. Anyway the problem is that the network interface on my vm never aquire an IP address.
If anyone can help me???
Thanks
philippe44
Posts: 45
Joined: 31. Jul 2008, 20:56
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Kubuntu, misc Linux, XP

Post by philippe44 »

did you set the right group access to /dev/net/tun ? Can you dump your /etc/network/interfaces as well as the result of a "route" command ?
Post Reply