Мой сервер Proxmox работает на выделенном сервере. Сеть настроена через DHCP. Реальный сетевой интерфейс enp3s0 объединён в мост vmbr0. Но виртуальные машины не могут получить IP-адрес через DHCP. Я могу зайти в веб-интерфейс Proxmox, и сам сервер Proxmox имеет доступ к сети и интернету. А вот ВМ этого сделать не могут.
/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
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
Что мне делать? Подскажите, пожалуйста. Спасибо, что прочитали мой пост.
/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
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
Что мне делать? Подскажите, пожалуйста. Спасибо, что прочитали мой пост.
