Home How to fix problem with accessing Proxmox Web GUI
Post
Cancel

How to fix problem with accessing Proxmox Web GUI

Everytime you change network adapter there is good chance proxmox will rename adapter’s name. What you need to do is

  • first check new names using
    1
    
    ip a
    
  • then change it in
1
nano /etc/network/interfaces
  • and reboot or systemctl restart networking.

source: Softlution

This post is licensed under CC BY 4.0 by the author.