The {virtualbox org} forum is telling me "You must be a member for 1 days and have 1 posts before you can post urls.", so there's some {sanatizing} below.
Here is an example of pinging Google:
Code: Select all
$ ping -c 100 {google com}
PING {google com} (173.194.43.41) 56(84) bytes of data.
64 bytes from 10.0.4.2: icmp_seq=1 ttl=55 time=11.5 ms
64 bytes from {1e100 net} (173.194.43.41): icmp_seq=1 ttl=55 time=11.1 ms (DUP!)
64 bytes from 10.0.4.2: icmp_seq=2 ttl=55 time=10.5 ms
64 bytes from {1e100 net} (173.194.43.41): icmp_seq=2 ttl=55 time=11.5 ms (DUP!)
64 bytes from 10.0.4.2: icmp_seq=3 ttl=55 time=15.8 ms
64 bytes from {1e100 net} (173.194.43.41): icmp_seq=3 ttl=55 time=12.6 ms (DUP!)Code: Select all
$ ip a
...
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 08:00:27:8a:59:04 brd ff:ff:ff:ff:ff:ff
inet 10.0.4.15/24 brd 10.0.4.255 scope global eth2
inet6 fe80::a00:27ff:fe8a:5904/64 scope link
valid_lft forever preferred_lft forever
...
$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.4.0 * 255.255.255.0 U 1 0 0 eth2
default 10.0.4.2 0.0.0.0 UG 0 0 0 eth2Code: Select all
--- {wikipedia org} ping statistics ---
100 packets transmitted, 61 received, +1 duplicates, 39% packet loss, time 100109ms
rtt min/avg/max/mdev = 25.866/35.572/55.269/9.332 msI have already tried uninstalling and reinstalling VirtualBox, and creating a new VM.