Hello, After putting some thought into it I would like to move my proxmox GUI to another interface.
Here is what I want to accomplish:
Take the gui off of this address 192.168.10.3
auto vmbr0
iface vmbr0 inet static
address 192.168.10.3/24
gateway 192.168.10.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
and move it to an address on this interface 192.168.20.3
auto vmbr0.20
iface vmbr0.20 inet static
address 192.168.20.0/24
I have tried removing the address and gateway from vmbr0 and setting the proper address like 192.168.20.3/24 with a gateway 192.168.20.1 the gateway is reachable from other computers on that network. Referenced this doc: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#_vlan_802_1q
I would also like to point out that I am currently using the beta SDN feature and have created vlan zone for the vlan 20. I also have 3 node cluster and I assume the web interface is separate from the cluster network setup but I am not certain.
I also want to know how the pveproxy chooses what IP to bind to, since it will only choose the 192.168.10.3
Please let me know if anymore information is needed.
Any help is appreciated!
Here is what I want to accomplish:
Take the gui off of this address 192.168.10.3
auto vmbr0
iface vmbr0 inet static
address 192.168.10.3/24
gateway 192.168.10.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
and move it to an address on this interface 192.168.20.3
auto vmbr0.20
iface vmbr0.20 inet static
address 192.168.20.0/24
I have tried removing the address and gateway from vmbr0 and setting the proper address like 192.168.20.3/24 with a gateway 192.168.20.1 the gateway is reachable from other computers on that network. Referenced this doc: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#_vlan_802_1q
I would also like to point out that I am currently using the beta SDN feature and have created vlan zone for the vlan 20. I also have 3 node cluster and I assume the web interface is separate from the cluster network setup but I am not certain.
I also want to know how the pveproxy chooses what IP to bind to, since it will only choose the 192.168.10.3
Please let me know if anymore information is needed.
Any help is appreciated!