Search results

  1. R

    [SOLVED] Hetzner Proxmox /etc/network/interfaces for public and private ip

    applying the following configuration auto lo iface lo inet loopback iface enp2s0 inet manual auto vmbr0 iface vmbr0 inet static address [public IP] hwaddress 44:XX:5X:DX:8X:20 netmask 255.255.255.255 pointopoint [public gateway IP] gateway [public...
  2. R

    Hetzner Proxmox configuration public and private network

    the following network configuration is not working, can anyone help me solve it? # /etc/network/interfaces auto lo iface lo inet loopback # public network iface enp2s0 inet static address [public IP] hwaddress XX:XX:XX:XX:XX:XX netmask 255.255.255.255 pointopoint [gateway...
  3. R

    pve5to6 fails with "Unsupported SSH Cipher configured for root in /root/.ssh/config: 3des"

    trying to upgrade from version 5. 4-2 to 6, using pve5to6 script fail returning error: "Unsupported SSH Cipher configured for root in /root/.ssh/config: 3des" cat /root/.ssh/config Ciphers blowfish-cbc,aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc thanks in advance...