Search results

  1. M

    Hetzner: Additional Single IP configuration

    The private ip in the subnet 10.10.10.0/24 works, I managed to get it working by updating netplan config as below # This is the network config written by 'subiquity' network: ethernets: ens18: addresses: - 157.xxx.12.50/28 gateway4: 168.xxx.147.117 nameservers...
  2. M

    Hetzner: Additional Single IP configuration

    Hello guys, I'm having an issue with configuring additional single ip on hetzner: My Interfaces file: source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface lo inet6 loopback auto enp195s0 iface enp195s0 inet static address 168.xxx.147.117/26 gateway...
  3. M

    Hetzner Routed Config issue

    Thank you, it's working
  4. M

    Hetzner Routed Config issue

    the network address in the vm for routed config will be 95.217.x.42/29? With the gateway 95.217.x.41?
  5. M

    Hetzner Routed Config issue

    i see, but what if i used bridge?
  6. M

    Hetzner Routed Config issue

    Isn't vmbr1 ip address is the network address? for example I have a subnet at 95.217.x.40 / 29 So the vmbr1 address should be 95.217.x.40? and the vm gateway should be 95.217.x.40 too?
  7. M

    Hetzner Routed Config issue

    I have a dedicated server and a subnet on Hetzner, decided to use Network Configuration Hostsystem Routed config, was following their guide, https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve Here's my server config: auto lo iface lo inet loopback iface lo inet6 loopback...