Guest: Fedora 11.
My system was working fine.
Yesterday, I updated VirtualBox, ran all the "important" updates from Fedora, and re-installed the latest version of Guest Additions - as prompted.
Today as I started my VM again, I am unable to connect to the Internet.
The resolution of the VM and the "mouse integration" mode works fine so I assume the Guest Additions are working correctly, but not the network.
I tried both "bridged" and "NAT".
I'm not sure how to find the issue.
Code: Select all
[Nathan@localhost ~]$ ifconfig
eth1 Link encap:Ethernet HWaddr 08:00:27:0A:75:A7
inet addr:192.168.1.21 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe0a:75a7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:598 errors:0 dropped:0 overruns:0 frame:0
TX packets:117 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:48750 (47.6 KiB) TX bytes:13159 (12.8 KiB)
Interrupt:19 Base address:0xd020
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:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1040 (1.0 KiB) TX bytes:1040 (1.0 KiB)Thanks