Search results

  1. P

    In VM, NTP update schlägt fehl

    Moin, Detlef! Leider keine Fritte. Server steht im RZ.
  2. P

    In VM, NTP update schlägt fehl

    Moin, alietz! Vielen Dank für Deine Nachricht. Hier kommt die Ausgabe von ping -4 2.debian.pool.ntp.org: root@www:/var/log# ping -4 2.debian.pool.ntp.org PING (168.119.211.223) 56(84) bytes of data. ^C --- ping statistics --- 68 packets transmitted, 0 received, 100% packet loss, time 68608ms...
  3. P

    In VM, NTP update schlägt fehl

    Moin, liebe Gemeinde! Ich habe auf einem PVE-Host ein paar Container, als auch VMs laufen. Alles schick so weit. Heute habe ich festgestellt, dass ALLE VMs keine Verbindung zu einem Zeitserver herstellen können (z.B. 2.debian.pool.ntp.org). Ein PING ergibt 100% packet loss. Die CTs funktionieren...
  4. P

    Keine IPv6 Konnektivität (mal wieder Hetzner)

    Moin! Seit 2 Tagen versuche ich Proxmox mit IPv6 an den Start zu bringen, aber iwie bin ich anscheinend zu blöd. Der Dedi steht bei Hetzner und ich bin brav nach Hetzner Anleitung vorgegangen (Routed Setup)...
  5. P

    Issue trying to add ufw rule

    Thanks! I'll give it a try. Unfortunately, I am busy with some other stuff, so I cant test this thing out within the next time.
  6. P

    [SOLVED] Container and Hetzner subnets

    Hi! It seems, that you have a misconfiguration. Your <MAIN IP> is bound to two ifaces (enp35s0 and vmbr1). Typo? I am at Hetzner too and my host network config lokks like this: auto lo iface lo inet loopback iface lo inet6 loopback auto eno1 iface eno1 inet static address MAIN_IP...
  7. P

    Issue trying to add ufw rule

    Hi! I tried to install the ufw rule sudo ufw allow 'Nginx Full' which returned the following error: ERROR: initcaps [Errno 2] modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.15.18-24-pve/modules.dep.bin' modprobe: FATAL: Module...
  8. P

    [SOLVED] GPG Fehler: NO_PUBKEY

    Merkwürdig, weil das System nicht erst seit gestern läuft. Ich habe den Server bestimmt schon seit einem Jahr in Betrieb. Habe den GPG-Schlüssel aus der Doku nochmals importiert und das "apt install proxmox-ve" ausgeführt. Jetzt ist alles Bestens! Vielen Dank! Was mich interessiert ist ja, wie...
  9. P

    [SOLVED] GPG Fehler: NO_PUBKEY

    Moin! Seit Kurzem erhalte ich folgenden Fehler bei apt-get update: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com/debian/pve stretch InRelease: The following signatures...
  10. P

    [SOLVED] command 'apt-get update' failed: exit code 100

    Hi! Having the issue and its not the ca repo of Debian. I am using the de repo. Manual update - no roblems! Any suggestions? Regards Oh, here is the output of "apt-get update": Ign:1 http://mirror.hetzner.de/debian/packages stretch InRelease Hit:2 http://mirror.hetzner.de/debian/security...
  11. P

    VM has no connection to the outside world

    Okay, now I've changed the vmbr0 IP to the main IP of the server and added this IP as the gateway in the VM I can ping the gateway of the VM now, but nothing else (unknown host). The current config looks like this: /etc/network/interfaces (Host): auto lo iface lo inet loopback iface eno1 inet...
  12. P

    VM has no connection to the outside world

    Hi, first, I am new to Proxmox and hassle with the networking stuff. I know, this - or similiar problems - are discussed all over the net but I checked out a lot of tutorials and forum posts like debianforum.de/forum/viewtopic.php?f=30&t=149440 or...