Fedora guest does not see internet
Posted: 21. Aug 2016, 02:00
Hi,
I have VirtualBox running on a Windows 10 host OS with several VMs using Fedora 23 as guest OS. When I use the default installation, it works as expected. But I modified some of them to use fixed IP addresses. Those cannot ping a host on the internet (e.g. ping google). They can ping other VirtualBox machines, whether fixed or non-fixed IP addresses and the Windows machine and vice versa. The VMs with non-fixed IP addresses have no problem pinging google
For all VMs, I use the Bridged Adapter.
When I ping google from a fixed IP guest host, I get "connect: Network is unreachable".
Here is the output of the systemctl status network.service command:
I wonder if anybody encountered this, and if anybody can tell how to fix this. Thanks in advance.
CFB
I have VirtualBox running on a Windows 10 host OS with several VMs using Fedora 23 as guest OS. When I use the default installation, it works as expected. But I modified some of them to use fixed IP addresses. Those cannot ping a host on the internet (e.g. ping google). They can ping other VirtualBox machines, whether fixed or non-fixed IP addresses and the Windows machine and vice versa. The VMs with non-fixed IP addresses have no problem pinging google
For all VMs, I use the Bridged Adapter.
When I ping google from a fixed IP guest host, I get "connect: Network is unreachable".
Here is the output of the systemctl status network.service command:
Code: Select all
[CFB@fedoraldap ~]$ systemctl status network.service
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: inactive (dead)
Docs: man:systemd-sysv-generator(8)
[CFB@fedoraldap ~]$
CFB