Search results

  1. Hannes Laimer

    Failed of Systemd

    Hey, did you change any configuration regarding kernel modules? Do the syslogs(journalctl -b) contain more information surrounding this, and could you also check dmesg?
  2. Hannes Laimer

    2 Additional IPs on a Hetzner Proxmox Server

    Hey, are those separate physical interfaces, or do those three come over the same one(this it what it look like based on your /etc/network/interfaces)? If they are on different interfaces, you can just pass through the whole interface to the VM. If they are not(and they are on the same subnet)...
  3. Hannes Laimer

    Mount/Bind File in Proxmox LXC?

    Ohh, you mean mTLS. Generally there is no need to bind mount[1] it, you can just copy it from the host into your container, alternatively just generate them in the container. Is there a reason you have to have those directly on the PVE host somewhere? Also data and letsencrypt, why not have it...
  4. Hannes Laimer

    Mount/Bind File in Proxmox LXC?

    Hey, what is it you are trying to do? And how does it relate to bind mounting something in a LXC? Do you own the domain you want certificates for subdomain of? If yes, configuring NPM to use DNS challenge to obtain a certificate for something like *.proxy.<your_doamin> and using it for all...
  5. Hannes Laimer

    Can't add PBS to PVE8

    This is weird. Could you login into the WebUI of the PBS with the same user you use on the PVE host to add it. Then replace the last part of the URL with ...67:8007/api2/json/config/datastore Does this work? Do you get a list of datastores?
  6. Hannes Laimer

    Can't add PBS to PVE8

    Anything in the syslogs(journalctl -f) on the PBS?
  7. Hannes Laimer

    Can't add PBS to PVE8

    Hmm, does ping 172.30.1.67 (on the PVE host) work?
  8. Hannes Laimer

    Can't add PBS to PVE8

    Hey, no, there is no limit. What is the error you are getting?
  9. Hannes Laimer

    Proxmox Datacenter Manager Api Error when adding nodes

    Like what? What did you change, and no, read the error message, this is not the same. Make sure the fingerprint is correct.
  10. Hannes Laimer

    Proxmox Datacenter Manager Api Error when adding nodes

    Hey, you can either change the name of the token when adding the remotes, or delete the existing token(probably called pdm-admin) on the PVE nodes.
  11. Hannes Laimer

    Is it possible to run Cisco Firepower (virtual) using Proxmox?

    Hey, since PVE 8.3 you can directly import OVA[1] files trough our UI. [1] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_ova_ovf_import
  12. Hannes Laimer

    [SOLVED] converting from no subscription repo to subscription

    Changing the repos does not impact the running system, it just changes where updates are pulled from.
  13. Hannes Laimer

    [SOLVED] Stop sending Messages

    Hey, have you set the "Notification Mode" to "Notification System" under "Datastore" > "Options"?
  14. Hannes Laimer

    [SOLVED] converting from no subscription repo to subscription

    Hey, you can do that through the UI. "Updates" > "Repositories" > "Add", then disable the one you are currently using and apt update.
  15. Hannes Laimer

    how to safely remove a locked VM

    Hey, you can unlock it with qm unlock 111.
  16. Hannes Laimer

    Multiple IP addresses defined on the host for NFS sharing

    Hey, this should not be a problem. What is the output of ifreload -avvv after adding address 192.168.10.2/24 to vmbr1? Also, what is ip a after ifreload? Should work anyway, but change iface vmbr1 inet manual to iface vmbr1 inet static if you set an ip.
  17. Hannes Laimer

    [SOLVED] Connect pve with api token

    Hey, you can use the Token-ID as the user and the secret as the password when adding the storage. There is no difference between doing it through the UI or using pvesm add
  18. Hannes Laimer

    How to set sending domain for generated mails due spf?

    ohh, I see. You probably want to set smtp_helo_name[1], for that, have a look at the PMG config template system[2]. [1] https://www.postfix.org/postconf.5.html#smtp_helo_name [2] https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine
  19. Hannes Laimer

    How to set sending domain for generated mails due spf?

    Hey, you can't really use domains in your SPF record, what you can add is something like a:A.EXAMPLE.COM, but that will just be the IP that IPv4 address that A.EXAMPLE.COM resolves to. With SPF the mailserver's IP is checked, and that is not something you really configure in postfix on your...
  20. Hannes Laimer

    Dell Precision 5860 support

    Hey, we don't have "supported hardware" or anything alike, if it runs linux it'll very likely run PVE just fine.