ok, so your nic is not started properly.
Please post output of
1. systemctl status networking
(while it is broken)
then do a systemctl restart networking and systemctl status networking again
With not visible on the network I assume you mea you cannot ping the address of your proxmox Host, correct?
So while you ping the proxmox Host IP from your client check with tcpdump -i eno1 icmp and tcpdump -i vmbr0 icmp on your proxmox if it is receiving the ping packages.
Try to ping your...
You can of course run multiple Services on one container, but i would recomment to use one container per service.
You can do upgrades independently, so if pihole has an upgrade to the next debian release but eg paperless does not you can do that upgrade without breaking your other software...
If I change a card I know I changed a card AND I am physically present, so no problems at all.
If I know the MAC I can adjust the settings even before swapping the card
Short intro to LVM:
3 Layers:
- Physical Volumes
- Volume Groups
- Logical Volumes
pvs shows the physical volumes (physical disks or partitions)
vgs shows the volume group(s), VGs consists of one or more PVs (so if you run out of space you can add a new disk to your VG)
lvs show your logical...
fdisk shows only a 16Mb Partition on your sdb and nvme. Maybe the partition table was lost / overwritten?
Do you remember how it was partitioned?
What kind of storage had you configured?
LVM like on sda? zfs?
Show output of cat /etc/pve/storage.cfg
Show output of pvdisplay, vgdisplay...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.