The virtual machine can be networked, and Proxmox can also be pinged, but The Proxmox host cannot connect to the network, how should I set it up?

moonbye

New Member
Dec 13, 2020
1
0
1
36
The virtual machine can be networked, and Proxmox can also be pinged, but The Proxmox host cannot connect to the network, how should I set it up?
The proxmox version is 6.3, vmbr0 bridges enp1s0, and it is the management port, but proxmox cannot connect to the network in the console.

Here is the setting information

auto lo
iface lo inet loopback

auto enp1s0
iface enp1s0 inet manual

auto enp2s0
iface enp2s0 inet manual

auto enp3s0
iface enp3s0 inet manual

auto enp4s0
iface enp4s0 inet manual

auto enp5s0
iface enp5s0 inet manual

auto enp6s0
iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 10.0.0.10
netmask 255.255.255.0
gateway 10.0.0.100
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
 
Check that you are using the right IP and interface. And that you can either reach port 22 (ssh) or 8006 (web interface).