Why does proxmox have 2 ip address?

Hello, I have the same question. Proxmox with Home Assistant installed has three IP addresses on the local network. Is this normal, or should I disable one of the interfaces?


1782105982990.png

1782106147306.png

1782106004396.png
 

Attachments

  • 1782106140549.png
    1782106140549.png
    13.3 KB · Views: 6
This happens if you initially allowed the host to come up in DHCP mode, then reconfigured the network but have not rebooted the host yet. Not saying that is this particular issue, but I have ran into it before.
 
  • Like
Reactions: Johannes S
As shown in the screenshot look into the files in /etc/network/interfaces.d/
This folder is empty


This happens if you initially allowed the host to come up in DHCP mode, then reconfigured the network but have not rebooted the host yet. Not saying that is this particular issue, but I have ran into it before.
Yes, that seems to be exactly what happened. I selected DHCP during installation, but later I assigned an address to the vmbr0 interface via the config. How can I fix this now?
 
Things to try:
rgrep "d9:21:51" /etc/*
rgrep "d92151" /etc/*
rgrep "192.168.10.150" /etc/*

See if these find any instances of the MAC or IP in /etc.
You might also run those against /var as well (or separate into a few subdirs under var like lib, run, cache).

Post what you find here.
 
  • Like
Reactions: _gabriel