Search results

  1. H

    Routed network for proxmox on debian10 at Hetzner

    I configured the routed network as indicated in the official documentation : https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve So, for the proxmox interface i have : # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know...
  2. H

    Routed network for proxmox on debian10 at Hetzner

    After reading the doc again, i modified my interfaces to look like auto lo iface lo inet loopback auto enp35s0 iface enp35s0 inet static address XXX.XXX.XXX.XXX/26 pointopoint YYY.YYY.YYY.GGG gateway YYY.YYY.YYY.GGG iface enp35s0 inet6 static address IPV6::2/64 gateway fe80::1...
  3. H

    Routed network for proxmox on debian10 at Hetzner

    Hello, I would like to have 3 nodes running on my proxmox, and 2 container on each node. After reading the hetzner doc : https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve I think the routed network is the case that suits me the best. ( I only have 1 Ipv4, and a whole...