Search results

  1. taich

    VM Error State

    Thanks, I found it in Doku This command cleared the error state ha-manager set vm:<VMID> --state disabled
  2. taich

    VM Error State

    How can I remove/clear error state from a VM?
  3. taich

    Changing VMID of a VM

    Yes, changing the VMID as an option in proxmox woud be great thing.
  4. taich

    Can not add ACME account

    This is a ipv6 routing problem. I had to change gai.conf to first use ipv4 than ipv6. It is working now.
  5. taich

    Can not add ACME account

    pvenode acme account register vitula office@vitula.at Directory endpoints: 0) Let's Encrypt V2 (https://acme-v02.api.letsencrypt.org/directory) 1) Let's Encrypt V2 Staging (https://acme-staging-v02.api.letsencrypt.org/directory) 2) Custom Enter selection: 0 Attempting to fetch Terms of Service...
  6. taich

    Rename proxmox host

    And here is the next IP that can not reach the shop. traceroute shop.maurer-it.com traceroute to shop.maurer-it.com (79.133.36.249), 64 hops max 1 37.75.138.145 0.242ms 0.146ms 0.188ms 2 100.64.3.1 9.662ms 9.416ms 9.580ms 3 92.60.7.19 21.858ms 21.398ms 13.975ms 4...
  7. taich

    Rename proxmox host

    Can not reach download.proxmox.com Something must be wrong with first-colo.net. traceroute download.proxmox.com traceroute to download.proxmox.com (212.224.123.70), 30 hops max, 60 byte packets 1 gwsbs.intern.datamagic.at (10.10.0.1) 0.205 ms 0.338 ms 0.356 ms 2 router.sbs.datamagic.at...
  8. taich

    Can not add ACME account

    On my new proxmox 6.4 I go to datacenter ACME and want to add a new ACME account. I click Add, and Register Account opens state "loading...". After a while there is an error message "connection error - timeout" But the server has full connectivity. Static public IPv4,IPv6.
  9. taich

    Rename proxmox host

    Well it does not bother me any more, cause I already changed the IP of my proxmox host. But I think it may be your concern if certain IP addresses can not connect to your shop. If that hppens with only one IP it's sad, but what if there are thousends blocked. Do you know how many addresses...
  10. taich

    Rename proxmox host

    So then, why does "ae1.3902.ce2.fra1.de.first-colo.net (212.224.104.5)" not forward me to the shop? From every other IP it forwards me to the shop only IP .82 wont get through.
  11. taich

    Rename proxmox host

    In the meantime my pve got another IP address, but .82 is still blocked. This has to happen in the first-colo.net where shop.maurer-it.com is hosted. Here is a traceroute from .82 traceroute -T -p 443 shop.maurer-it.com traceroute to shop.maurer-it.com (79.133.36.249), 30 hops max, 60 byte...
  12. taich

    Hard disk corrupt after Backup

    This is the NFS Server inxi -b System: Host: node4 Kernel: 4.15.0-143-generic x86_64 bits: 64 Console: tty 0 Distro: Ubuntu 18.04.5 LTS Machine: Device: desktop Mobo: Supermicro model: X9SCL/X9SCM v: 0123456789 serial: 0123456789 BIOS: American Megatrends v: 2.3 date: 06/12/2018...
  13. taich

    Hard disk corrupt after Backup

    Well NFS is connected via 10GiB internal lan, and backup is connected via 1GiB wan. Here the test from NFS to pve node. iperf -c 192.168.99.111 ------------------------------------------------------------ Client connecting to 192.168.99.111, TCP port 5001 TCP window size: 85.0 KByte (default)...
  14. taich

    Hard disk corrupt after Backup

    I have a 3 Node PVE Cluster and a NFS-Server as storage. Every node has 2 nic's one (1GiB) for public net and one (10GiB) for NFS-storage connection. The backup server is connected via public lan (1 GiB). Everything runs smoothly as long as no backup runs. As soon as a backup job starts some...
  15. taich

    Rename proxmox host

    The IP 62.99.227.82 is blocked from shop.maurer-it.com. Somehow it got in the Barracuda Reputation Block List https://dnsblcheck.de/dnsbl/62.99.227.82 I tried to remove it from there.
  16. taich

    Rename proxmox host

    I will try it with another IP adress again.... traceroute -T -p 443 shop.maurer-it.com traceroute to shop.maurer-it.com (79.133.36.249), 30 hops max, 60 byte packets 1 router.sbs.datamagic.at (62.99.227.81) 0.176 ms 0.175 ms 0.240 ms 2 81-223-31-89.static.upcbusiness.at (81.223.31.89)...
  17. taich

    Rename proxmox host

    nc -v shop.maurer-it.com 443 no answer at all traceroute -T -p 443 shop.maurer-it.com traceroute to shop.maurer-it.com (79.133.36.249), 30 hops max, 60 byte packets 1 router.sbs.datamagic.at (62.99.227.81) 0.188 ms 0.216 ms 0.203 ms 2 81-223-31-89.static.upcbusiness.at (81.223.31.89)...
  18. taich

    Rename proxmox host

    Other sites work. curl -s https://datamagic.at; echo $? <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.datamagic.at/">here</a>.</p> </body></html> 0
  19. taich

    Firewall enable ping

    I have enabled pve-firewall sucessfully. Except ping does not work. What rule do I have to add so that I get ping response from my proxmox server?
  20. taich

    Rename proxmox host

    :~# curl -s https://shop.maurer-it.com :~# echo $? 7