maybe you can get a small vps server there you can install nginx proxy manager, caddy or traefik and route it through tailscale to your home server where
your vaultwarden is running
i have such constelation and dont want to open port on my home...
I feel that our KB article covers the topic very well: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/#initialize-the-multipath-device-as-an-lvm-physical-volume-pv
I could be biased, but perhaps you could read it and ask more...
This is more then true IF you try to use a volume on multiple hosts SIMULTANEOUSLY, in which case its not "good practice" its downright forbidden. There are ways to accomplish this with central metadata management (eg, lustre) but not just...
Finally, I set up the mount points on each node for the iSCSI target in a specific directory and added the path as a "Directory" in Datacenter > Storage. It works fine for my purposes.
So, if I understood correctly, I can use the same LUN for...
Why not test the concrete behavior? Just create a test-Container, add some storage, run backup/restore, "zfs rename" the virtual disk, start the Container, and-so-on. This approach comes for free and teaches you the behavior of your actual...
OK, coming back because I finally figured out how to get all this working very well. Below are my `frr.conf` and network configuration files, along with some key points about the setup.
### FRR Configuration (`frr.conf`)
ip forwarding
ipv6...
Sure, that's one way to use it.
This sounds to me like a fringe opinion and is opposite to actual good practices and iSCSI intended purpose. However, you are welcome to use it as you want.
If I recall correctly, PVE explicitly filters out iSCSI...
Things like this is completely "working under the hood" --> yes, there might be dragons.
For Proxmox (the software) the configured disk from Container 100 has just vanished. Without further work this will lead to errors of course. I would just...
How did you pass the network to the VM? Via passthrough or a virtual network card?
If you use a virtual network card then it will always report back as 1GB no matter the real network (card) speed.
Thanks! After zfs rename such dataset will no longer be managed by Proxmox GUI? I worry about situations like for example: I detach subvol-100-disk-0 from LXC 100 and then rename into it my-dataset, and sometime in the future, I'll remove LXC...
Hello everyone,
I'm new to Proxmox and happy that I got everything up and running.
Now my issue is that Truenas runs only at 1 GB. When I connect the PC and the Proxmox (both Intel 10 GB) they run at the max. speed.
My config:
enp2s0 is the 1...
Hi @greptrig
There are two commands that should get you what you need:
ip Command
If you run ip a from the command line, it will match your interface names to their MAC Addresses.
lshw Command
The lshw the command will need to be installed...
Hi Daniel,
I’m still seeing some unusual behavior, specifically on other Proxmox Nodes in the Proxmox cluster. Let me do some investigation and come back with more definitive information.
What I would do in your case:
1. Do a Proxmox Backup (vzdump) of the VM to another (accessible) drive. You could use an external one. (You should anyway be doing this - regularly).
2. Remove the original install drive from the system. (I'd keep...
For my fix (after updates and the kernel) I lost GUI access. I flushed the IP tables with
iptables -F # Clear IPv4 rules
ip6tables -F # Clear IPv6 rules
nft flush ruleset # If using nftables
Then made persistent:
apt update && apt install...