Hello there
Sorry i am not familiar with this network configuration so pardon for my question
I got a node from Hetzner it has one main IP address that is configured to interface "enp0s31f6"
Now i got new subnetwork /29 bit from hetzner & it suppose to have 6 usable ips which i would like to assign each vps with its own public ip
I had created a bridge called "vmbr0" & assigns to it new subnet with the following information
# Addition xx.xx.xx.192 / 29 subnet work (8 available ips)
Gateway: xx.xx.xx.96
Netmask: 255.255.255.248
Broadcast: xx.xx.xx.127
Then created new kvm machine then assigned "vmbr0" bridge to it & specified its ip to be "xx.xx.xx.193"
But after installation ends up i couldnt ping to vm ip "xx.xx.xx.193" & either from node or my pc i get "Destination Host Unreachable"
I only can ping to "xx.xx.xx.192" which is bridge "vmbr0" ip
Here are information Useful :
# contents of "/etc/network/interfaces"
### Hetzner Online GmbH installimage
source /etc/network/interfaces.d/*
I enabled forwarding within "/etc/sysctl.conf"
What else i am missing ?
Please any help will be appreciated
Thanks in advance
Sorry i am not familiar with this network configuration so pardon for my question
I got a node from Hetzner it has one main IP address that is configured to interface "enp0s31f6"
Now i got new subnetwork /29 bit from hetzner & it suppose to have 6 usable ips which i would like to assign each vps with its own public ip
I had created a bridge called "vmbr0" & assigns to it new subnet with the following information
# Addition xx.xx.xx.192 / 29 subnet work (8 available ips)
Gateway: xx.xx.xx.96
Netmask: 255.255.255.248
Broadcast: xx.xx.xx.127
Then created new kvm machine then assigned "vmbr0" bridge to it & specified its ip to be "xx.xx.xx.193"
But after installation ends up i couldnt ping to vm ip "xx.xx.xx.193" & either from node or my pc i get "Destination Host Unreachable"
I only can ping to "xx.xx.xx.192" which is bridge "vmbr0" ip
Here are information Useful :
# contents of "/etc/network/interfaces"
### Hetzner Online GmbH installimage
source /etc/network/interfaces.d/*
I enabled forwarding within "/etc/sysctl.conf"
What else i am missing ?
Please any help will be appreciated
Thanks in advance
Last edited: