Hi I have installed virtual box 4.1.20 r80170
My router is dlink DIR-615
my host os is centos 6.3 64 bit
my guest os is oracle linux 5.8 64 bit
initally I have configured to use NAT for the network settings for my virtual box guest which is Oracle Linux 5.8.
at that time i was able to access the Internet from the guest Os.
when I change to bridged adapter I neither able to ping
from host to guest
from guest to host
may I know what's wrong?
how should I trouble shoot this?
my eth0 configurations on the guest os is as follow:
#Intel Corporation 82540EM Gigabit Ethernet Controller
DEVICE=etho0
BOOTPROTO=static
HWADDR:08:00:27:08:19:50
ONBOOT:yes
DHCPHOSTNAME=source.localdomain
IPADDR=192.168.0.11
NETMASK-192.168.0.1
TYPE=Ethernet
USERCTRL=no
IPV6INIT=no
PEERDNS=yes
my /sbin/ifconfig settings on the host Os is as follow:
[oracle@localhost ~]$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr E8:E0:B7:D2:F9:54
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:20 Memory:c4800000-c4820000
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:1570 errors:0 dropped:0 overruns:0 frame:0
TX packets:1570 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:166426 (162.5 KiB) TX bytes:166426 (162.5 KiB)
wlan0 Link encap:Ethernet HWaddr 9C:B7:0D:96:F4:DF
inet addr:192.168.0.199 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::9eb7:dff:fe96:f4df/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2397 errors:0 dropped:0 overruns:0 frame:0
TX packets:3228 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1744549 (1.6 MiB) TX bytes:550774 (537.8 KiB)
I've done a dmesg while pinging from guest to host here's the partial output:
spurious NAK ON isa0060/serio0
some program might be trying to acces hardware directly
e100:eth0 NIC link is up 1000 Mbp
Full Duplex, Flow Control: RX
ADDRCONF (NETDEV_UP) eth0: link is not ready
ADDRCONF (NETDEV_CHANGE): eth0 becomes ready
eth0: no IPv6 routes present
any help rendered is greatly appreciated!
thanks a lot!