Changes to network without reboot

rjoensen

Renowned Member
Jun 3, 2017
14
1
68
37
Hello,

In previous verious of Proxmox you could run /etc/init.d/pvenetcommit start and you wouldnt need to reboot your system after making changes to the network stack on a proxmox server.

I see this script is now gone in newer versions. Is there an equivalent feature that can be used?

Thanks,
Ragnar
 
That script simply do:

# mv /etc/network/interfaces.new /etc/network/interfaces

But it is dangerous to run that while VMs are using the network.