Search results

  1. K

    [SOLVED] How to set up Hetzner's additional IP address to point to a VM?

    Nevermind I was able to figure out how to do this. In the host machine's /etc/network/interfaces, I added this snippet: auto vmbr2 iface vmbr2 inet static address <main_ip_address>/26 netmask <the_provided_netmask> bridge_ports none bridge_stp off bridge_fd 0 up ip route add...
  2. K

    [SOLVED] How to set up Hetzner's additional IP address to point to a VM?

    Hello. I have a Proxmox host with 7 VMs. I have bought a subnet from Hetzner which came with 6 usable public IP addresses. This was easy to set up. For this, I created a Linux Bridge under Network and set the gateway to the gateway IP address that Hetzner gave. Next, I added this bridge to all...