Proxmox failover ip's

mcommemoi

New Member
Dec 26, 2019
1
0
1
38
we have install proxmox in debian 10 dedicated server

we have also 5 additional ip address

we want to create 5 virtual machines in proxmox and assigne every vm a public ip

how can this be down

unfortunately i was not able to assign a public ip address to proxmox windows vm

the main ip address of the proxmox server is : 51.x.x.x

root@s19:~# cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 sd-147061.dedibox.fr bm-romantic-dubinsky

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
51.x.x.x s19.xxxxx.com s19


root@s19:~# cat /etc/network/interfaces

source /etc/network/interfaces.d/*
auto lo iface lo inet loopback
allow-hotplug enp1s0f0
iface enp1s0f0 inet dhcp
iface enp1s0f1 inet dhcp
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp1s0f1
bridge-stp off
bridge-fd 0
i have create a windows 10 vm and i have assign this machine a new network adapter with same MAC of on of my failover ip address

after windows installation, i have configure manually the windows network adapter like so :

ip : 51.x.x.x
netmask : 255.255.255.255
getway : 62.210.0.1
DNS : 62.210.16.6 and 62.210.16.7

but without success, the windows machine do note ping and also we cannot pig to the machine from outside

i have try the same with linux vm

no connection

if you have any idea to how to done this manipulation

thank you