Hello Guys sorry about my English in advance
i just got a server from a provider they provided me with 6 ips when i installed proxmox over debian 11 all 6 ips connect to the server i have try to remove them from the network list as they automatically get set on there after removing them and trying to reconfigure them to work with VM they dont connect no where
here is the /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 93.xx.xx.125
netmask 255.255.255.224
broadcast 93.xx.xx.125
post-up route add 93.xx.xx.97 dev eth0
post-up route add default gw 93.xx.xx.97 dev eth0
auto eth0:0
iface eth0:0 inet static
address 46.xx.xx.171
netmask 255.255.255.248
broadcast 46.xx.xx.171
post-up route add 46.xx.xx.169 dev eth0:0
post-up route add default gw 46.xx.xx.169 dev eth0:0
auto eth0:1
iface eth0:1 inet static
address 93.xx.xx.105
netmask 255.255.255.224
broadcast 93.xx.xx.105
post-up route add 93.xx.xx.97 dev eth0:1
post-up route add default gw 93.xx.xx.97 dev eth0:1
auto eth0:2
iface eth0:2 inet static
address 93.xx.xx.108
netmask 255.255.255.224
broadcast 93.xx.xx.108
post-up route add 93.xx.xx.97 dev eth0:2
post-up route add default gw 93.xx.xx.97 dev eth0:2
auto eth0:3
iface eth0:3 inet static
address 93.xx.xx.99
netmask 255.255.255.224
broadcast 93.xx.xx.99
post-up route add 93.xx.xx.97 dev eth0:3
post-up route add default gw 93.xx.xx.97 dev eth0:3
auto eth0:4
iface eth0:4 inet static
address 93.xx.xx.102
netmask 255.255.255.224
broadcast 93.xx.xx.102
post-up route add 93.xx.xx.97 dev eth0:4
post-up route add default gw 93.xx.xx.97 dev eth0:4
Any idea how to make this work please if anyone can help me it would be very appreciated
Thank you in advance
i just got a server from a provider they provided me with 6 ips when i installed proxmox over debian 11 all 6 ips connect to the server i have try to remove them from the network list as they automatically get set on there after removing them and trying to reconfigure them to work with VM they dont connect no where
here is the /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 93.xx.xx.125
netmask 255.255.255.224
broadcast 93.xx.xx.125
post-up route add 93.xx.xx.97 dev eth0
post-up route add default gw 93.xx.xx.97 dev eth0
auto eth0:0
iface eth0:0 inet static
address 46.xx.xx.171
netmask 255.255.255.248
broadcast 46.xx.xx.171
post-up route add 46.xx.xx.169 dev eth0:0
post-up route add default gw 46.xx.xx.169 dev eth0:0
auto eth0:1
iface eth0:1 inet static
address 93.xx.xx.105
netmask 255.255.255.224
broadcast 93.xx.xx.105
post-up route add 93.xx.xx.97 dev eth0:1
post-up route add default gw 93.xx.xx.97 dev eth0:1
auto eth0:2
iface eth0:2 inet static
address 93.xx.xx.108
netmask 255.255.255.224
broadcast 93.xx.xx.108
post-up route add 93.xx.xx.97 dev eth0:2
post-up route add default gw 93.xx.xx.97 dev eth0:2
auto eth0:3
iface eth0:3 inet static
address 93.xx.xx.99
netmask 255.255.255.224
broadcast 93.xx.xx.99
post-up route add 93.xx.xx.97 dev eth0:3
post-up route add default gw 93.xx.xx.97 dev eth0:3
auto eth0:4
iface eth0:4 inet static
address 93.xx.xx.102
netmask 255.255.255.224
broadcast 93.xx.xx.102
post-up route add 93.xx.xx.97 dev eth0:4
post-up route add default gw 93.xx.xx.97 dev eth0:4
Any idea how to make this work please if anyone can help me it would be very appreciated
Thank you in advance