Dear forum people,
From the documentation, it seems the default networking setup for the VMs should be able to make use of the same network interface of proxmox host to connect to the internet. It seems VMs and proxmox host are in line with the default set up.
However, the following is the situation:
- VM within the proxmox host cannot ping both 8.8.8.8 and my gateway 192.168.0.1.
- proxmox host can ping both 8.8.8.8 and gateway 192.168.0.1.
My installation of the proxmox host is on virtualbox with the following network settings:
cat /etc/network/interfaces
I know this has probably been asked many times but I figure I could do with some internet help. Please let me know if further information needs to be supplemented to solve this issue.
Thank you very much!
From the documentation, it seems the default networking setup for the VMs should be able to make use of the same network interface of proxmox host to connect to the internet. It seems VMs and proxmox host are in line with the default set up.
However, the following is the situation:
- VM within the proxmox host cannot ping both 8.8.8.8 and my gateway 192.168.0.1.
- proxmox host can ping both 8.8.8.8 and gateway 192.168.0.1.
My installation of the proxmox host is on virtualbox with the following network settings:
cat /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp0s3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.102/24
gateway 192.168.0.1
bridge_ports enp0s3
bridge_stp off
bridge_fd 0
I know this has probably been asked many times but I figure I could do with some internet help. Please let me know if further information needs to be supplemented to solve this issue.
Thank you very much!