After installing proxmox VE I could not remove the graphics card from the server, I assume it is as that changes the numbering of the network card. I accepted that for a while, but now I want to transfer the server to a actual rack chassis and that would require removing the GPU (not to mention the unnessecary power usage)
I tried following this step here:
Post in thread '[SOLVED] Remove GPU after installation' https://forum.proxmox.com/threads/solved-remove-gpu-after-installation.122780/post-535250
But after doing that (using name=enp2s0 instead of eth0), the network card absolutely refuses to connect to my network again. I tried removing the file, to no avail.
Here is my current setup:
/etc/network/interfaces
	
	
	
		
any help would be greatly appreciated. I can only access the machine with a screen directly hooked up right now
				
			I tried following this step here:
Post in thread '[SOLVED] Remove GPU after installation' https://forum.proxmox.com/threads/solved-remove-gpu-after-installation.122780/post-535250
But after doing that (using name=enp2s0 instead of eth0), the network card absolutely refuses to connect to my network again. I tried removing the file, to no avail.
Here is my current setup:
/etc/network/interfaces
		Code:
	
	auto lo
iface lo inet manual
iface enp2s0
auto vmbr0
iface vmbr0 inet static
        address 192.168.5.10/24
        gateway 192.168.5.1
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0
source /etc/network/interfaces.d*
	any help would be greatly appreciated. I can only access the machine with a screen directly hooked up right now