I had proxmox set up on my home network and configured several VMs. I took the box to my ISP to be co-located and modified the networking to the IP address range that was assigned to me. The Promox installation can be accessed remotely via that IP address I configured for it but when the VMs boot they get hung on the screen to start networking, fail and none of them can obtain and IP address or get online.
Clearly I've messed something up. Is there a KB specially tailored for this sort of thing (changing IP for Proxmox) or some insight as to what went wrong and how to fix it?
Thanks. I'm not terribly network savvy but I appreciate it. The VMs are Ubuntu Server 20.04 btw.
If you need any other specific information about this set up please let me know and I'll be happy to provide it.
This is what I modified in the network interfaces. IP numbers have been partially masked for security
auto lo
iface lo inet loopback
iface enp42s0 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.26/29
gateway xxx.xxx.xxx.25
bridge-ports enp42s0
bridge-stp off
bridge-fd 0
iface wlo1 inet manual
-----------------------
This is what it used to be
auto lo
iface lo inet loopback
iface enp42s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.88/24
gateway 192.168.1.1
bridge-ports enp42s0
bridge-stp off
bridge-fd 0
iface wlo1 inet manual
-----------------------------
I just noticed the "
# Please do NOT modify this file directly, unless you know what
# you're doing." part that I missed.
Anyway, thanks again for any help you can offer for me to fix my mistake.
Clearly I've messed something up. Is there a KB specially tailored for this sort of thing (changing IP for Proxmox) or some insight as to what went wrong and how to fix it?
Thanks. I'm not terribly network savvy but I appreciate it. The VMs are Ubuntu Server 20.04 btw.
If you need any other specific information about this set up please let me know and I'll be happy to provide it.
This is what I modified in the network interfaces. IP numbers have been partially masked for security
auto lo
iface lo inet loopback
iface enp42s0 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.26/29
gateway xxx.xxx.xxx.25
bridge-ports enp42s0
bridge-stp off
bridge-fd 0
iface wlo1 inet manual
-----------------------
This is what it used to be
auto lo
iface lo inet loopback
iface enp42s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.88/24
gateway 192.168.1.1
bridge-ports enp42s0
bridge-stp off
bridge-fd 0
iface wlo1 inet manual
-----------------------------
I just noticed the "
# Please do NOT modify this file directly, unless you know what
# you're doing." part that I missed.
Anyway, thanks again for any help you can offer for me to fix my mistake.
Last edited: