Can't get Fedora instructions to work.
Posted: 22. Jun 2008, 05:25
Hello,
I did a full install of Fedora 9. By full, I mean *ALL* packages on the Fedora DVD.
I then installed VirtualBox-1.6.2_31466_fedora9-1.i586.rpm.
I then tried to follow section '6.7.1.3 Bridging on Redhat and Fedora hosts' in UserManual.pdf as follows:
1. Created /etc/sysconfig/network-scripts/ifcfg-br0 as follows:
DEVICE=br0
TYPE=Bridge
BOOTPROTO=dhcp
ONBOOT=yes
# HWADDR=a
c:d:e:f
# DHCP_HOSTNAME=xyz
# DNS1=1.1.1.1
# DNS2=2.2.2.2
# NM_CONTROLLED=
2. Edited /etc/sysconfig/network-scripts/ifcfg-eth0 as follows:
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=a
c:d:e:f
ONBOOT=yes
DHCP_HOSTNAME=xyz
DNS1=1.1.1.1
DNS2=2.2.2.2
NM_CONTROLLED=
BRIDGE=br0
3. Restarted network service as follows:
service network restart
Now, at this point, I cannot even ping local machines on my subnet (that I could earlier), let alone being able to ping www.google.com !
I'm hearing some chatter on the Net that when you do a full install of Fedora, Xen comes along with it and that Xen installs virbr0. Could virbr0 be interfering with the above configuration? Would like to know how I can get Vbox to work with *and* without Xen.
I'm not a TCP/IP or Unix expert, so please be a little kind in your responses. I, eg, don't understand why br0 needs to have BOOTPROTO=dhcp when a bridge is never supposed to have its own IP address (which is what dhcp givse based on the HWADDR of the device).
uname -a
Linux xyz 2.6.25.6-55.fc9.i686 #1 SMP Tue Jun 10 16:27:49 EDT 2008 i686 i686 i386 GNU/Linux
Many thanks in advance to any and all who can suggest a fix for this problem; I'm stuck for the last several hours, unable to proceed further!
/SD
I did a full install of Fedora 9. By full, I mean *ALL* packages on the Fedora DVD.
I then installed VirtualBox-1.6.2_31466_fedora9-1.i586.rpm.
I then tried to follow section '6.7.1.3 Bridging on Redhat and Fedora hosts' in UserManual.pdf as follows:
1. Created /etc/sysconfig/network-scripts/ifcfg-br0 as follows:
DEVICE=br0
TYPE=Bridge
BOOTPROTO=dhcp
ONBOOT=yes
# HWADDR=a
# DHCP_HOSTNAME=xyz
# DNS1=1.1.1.1
# DNS2=2.2.2.2
# NM_CONTROLLED=
2. Edited /etc/sysconfig/network-scripts/ifcfg-eth0 as follows:
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=a
ONBOOT=yes
DHCP_HOSTNAME=xyz
DNS1=1.1.1.1
DNS2=2.2.2.2
NM_CONTROLLED=
BRIDGE=br0
3. Restarted network service as follows:
service network restart
Now, at this point, I cannot even ping local machines on my subnet (that I could earlier), let alone being able to ping www.google.com !
I'm hearing some chatter on the Net that when you do a full install of Fedora, Xen comes along with it and that Xen installs virbr0. Could virbr0 be interfering with the above configuration? Would like to know how I can get Vbox to work with *and* without Xen.
I'm not a TCP/IP or Unix expert, so please be a little kind in your responses. I, eg, don't understand why br0 needs to have BOOTPROTO=dhcp when a bridge is never supposed to have its own IP address (which is what dhcp givse based on the HWADDR of the device).
uname -a
Linux xyz 2.6.25.6-55.fc9.i686 #1 SMP Tue Jun 10 16:27:49 EDT 2008 i686 i686 i386 GNU/Linux
Many thanks in advance to any and all who can suggest a fix for this problem; I'm stuck for the last several hours, unable to proceed further!
/SD