Search results

  1. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    Well where should I start, it was a Layer 8 Problem I tried sending E-Mails via openssl and telnet because I was to lazy to use proper tools. With swacks it works. Thanks for the support!
  2. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    I did what you said but i get Sender address rejected: Access denied in the postfix logs not sure what I could try next any Ideas what could go wrong?
  3. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    Why /etc/sals2/smtpd.conf and not /etc/postfix/sasl/smtpd.conf ? Isn't this the default location to put the smtpd config?
  4. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    How did you get this running? I tried it too, but it seems like the configuration is lost. For example, the allowed relay domains are missing. It just rejects my email. Authentication works perfectly, but when I try to send an email from an allowed domain I get a 554 5.7.1 error. Via Port 25...
  5. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    Don't write directly to the /var/lib/pmg/templates directory. Instead, copy the template to the /etc/pmg/templates directory, as documented here, so that your configuration is not lost after an update.
  6. FSIN

    first-time setup

    Hi, When using ZFS, you shouldn't use a hardware RAID controller. ZFS requires direct access to the disks in order to manage redundancy, error detection, and recovery. Hardware RAID abstracts the disks from the operating system, making it impossible for ZFS to function correctly. You should...
  7. FSIN

    Login failed. Please try again

    Uff okay, can you show the content of your /etc/pve/priv/tfa.cfg ? remove any sensitive Content!
  8. FSIN

    Login failed. Please try again

    You can log in via SSH and disable TOTP. It's explained at the bottom of this PVE wiki article. https://pve.proxmox.com/wiki/OATH(TOTP)_Authentication
  9. FSIN

    ZFS not recognizing disk by-id after reboot

    Obviously, you have to stop the VMs/containers, but the data will remain unchanged. To avoid disturbing production, I would probably do this after normal work hours. The import/export process shouldn't take too long. If everything works as expected, I estimate that it will take 10 minutes for...
  10. FSIN

    ZFS not recognizing disk by-id after reboot

    Hi You could try exporting and importing the pool. This should rebuild the cache and may fix the issue. regards
  11. FSIN

    VMWARE Workstation nested inside PVE Windows host

    I got it to work with Uefi and a virtio network adapter. Hyper-V optimizations don't work. Here is What i've configured agent: 1 bios: ovmf boot: order=ide1;ide0;net0 cores: 4 cpu: host,flags=+vmx args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi efidisk0...
  12. FSIN

    Rookie mistake - Assistance Needed: Deleted Cluster Configurations, GUI Showing No VMs

    Interesting, Keep me updated if this works. I think you only need to add the .conf files in the /etc/pve/qemu-server/<VMID>.conf
  13. FSIN

    Rookie mistake - Assistance Needed: Deleted Cluster Configurations, GUI Showing No VMs

    Hi djkay This happened to me when I first started using Proxmox. As far as I know there's not much you can do. Do you have a backup of the system? I'm not sure if this will work but if the VM's currently run they are still in memory so you can try to somehow recreate the config files by...
  14. FSIN

    Firefox and SSH issue

    My solution with firefox was to allow it local network access, i must have been deactivated at some point. Settings -> Privacy & Security -> Local Network there you find the option to turn on for Firefox. Fixed it for me
  15. FSIN

    [SOLVED] Restarting networking on the host disconnects all clients (permanently)

    Hi, I had a similar error with Windows Server, what fixed it for me was resetting the network adapter in Windows.
  16. FSIN

    Wie schützt Ihr euere Windows Server unter PVE / PBS?

    Letzter Stand in meinem Alten Test Lab haben das Veeam Lab nicht funktioniert und der File-Level restore hat echt Probleme gemacht, zugegebenermassen war das noch mit dem erst Veeam Build der PVE unterstützt hat. Also NFS Selbst unterstützt ja selbst keine Snapshots du sprichst wohl von qcow2...
  17. FSIN

    gesperrten User Account entsperren

    Hi Uli Versuch mal folgendes: 1. pveum user list Beim Punkt enable sollte er dann 1 haben 2. Prüfe die Zeit des Servers und die des Computers welche das OTP Berechnet, die Rechnung ist Zeitbasiert. 3. Prüfe das Login Log, wenn ich mich nicht tausche findest du es hier: journalctl -u...
  18. FSIN

    Wie schützt Ihr euere Windows Server unter PVE / PBS?

    Ja, es fehlt noch das meiste "Coole", wir haben bei uns eine Testinstallation mit einem 2 Node PVE Cluster und 2 Test VMs und die tollen Enterprise Features fehlen aktuell. Was auch sehr störend ist, ist das es aktuell keine Netapp Storage Integration für PVE gibt und somit alle Storage...
  19. FSIN

    Linux Virtual Bridge Issues

    I'm kind of confused, but to me it seems to make more sense to use firewall rules for this purpose. 1 you can log the rules and 2 you only have 1 interface in the right VLAN e.g. MGMT or DMZ this makes more sense in terms of network segmentation.
  20. FSIN

    Linux Virtual Bridge Issues

    Hi, I had this issue to, removing one Gateway fixed it for me. If i understand correctly in the end all the Traffic goes out of your Mikrotik router, why would you need two gateways in the Container, if the Outgoing Router/Modem is all the same?