Search results

  1. W

    Proxmox Mail Gateway version 8.0.3

    Hello you can try and set the public ip so that PMG uses it. Use smtp_bind_address if you want to show external IP If your PMG has an internally routed public IP, you can force outgoing traffic to bind to this IP: smtp_bind_address = <your public IP> in the main.cf file.
  2. W

    Attacks from a vps

    so one of your customers VMs is attacking other servers is that correct?
  3. W

    Proxmox Mail Gateway version 8.0.3

    try and update to the latest version. and you should have a public ip PMG should use that but first we need to know abit about the setup you have is the server on a public dedicated ip or is it behind a firewall or someting else?
  4. W

    wrong mtu after upgrade to 9

    Hello i think i read someting about it here https://pve.proxmox.com/wiki/Roadmap#9.0-known-issues " Leaving the MTU field for a VirtIO vNIC unset now defaults to the bridge MTU, rather than MTU 1500. "
  5. W

    Feature Request: Easy Change Failed drive in Proxmox

    Hello @LnxBil yes it looks like it but would be good if we can toggle it from the proxmox gui :) Will read more about this feature. :)
  6. W

    Lost data in ceph

    To help effectively, we need a concise summary of your current state: Cluster Health & Status Output from ceph -s (are there degraded, undersized, or inactive PGs?). Any warnings such as “inactive” or “incomplete” placement groups? Cluster Topology Number of OSDs up/in vs. down/out...
  7. W

    Feature Request: Easy Change Failed drive in Proxmox

    Hello i would like to request this feature below. make a easyer way to change a failed ZFS drive from the GUI. Background Currently, replacing a failed ZFS disk in Proxmox VE requires following the CLI-based guide documented here: ZFS on Linux – Change Failed Device. While this procedure...
  8. W

    SmartHost

    Hello Proxmox Backup Server dont have a SmartHost option to quickly setup where the emails get routed via. the default setup sends email with no TLS. will a smarthost option be added soon? :)
  9. W

    Inserting disclaimer on incoming mail from external senders makes rest of message text "small"

    Hello i have seen this question pop up a few times.. like https://forum.proxmox.com/threads/adding-disclaimer-to-emails-originating-externally.122663/ i have seen a guide here https://imanudin.net/2023/02/16/adding-an-external-warning-to-email-bodies-in-proxmox-mail-gateway-a-simple-guide/ i...
  10. W

    Ubuntu 24.04 - unsupported Ubuntu version '24.04'

    Hello Even tho Ubuntu 24.04 is in the proxmox repo we still get unsupported Ubuntu version '24.04' from what i can gather its not supported yet. (even tho its in the repo.) what we can do is add 24.04 as a known verson in this file /usr/share/perl5/PVE/LXC/Setup/Ubuntu.pm i will try and...
  11. W

    new ubuntu release

    its officially released now :)
  12. W

    docker LXC / Helper script / Upgrade ??

    Hello as far as i know the helper script is not officially supported by proxmox or its staff. to get help with this maybe try the helper script discussion here https://github.com/tteck/Proxmox/discussions maybe try a VM as it will probably work better with docker. if i need a docker container...
  13. W

    [SOLVED] Automated Installation

    think you missed the path to the iso file.. according to the command it should be like this "prepare-iso /path/to/source.iso" in your case it would be sudo proxmox-auto-install-assistant prepare-iso /path/to/proxmox-ve_8.2-1.iso --fetch-from iso --answer-file ./answer.toml
  14. W

    new ubuntu release

    Hello when can we see the new LTS release of ubuntu 24.04 on LXC? :)
  15. W

    GUIDE Change Disk.

    Hello wanted to make a guide on how to change a drive on Proxmox backup server that only has 4 drives and all using rpool as a boot device and pve storage First take the drive you want to replace offline. to identify the drive that you want to replace by going into PBS and go to Storage/Tape...
  16. W

    How to Resolve Vulnerabilities in IPv6 Cluster without Vrack on OVH?

    Hello try restrict access via Firewall rules. setup a private ip address that the cluser uses for communications. if the clients dont want to upgrade than tell the client that as it wont want to upgrade you cant secure it and that its not on you guys if/when it gets hacked. this is not a...
  17. W

    [SOLVED] DKIM Cname

    well the CNAME points to TXT record but you never know. im just thinking about a good implementation incase of a Total Disaster.. Microsofts do this with there office 365 approach... selector1 and selector2 CNAME to a selector1 etc etc.
  18. W

    [SOLVED] DKIM Cname

    Hello again. after some tests it works.. just make a cname that points like this selector._domainkey.domain.net CNAME to selector._domainkey.domain.com selector._domainkey.domain.com holds the signing key Authentication-Results: spf=pass (sender IP is xxx.xxx.xxx.xxx)...
  19. W

    [SOLVED] DKIM Cname

    Hello now that we have gotten DKIM signing to work im sitting here thinking what if worst case senario came to pass.. all devices gets encrypted. handing out the TXT record that the users need to enter into there dns servers what if it changes so you have to start from scratch. this got me...