I have created a brouter (bridge router) on my CentOS 7 KVM Host machine. I am trying to assign an IP from an addon subnet that Hetzner has provided.
The following is the working configuration for a CentOS 7 guest that I have running also:
ifcfg-eth0:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
IPADDR=138.201.XXX.162
IPADDR1=138.201.XXX.162
NETMASK=255.255.255.255
NETMASK1=255.255.255.255
SCOPE="peer 138.201.YYY.207"
route-eth0:
ADDRESS0=0.0.0.0
NETMASK0=0.0.0.0
GATEWAY0=138.201.YYY.207
I am not too sure how to do this configuration on a Windows 10 guest. This is what I currently have set but it does not work: