Search results

  1. S

    [SOLVED] Prox can't validate certificate ssl

    Ask you help I can't successfully order LetsEncrypt certificate for proxmox dns-name. Loading ACME account details Placing ACME order Order URL: https://acme-v02.api.letsencrypt.org/acme/order/455705530/72278481650 Getting authorization details from...
  2. S

    [SOLVED] apt update - err | Proxmox 6

    Ask to help can't apt update - repo's uses from https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo root@prox /etc/apt/sources.list.d # apt-get update Err:1 http://download.proxmox.com/debian/pve buster InRelease Could not...
  3. S

    [SOLVED] iptables rule to allow access from one VM (private ip) to second VM (public ip)

    Hello Who can help with understanding such question. I have two VM with private ip addresses. One of them have rules to allow access by several ports from outside to public ip of the Proxmox. So rules work - I have access to VM from outside. iptables -t nat -A PREROUTING -p tcp -d 116.XXX.XXX.99...
  4. S

    vSwitch couple two VMs on Hetzner

    Hello, Dear Community I want to couple two VMs Proxmox within one robot account on Hetzner. I have created vSwitch, then on both Proxmox added to /etc/network/interfaces iface X.4000 inet manual auto vmbr4000 iface vmbr4000 inet manual bridge_ports X.4000 bridge_stp off...