I'm also looking to be able to do this! I was just learning about cloud-init and setting that up via API when I ran into this issue. For now I will use SSH/SFTP, which seems like the only alternative.
corosync mtu is always lower than real mtu.
in my production, I have also 1397 pmtud with 1500 mtu on nic
Feb 19 11:05:20 corosync[23618]: [KNET ] pmtud: PMTUD link change for host: 4 link: 0 from 469 to 1397
Hi, @daves_nt_here
I would do something like: log from a workstation into PVE2 with ssh, then about 10 minutes past an hour:
tcpdump -i any not host ip.address.of.workstation
You can make the filter more detailed but we don't know the source IP...
This was the answer I needed.
I ran it about a minute before the 11th minute and found a VPN address being accessed.
It was a remote server that grabs a single file off of one of the NAS servers for a remote backup. Totally forgot about that...
corosync mtu is always lower than real mtu.
in my production, I have also 1397 pmtud with 1500 mtu on nic
Feb 19 11:05:20 corosync[23618]: [KNET ] pmtud: PMTUD link change for host: 4 link: 0 from 469 to 1397
for hardening, you can do something like
DisableForwarding yes
Match User root Address <<10.0.10.0/24,10.0.20.0/24>>
DisableForwarding no
AllowTcpForwarding yes
X11Forwarding no
AllowAgentForwarding no
PermitTunnel no
(replace...
corosync mtu is always lower than real mtu.
in my production, I have also 1397 pmtud with 1500 mtu on nic
Feb 19 11:05:20 corosync[23618]: [KNET ] pmtud: PMTUD link change for host: 4 link: 0 from 469 to 1397
Welcome, @rct
I don't know if that makes any difference for this command, but the docs at
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_pmg-log-tracker
show double quotes, not single quotes.
A literal example:
pmg-log-tracker -i...
Backup fleecing in Proxmox is a write-cache layer for live VM backups that captures overwritten data in temporary local images, to protect guest performance when the backup target cannot keep up. But that only helps if disk I/O is the bottleneck...
your use case is more suited for snapraid or unraid. these dont integrate with pve in any way, but they will work normally like any directory type store.
Moin zusammen,
ich bin recht neu in dem Thema und versuche auch gerade mein AdGuard zu updaten. Leider ebenfalls zu wenig Speicherplatz verfügbar.
Das klappt bei mir leider nicht. Es kommt unter jeden Punkt "Permission denied".. was könnte hie...
Hi @McChaos ,
You should look into Resource Pools: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_resource_pools
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
thank you for posting this.
i have implemented this on my gateway that gets quite a bit of mail, i have been thinking about moving to rspamd for a bit but like the appliance format of pmg, this gets me that without having to change my setup...
your use case is more suited for snapraid or unraid. these dont integrate with pve in any way, but they will work normally like any directory type store.