Server at hetzner, and there is 2 vm servers, one is workign fine, one cant even ping anything
One problem is that there is 2 gateways, as Hetzner gives random ip addresses and gw (ip with mac )
proxmox machines settings:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp6s0
iface enp6s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 95.z.142/26
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet static
address 95.z.186/26
gateway 95.z.129
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
#c
iface vmbr0 inet6 static
address 2a01:z:3583::2/64
gateway fe80::1
auto vmbr3
iface vmbr3 inet static
address 65.z.62/26
bridge-ports none
bridge-stp off
bridge-fd 0
GW for vmbr3 address is x.49 ending
Non working vm has ip and gw set on neplan, yes proxmox machine has interfaces and vm have netplan settings
When ssh to ip of non work vm, it directs to proxmox machine ip
I have tried with gpt help but quite hard do work on proxmox console without copy-paste
As i have very little knowledge of linux networking
One problem is that there is 2 gateways, as Hetzner gives random ip addresses and gw (ip with mac )
proxmox machines settings:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp6s0
iface enp6s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 95.z.142/26
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet static
address 95.z.186/26
gateway 95.z.129
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
#c
iface vmbr0 inet6 static
address 2a01:z:3583::2/64
gateway fe80::1
auto vmbr3
iface vmbr3 inet static
address 65.z.62/26
bridge-ports none
bridge-stp off
bridge-fd 0
GW for vmbr3 address is x.49 ending
Non working vm has ip and gw set on neplan, yes proxmox machine has interfaces and vm have netplan settings
When ssh to ip of non work vm, it directs to proxmox machine ip
I have tried with gpt help but quite hard do work on proxmox console without copy-paste
As i have very little knowledge of linux networking