Search results

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

    SMB share not possible

    So the PVE host can ping the server that hosts the SMB share?
  9. Hannes Laimer

    SMB share not possible

    Do you have routing setup between the two networks? Or, does the PVE host have an IP on both?
  10. Hannes Laimer

    SMB share not possible

    Hey, what do you mean with "in a different LAN"? Is the laptop on the same network as PVE is?
  11. Hannes Laimer

    Problems compiling PBS v3.3.2

    Hey, did you apt-get build-dep .?
  12. Hannes Laimer

    NGINX proxy manager just works in lxc locally - not with other lxc

    If the LXC can reach everything you want to reach, then this is docker not allowing communication. Either consider installing NPM on the LXC container, and not within docker, or change docker to use host[1] network mode. [1] https://docs.docker.com/engine/network/drivers/host/
  13. Hannes Laimer

    NGINX proxy manager just works in lxc locally - not with other lxc

    Hey, I don't think Docker allows its containers to reach the host network by default. Can the LXC itself reach other VMs/LXCs?
  14. Hannes Laimer

    Firewall verständnissprobleme

    Hey, ist der Host in 10.0.0.0/24, und was bedeutet "offline" hier? Also was sollte erreicht werden können? Erreicht die VM andere VMs auf der selben bridge(vmbr1)?
  15. Hannes Laimer

    Fixing Network Bridge & New NIC

    Hey, what is the output of cat /etc/network/interfaces and ip a?
  16. Hannes Laimer

    Probleme NGINX Proxy Manager

    Hey, hast du die Firwall an? Funktioniert ping zwischen den CTs? Nur um sicherzugehen, 80 ist der richtige Port?
  17. Hannes Laimer

    Code für Backupintervall ist unklar

    Ohh, sorry. Stimmt, ist nicht das cron format das wir hier haben. Mon..Fri *-*-* 06..18/2:00 sollte funktionieren. Generell kannst du dir mit systemd-analyze calendar "Mon..Fri *-*-* 06..18/2:00" den nächsten Zeitpunkt anzeigen lassen. Auch nehme ich an, dass du [1] schon gesehen hast. [1]...
  18. Hannes Laimer

    Job don't create backup [SOLVED]

    Hey, do you have the correct storage selected in the backup tab of the VM? When you click "Run now" on the job does it show any errors, or does it finish?
  19. Hannes Laimer

    [SOLVED] Backup von VM nur mit bestimten Laufwerken

    Hey, bei der Festplatte in der VM config kannst du unter "Erweitert" den Haken bei "Backup" entfernen, dann wie diese bei Backups ausgelassen.
  20. Hannes Laimer

    Code für Backupintervall ist unklar

    Hey, 0 6-18/2 * * 1-5 sollte funktionieren Sowas wie [1] kann hilfreich sein. [1] https://crontab.guru/