Search results

  1. 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. "
  2. 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. :)
  3. 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...
  4. 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...
  5. 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? :)
  6. 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...
  7. 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...
  8. W

    new ubuntu release

    its officially released now :)
  9. 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...
  10. 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
  11. W

    new ubuntu release

    Hello when can we see the new LTS release of ubuntu 24.04 on LXC? :)
  12. 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...
  13. 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...
  14. 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.
  15. 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)...
  16. 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...
  17. W

    [SOLVED] dkim signing

    Hello i got it to work here are my findings and how i got to getting it to work we use plesk as DNS host witch uses bind9 as backend so it adds alot of stuff behind the hood. the orginal output from PMG in my case is wecon._domainkey IN TXT ( "v=DKIM1; h=sha256; k=rsa; "...
  18. W

    [SOLVED] dkim signing

    Hello i have taken away the (" and "); at the end of the output in view dns record as we are using plesk that is using bind9 in the backend. will report back if it works or not.
  19. W

    [SOLVED] dkim signing

    Hello forgot to add PVE the host only allows our public ips to talk to port 587 here is a output i see in PMG 2023-07-31T17:14:40.846613+02:00 smtpgwny postfix/smtpd[3018]: connect from unms.weconnect.se[193.26.6.83] 2023-07-31T17:14:40.863982+02:00 smtpgwny postfix/smtpd[3018]...
  20. W

    [SOLVED] dkim signing

    Hello here is the senario i want to solve. we have internal servers that we want to sign. the setup: server 1 2 3 sends email via our PMG on internal port 587 server1.domain.se server2.domain.se server3.domain.se server1.domain.net we want to sign the domain.se but the domain.se is has...