Hi, I am just starting to explore Proxmox for a homelab deployment and I have spun up a two VMs (pfSense and Ubuntu) to play around with.
The problem I am facing is that proxmox is able to have internet access and able to ping local machines. However, neither of the 2 VMs is able to ping anything, not even each other.
Proxmox is sitting behind the ISP router and I have a PiHole box which is showing all 3 (Proxmox, pfSense and Ubuntu) is requesting for DNS and their requests were being serviced/replied. Just for some reason none of them are able to ping to local machines nor out to the internet.
Firewall on Proxmox network is turned off. Both VMs are connected to only vmbr0.
Here's the interface details for Proxmox:
Could anyone help me with this? Thanks in advance!
The problem I am facing is that proxmox is able to have internet access and able to ping local machines. However, neither of the 2 VMs is able to ping anything, not even each other.
Proxmox is sitting behind the ISP router and I have a PiHole box which is showing all 3 (Proxmox, pfSense and Ubuntu) is requesting for DNS and their requests were being serviced/replied. Just for some reason none of them are able to ping to local machines nor out to the internet.
Firewall on Proxmox network is turned off. Both VMs are connected to only vmbr0.
Here's the interface details for Proxmox:
Code:
Last login: Thu Feb 4 22:42:41 +08 2021 on pts/0
Linux proxmox 5.4.73-1-pve #1 SMP PVE 5.4.73-1 (Mon, 16 Nov 2020 10:52:16 +0100) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@proxmox:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp0s3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.133/24
gateway 192.168.1.1
bridge-ports enp0s3
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#Internal trunk
Could anyone help me with this? Thanks in advance!