Im Prinzip ist empfohlen PMG mit einer statischen IP zu betreiben, und sicherzustellen, dass PMG seinen eigenen hostnamen auch auf eine tatsächliche IP (nicht in 127.0.0.0/8) auflösen kann (das geht mit einem passenden Eintrag in /etc/hosts)...
Hi,
ich würde folgendes probieren:
BIOS-Check: Neustart ins BIOS (meist F2 oder F10). Schau, ob die Samsung 970 Evo dort noch gelistet wird. Wenn ja, ist die Hardware wahrscheinlich okay.
Rescue Boot: Boote von einem Proxmox-USB-Stick und wähle...
Ja, genauso ist es auch: PMG läuft als LXC-Container und die IP kommt in dem VLAN über DHCP (die auf der OPNSense aber fest eingestellt ist) ... das funktionierte bisher. Sollte man es besser anders machen?
Hallo,
ich hab ne Frage zur File Restore Auswahl. Aktueller PVE, aktueller PBS.
Backup mehrfach gemacht und auch zur Probe mal komplett zurück gespielt. Dort alles ok.
Siehe unten. Klicke ich auf 2, 3, 4, 5, 6 doppelt, kommt die gezeigt...
if the user clicks on welcomelist/blocklist for a mail it is added to _their_ user-welcome/blocklist - see:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_welcomelist_overview
not to the global one in the rulesystem.
I hope...
Is the loop really an issue, though?
The left is a timestamp since boot, right? So, vmbr0/enp1s0 received packets with its own MAC as the source during a 50 sec window TWENTY hours ago but none since.
I ran this (thanks Gemini) for about 10...
Hi,
ich würde folgendes probieren:
BIOS-Check: Neustart ins BIOS (meist F2 oder F10). Schau, ob die Samsung 970 Evo dort noch gelistet wird. Wenn ja, ist die Hardware wahrscheinlich okay.
Rescue Boot: Boote von einem Proxmox-USB-Stick und wähle...
Hi,
ich würde folgendes probieren:
BIOS-Check: Neustart ins BIOS (meist F2 oder F10). Schau, ob die Samsung 970 Evo dort noch gelistet wird. Wenn ja, ist die Hardware wahrscheinlich okay.
Rescue Boot: Boote von einem Proxmox-USB-Stick und wähle...
Yes, it will be sent to the sender of your spam. :)
You can avoid that, see https://www.postfix.org/postconf.5.html#postscreen_dnsbl_reply_map
You need to be aware that /etc/postfix/main.cf is generated by PMG.
For your change to be persistent...
Hi,
we are currently transforming our infrastructure to ipv6 only. Additionally we are moving away from LACP bonds to routed host addresses to get independent of switch vendors.
Technically this is implemented by adding a /128 address to a...
Just wanted to share my (successful) procedure for creating in PVE9 a VM Template for a Debian Trixie Server with Cloud-Init, which I have done in the past for previous Debian versions in PVE8. This is most useful to quickly spin up a Debian...
Hi @TheAncientMariner ,
Exit code 1 is a generic non-success return value. Any non-zero exit code usually indicates a failure. Some applications use a range of exit codes to represent specific error conditions, but as far as I am aware, PVE...
You won't get any specific information from the exit code. It's either 0 (success) or 1 (error). Any value >0 is considered error and the purpose of that is to control the flow of the scripts (by simple logic) not the detailed troubleshooting...