I have installed four different VirtualBox machines running Ubuntu 14.04 LTS. All of them seem to run into Internet connectivity problems. I have added VirtualBox as a program to pass through the Windows 7 firewall and even shutdown the firewall to test Internet connectivity. Those actions have no effect on my Internet connectivity.
The Internet works just fine using Windows 7.
Here is some output I have seen requested from similar posts:
I have to think if I can ping Internet addresses outside my network, I should be able to connect to them. Yet, Firefox doesnt connect nor can I download updates using sudo apt-get update && sudo apt-get -y dist-upgrade.
Stuck.
Thanks! to anyone who has some suggestions.
The Internet works just fine using Windows 7.
Here is some output I have seen requested from similar posts:
Code:
normal-user@normaluser-VirtualBox:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 08:00:27:f2:22:15
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fef2:2215/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:161 errors:0 dropped:0 overruns:0 frame:0
TX packets:448 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:18323 (18.3 KB) TX bytes:59975 (59.9 KB)
eth1 Link encap:Ethernet HWaddr 08:00:27:f9:84:56
inet addr:192.168.56.102 Bcast:192.168.56.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fef9:8456/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:57 errors:0 dropped:0 overruns:0 frame:0
TX packets:67 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9254 (9.2 KB) TX bytes:11610 (11.6 KB)
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:65536 Metric:1
RX packets:370 errors:0 dropped:0 overruns:0 frame:0
TX packets:370 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:28870 (28.8 KB) TX bytes:28870 (28.8 KB)
normal-user@normaluser-VirtualBox:~$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
search home
normal-user@normaluser-VirtualBox:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.2.2 0.0.0.0 UG 0 0 0 eth0
10.0.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
192.168.56.0 0.0.0.0 255.255.255.0 U 1 0 0 eth1
normal-user@normaluser-VirtualBox:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
normal-user@normaluser-VirtualBox:~$
Stuck.
Thanks! to anyone who has some suggestions.