Question about Hetzner Servers route IP

killmasta93

Renowned Member
Aug 13, 2017
984
60
93
31
Hi
SO currently i have VPS server i bought on hetzner servers, but cant seem to wrap my head around passing the IP,
So when buying the server i get an IP 78.47.xxx.xx/26 and gateway 78.xx.xx.65

so then i bought another segment IP to pass though proxmox which is the part i cannot get working in anyway

they gave me set of ip 85.10.xxx.xxx / 29 with the gw 78.47.xxx
This is the networking config on proxmox
Code:
auto lo
iface lo inet loopback

auto eno1
iface eno1 inet static
        address 78.47.xxx/26
        gateway 78.xxx.xxxx.65
        pointopoint 78.xxx.xxxx.65


auto vmbr2
iface vmbr2 inet static
        address 85.10.xxx.xxx/32
        gateway 78.47.xxx.xxx
        bridge-ports none
        bridge-stp off
        bridge-fd 0
 
Last edited: