ip addr not able to detect

omi

New Member
Apr 16, 2024
9
0
1
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/*
 
Hi,
how do you get to the CLI in the GUI if the server apparently has no network?
What's the output of ip addr?
 
i mean i only have cli and we have a desktop server where we have just installed proxmox server for vms but im not abkle to add ip addr
 
The problem probably is in the line iface vmbr0 inet manual, it should be set to iface vmbr0 inet static if you want to configure a static ip.