i have setup a proxmox virtual environment on my gui cli when i type ip a command it doesn't show me Ip. i have even made changes in /etc/network/interfaces still im not able to get ip addr for my proxmox server there is no issue in the hardware . Below file shows the configuratrion of /etc/network/interfaces if so provide some help or changes
auto lo
iface lo inet manual
iface enp7s0 inet manual
auto vmbr0
iface vmbr0 inet manual
address 192.168.50.17/24
gateway 192.168.50.1
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
iface enp9s0 inet manual
source /etc/network/interfaces.d/*
auto lo
iface lo inet manual
iface enp7s0 inet manual
auto vmbr0
iface vmbr0 inet manual
address 192.168.50.17/24
gateway 192.168.50.1
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
iface enp9s0 inet manual
source /etc/network/interfaces.d/*