My Proxmox Server is working on baremetal server. Network configure is DHCP. Real NIC enp3s0 is bridged by vmbr0.
But the VMs are unable to get IP address by dhcp. I can access proxmox web gui, and Proxmox server can access network and internet. But the VMs can't do it.
/etc/network/interfaces
What should I do?, please tell me.
Thank you for reading my post.
But the VMs are unable to get IP address by dhcp. I can access proxmox web gui, and Proxmox server can access network and internet. But the VMs can't do it.
/etc/network/interfaces
Code:
# 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
auto enp3s0
iface enp3s0 inet dhcp
#manual
auto enp2s0
iface enp2s0 inet dhcp
#manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
#manual address 192.168.0.5/24 gateway 192.168.0.1
iface wlp1s0 inet manual
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
What should I do?, please tell me.
Thank you for reading my post.