Unable to Ping Gateway - After Fresh Install of proxmox-ve_8.2-2

shivsagar

New Member
Nov 13, 2024
4
0
1
After fresh installation , i am facing network issue so due to this i am not able to access web console

root@proxmoshost: /etc/network# cat interfaces

auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.10.28/24
gateway 10.10.10.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
source /etc/network/interfaces.d/x
root@proxmoshost-1: /etc/network#
 
Last edited:
maybe because:
iface enol inet manual is not iface eno1 inet manual ?! ;-)
 
yes - its vmbr0 (due to this network issue i m not able to take putty to collect the log so i have used img to txt , converter made some auto corrects thats whys its was showing vmbro
 
Last edited:
root@proxmoshost-1: /etc/network# ifreload -a
warning: eno2: <bridge.bridge object at 0x7847efc97b10>: error getting dependent interfaces (misconfiguration of bridge attribut e(s) on existing non-bridge interface (eno2))
warning: eno2: <bridge.bridge object at 0x7847efc97b10>: error getting dependent interfaces (misconfiguration of bridge attribut e(s) on existing non-bridge interface (eno2))
error: netlink: eno2: cannot delete link eno2: operation failed with 'Operation not supported' (95) root@proxmoshost-1: /etc/network#