Search results

  1. 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.
  2. 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.
  3. 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
  4. 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.
  5. Hannes Laimer

    [SOLVED] Stop sending Messages

    Hey, have you set the "Notification Mode" to "Notification System" under "Datastore" > "Options"?
  6. 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.
  7. Hannes Laimer

    how to safely remove a locked VM

    Hey, you can unlock it with qm unlock 111.
  8. 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.
  9. 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
  10. 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
  11. 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...
  12. 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.
  13. Hannes Laimer

    PMG API

    Hey, was ist Insomnia? Generell bekommst du mit curl -k -d 'username=root@pam' --data-urlencode 'password=******' https://192.168.55.41:8006/api2/json/access/ticket ein Ticket womit du dann mit curl -k -b "PMGAuthCookie=PMG:root@pam:67BEBAE7::tNW3PaAFWguKQ/..." \ -X POST \ -H...
  14. Hannes Laimer

    Proxmox Backup Server with two IP addresses

    Hey, you can bond[1] the two interfaces, PBS still would only have one IP, but traffic would go through both interfaces. How this traffic is balanced between the two can be configured. [1] https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_bond
  15. Hannes Laimer

    PMg mit 2 IP Adressen

    Hey, naja, hängt von deinem Setup ab. Aber prinzipiell ca. so auto eth0 iface eth0 inet static address 192.0.2.7/24 gateway 192.0.2.254 auto eth1 iface eth1 inet static address 10.0.0.4/24 IPs, Netzmasken und Interfacenamen sind natürlich noch anzupassen. Hier [1] noch die...
  16. Hannes Laimer

    Trying to boot Ubuntu VM in single user mode

    Hey, when booting there should be a small noVNC menu on the left that also allows sending keys, did you give that a try? Alternatively you could also just boot some live linux iso and chroot into your OS.
  17. Hannes Laimer

    More than one Instance on the same subnet

    Hey, that sounds weird. Could you post the output of ip a and cat /etc/network/interfaces of both hosts? You can put the output in <output> tags, and depending on how much it is wrapping it in could also make sense.
  18. Hannes Laimer

    What the correct way to change hostname?

    As described in [1], you'll also have to update the corosync config[2], but we do not recommend changing hostnames of nodes within a cluster. [1] https://pve.proxmox.com/wiki/Renaming_a_PVE_node#Change_Hostname [2] https://pve.proxmox.com/pve-docs/chapter-pvecm.html#pvecm_edit_corosync_conf
  19. Hannes Laimer

    What the correct way to change hostname?

    Hey, you just need to update[1] these two (assuming this is a standalone node) - /etc/hosts - /etc/hostname [1] https://pve.proxmox.com/wiki/Renaming_a_PVE_node#Change_Hostname
  20. Hannes Laimer

    SMB share not possible

    So the PVE host can ping the server that hosts the SMB share?