Hello all,
I have a few VM's and containers set up. However, no container or VM can reach the internet.
The PVE host can reach the internet without problems.
For test purposes I had installed a PCI network card, with this the VM's / containers could connect to the internet without problems.
My interfaces are configured as follows.
Pinging a Windows VM to the gateway outputs the following:
The 121 is the IP of the VM.
On an Ubuntu container, the same command looks like this:
All VM's / containers are configured with DHCP and also get an IP.
The NIC installed on the mainboard is the Intel i 225-V.
Unfortunately, I do not get on with this problem any more, why I turn to you, I hope here someone has a solution.
I have a few VM's and containers set up. However, no container or VM can reach the internet.
The PVE host can reach the internet without problems.
For test purposes I had installed a PCI network card, with this the VM's / containers could connect to the internet without problems.
My interfaces are configured as follows.
Code:
auto lo
iface lo inet loopback
auto enp9s0
iface enp9s0 inet manual
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.178.102/24
gateway 192.168.178.1
bridge-ports enp9s0
bridge-stp off
bridge-fd 0
Pinging a Windows VM to the gateway outputs the following:
The 121 is the IP of the VM.
Code:
Ping is executed for 192.168.178.1 with 32 bytes of data:
Response from 192.168.178.121: Destination host not reachable.
Request timeout.
Response from 192.168.178.121: Destination host not reachable.
Request timed out.
Ping statistics for 192.168.178.1:
Packets: Sent = 4, Received = 2, Lost = 2.
(50% loss),
On an Ubuntu container, the same command looks like this:
Code:
ping 192.168.178.1
ping: connect: Network is unreachable
All VM's / containers are configured with DHCP and also get an IP.
The NIC installed on the mainboard is the Intel i 225-V.
Unfortunately, I do not get on with this problem any more, why I turn to you, I hope here someone has a solution.