Hi there,
As the title suggests, I cannot connect to the network at all.
The system was updated (v8, updated from October to November) and rebooted from the command line. Next boot it wouldn't come online into the cluster, so I attached screen and keyboard to check in on it.
The system did hang at initialising ramdisk, so I rebooted into the older kernel and can now boot into both (now booting into newer kernel 6.2.16-18-pve). However the network is gone entirely.
ip addr show: I see the ethernet as enp2s0
/etc/network/interfaces:
Does this need to be called by another user than root?
Am I on the right path here?
Thank you in advance.
As the title suggests, I cannot connect to the network at all.
The system was updated (v8, updated from October to November) and rebooted from the command line. Next boot it wouldn't come online into the cluster, so I attached screen and keyboard to check in on it.
The system did hang at initialising ramdisk, so I rebooted into the older kernel and can now boot into both (now booting into newer kernel 6.2.16-18-pve). However the network is gone entirely.
ip addr show: I see the ethernet as enp2s0
/etc/network/interfaces:
Code:
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.X.X
netmask 255.255.255.0
gateway 192.168.X.X
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
Code:
rot@XXX:~# ifup enp2s0
-bash: /usr/sbin/ifup: Permission denied
Am I on the right path here?
Thank you in advance.