So, I Installed proxmox and I can log in make VM's and what not they install and run but I can't get them to connect to the internet and finish the setup. I have tried windows 10 and Fedora 37 neither have network connection and I can't figure out why. I don't know a lot about networking and what not I'm still pretty new to all of this so any help would be greatly appreciated.
cat /etc/network/interfaces
# 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 eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xx.30/24
gateway xxx.xxx.xx.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
root@proxmox:~#
cat /etc/network/interfaces
# 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 eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xx.30/24
gateway xxx.xxx.xx.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
root@proxmox:~#
Attachments
Last edited: