There are also alternatives to tailscale who works similiar ( they all base on wireguard) like netbird or headscale and there are even more. Personally I use headscale which is an open source Implementation of tailscales protocol.
For your...
Hi,
I managed to upgrade to 9.17, I skipped the 'Update the Ceph Package Repository' section (just the homelab setup, not hyper-converged). Reboots, initial checks, LXC's seem to be running fine.
I think I did the step 'Then remove the previous...
Hallo,
also das ist ein kleiner leistungsfähiger N100 mit 2.5Lan und ausreichend Ram an dem ich 2 stck IcyBox Raidgehäuse per USB angeschlossen habe. 1x für Monatssicherung und einmal für Tagessicherung. Da sind jeweisl 2xSSD verbaut und...
Geschichten, die das Leben mit LXCs schreibt und es hierhin passt.
Ich setze seit gefühlten Äonen Apache Guacamole als Fernsteuerungsproxy ein.
irgendwann kam ich auf die naheliegende/dusselige Idee, selbiges zu virtualisieren
Da ich damals noch...
Hi Beisser, I completely respect that stance. As a fellow sysadmin (who learned and deploy proxmox in entire infra of 3000+ VMs like 1.5 year back), I wouldn’t run a random binary without vetting it either. Security and 'trust-but-verify' are the...
for all intents and purposes this could be malware, so no thanks. not going to trust an unknown exe from a source without known good reputation without available sourcecode.
https://github.com/inderjeet-haven/HyperGate/releases/tag/V-4.7
This has .exe file which is the actual tool !!
document is worth reading so you understand how the tool actually works and what it does.
all the best :)
I know many of these are very easy changes, I burned a weekend or two making them, you did too, probably thousands of other proxmox user also made their own private scripts to make these changes efficiently whenever their bork their servers or do...
Hi,
By guest agent you can use "qm guest cmd" command which has a set of predefined commands or you can use "qm guest exec" (or exec it via api). Qemu guest exec (when allowed in the guest agent configuration) allows you to execute any linux (or...
Danke für deine Rückfragen.
1) Die Interface werden weiter vom Proxmox VE Host verwaltet und auch verändert.
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.15/24
gateway...
Was sagt das im frisch gestarteten CT?
cat /etc/network/interfaces
systemctl status networking.service
journalctl -ru networking.service
systemctl --failed
dpkg -l | grep -Ei "dhcp|ifup|network"
:) I think we have the same in mind. - I will try to explain my intention more detailed.
Backing up VMs and LXCs running Docker or LXCs created from OCI images,
have in common that the applications can be recreated with less effort from the...
he actually supplied the source as zip when you go to the releases.
here for example: https://github.com/inderjeet-haven/HyperGate/releases/tag/V-4.7
edit: not the source. he fooled me by providing a source zip, but that only contains...
First, thank you for your help! :)
Fortunately, this is not a boot pool. I ran the following command:
zpool replace -f two_tb_disk /dev/disk/by-id/scsi-2001b4d20c32c8d78-part1 /dev/disk/by-id/scsi-2001b4d2001387072
And it appears that...