I have a network 10.0.0.0/24 with a proxmox on 10.0.0.8
I created an Ubuntu server 20.04 VM 10.0.0.9 and an Ubuntu server 20.04 container 10.0.0.7
The proxmox machine is hooked up to a Unifi 16 XG L2 10Gbit switch using a single Gbit line for testing
That switch is hooked into a Unifi UDMP firewall/router/etc that goes to the ISP
/etc/network/interfaces looks like this:
The container looks like this: https://i.imgur.com/wHzB3U0.png
And the VM: https://i.imgur.com/6z4CR24.png https://i.imgur.com/vCnghlK.png
The controller shows clients are available, and the VM even has an IP.
https://i.imgur.com/5qb7k3S.png
Pinging the VM from the proxmox works, and so does pinging the proxmox from the VM. Pinging the gateway or the outside world or any other device on the local network is a bust, though. Pinging the VM from the gateway or from another device results in timeouts.
From the VM: https://i.imgur.com/cffkLhs.png
From the proxmox: https://i.imgur.com/s8UvBq3.png
Telling the VM to get a DHCP address results in no IP being received.
Anyone have any ideas? I'm at a bit of a loss. It acts like the proxmox created its own isolated network that so happens to also be 10.0.0.0/24 but that shouldn't be the case with the current configuration.
I created an Ubuntu server 20.04 VM 10.0.0.9 and an Ubuntu server 20.04 container 10.0.0.7
The proxmox machine is hooked up to a Unifi 16 XG L2 10Gbit switch using a single Gbit line for testing
That switch is hooked into a Unifi UDMP firewall/router/etc that goes to the ISP
/etc/network/interfaces looks like this:
Code:
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.8/24
gateway 10.0.0.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
The container looks like this: https://i.imgur.com/wHzB3U0.png
And the VM: https://i.imgur.com/6z4CR24.png https://i.imgur.com/vCnghlK.png
The controller shows clients are available, and the VM even has an IP.
https://i.imgur.com/5qb7k3S.png
Pinging the VM from the proxmox works, and so does pinging the proxmox from the VM. Pinging the gateway or the outside world or any other device on the local network is a bust, though. Pinging the VM from the gateway or from another device results in timeouts.
From the VM: https://i.imgur.com/cffkLhs.png
From the proxmox: https://i.imgur.com/s8UvBq3.png
Telling the VM to get a DHCP address results in no IP being received.
Anyone have any ideas? I'm at a bit of a loss. It acts like the proxmox created its own isolated network that so happens to also be 10.0.0.0/24 but that shouldn't be the case with the current configuration.