ProxMox Webinterface binding?

Lukas Neubauer

Active Member
Dec 2, 2018
9
0
41
Germany
lukas-neubauer.de
Hey there,

I've been asking myself, how proxmox ve is binding the address for the Web-UI?
With a clean install it's bound to the IP on the vmbr0, configured default by the installer.
But what if I want it to listen to another IP? or even another vmbr ?

Thanks ahead.

Lukas
 
Based on my experience pveproxy is binded to 0.0.0.0:8006 by default. It means it's binded to all IPv4 interfaces available on all interfaces with set IPv4 address.

What is Your output of netstat -plntu | grep 8006 command?