[SOLVED] Apply network settings without reboot

f.yakhyaev

Member
Sep 4, 2019
45
3
8
34
Hello.
I use my Proxmox server one network adapter (example: eno1)
Today i decided configure second network adapter (eno2) and connected bridge with this adapter eno2 and the server requested a reboot to apply the changes.
Question: How i can apply this network settings without reboot server? I
I try service networking restart, dont help.
Sorry my English, my Eng low level.
Thanks.


look screenshot
2019-10-29_15-47-04.png
 
PVE writes updates to '/etc/network/interfaces' to the file '/etc/network/interfaces.new' and copies that over on reboot (before the networking service starts)..
you can copy the file manually and try to restart networking again (or maybe just run 'ifup -a')

However: The diff looks like your vmbr0 is going away - make sure that you still have access to the server!

I hope this helps!
 
PVE writes updates to '/etc/network/interfaces' to the file '/etc/network/interfaces.new' and copies that over on reboot (before the networking service starts)..
you can copy the file manually and try to restart networking again (or maybe just run 'ifup -a')

However: The diff looks like your vmbr0 is going away - make sure that you still have access to the server!

I hope this helps!
Thanks for answer.
I try.