I just finished setting up Proxmox for the first time, but I'm having difficulty with networking the VMs.
I've created a VM and use the default network bridge, vmbr0. My router will assign it an IP via DHCP, and when I run ipconfig from the guest the address shows up. However, I cant get get to the outside world using the guest, cant ping anything with the guest (other than the host), and nothing else on my network can ping the VM.
here is my cat /etc/network/interfaces:
auto lo
iface lo inet loopback
iface enp7s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.10/24
gateway 192.168.1.1
bridge_ports enp7s0
bridge_stp off
bridge_fd 0
192.168.1.10 is my proxmox server and 192.168.1.1 is my router.
Am I missing something obvious?
I've created a VM and use the default network bridge, vmbr0. My router will assign it an IP via DHCP, and when I run ipconfig from the guest the address shows up. However, I cant get get to the outside world using the guest, cant ping anything with the guest (other than the host), and nothing else on my network can ping the VM.
here is my cat /etc/network/interfaces:
auto lo
iface lo inet loopback
iface enp7s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.10/24
gateway 192.168.1.1
bridge_ports enp7s0
bridge_stp off
bridge_fd 0
192.168.1.10 is my proxmox server and 192.168.1.1 is my router.
Am I missing something obvious?