Host OS is Fedora 9 32bit, guest is a network-built RM Workstation based on Windows XP SP2.
Question 1
I have two NICs configured and working on the host. One is an internal NIC (eth0) and one is a PCMCIA NIC (eth1). What I want to achieve is to give the VM direct access to the PCMCIA NIC.
Question 2
The reason why I want to give the VM direct NIC access is to rule out any bridging issues in another problem I'm having - the guest NIC isn't brought up in time for the workstation's init scripts. The guest NIC is the Intel PRO/1000 MT Desktop, all drivers have been fully loaded. The problem below still appears with the PCNet adapters. I've also fully configured a network bridge according to the instructions here.
When the guest has fully booted, I can log in perfectly with all mapped drives. However in the event log, I can see that a few services are complaining that the domain isn't available.
When I check the script logs themselves, I can see that the script tries to contact the server six times and then times out. Ergo network connectivity issue - the fact that I can log in says that the bridge is fine, but it's taking too long getting an IP. Why?
VBox version is 2.0.2, uname is:
Code: Select all
[craig@khashoggi ~]$ uname -a
Linux khashoggi 2.6.26.3-29.fc9.i686 #1 SMP Wed Sep 3 03:42:27 EDT 2008 i686 i686 i386 GNU/LinuxSome more information - should you need it. I've tried bringing down eth0 and bringing it back up with a zero'd IP and in promiscuous mode:
Code: Select all
[root@khashoggi ~]# ifconfig eth0 down
[root@khashoggi ~]# ifconfig eth0 promisc up
[root@khashoggi ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:13:77:05:81:EB
inet6 addr: fe80::213:77ff:fe05:81eb/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:6320 errors:0 dropped:0 overruns:0 frame:0
TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:666093 (650.4 KiB) TX bytes:8913 (8.7 KiB)
Memory:da800000-da820000Code: Select all
Failed to initialize Host Interface Networking.
VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Console
Interface:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}Any answers appreciated
Craig