Eu tive o mesmo problema e achei isso em uma postagem do Debian. Isso funcionou bem para mim.
auto eth0
iface eth0 inet static
address 90.70.200.200
netmask 255.255.255.192
broadcast 90.70.200.255
gateway 90.70.200.254
# the "up" lines are executed verbatim when the interface is brought up
up ip addr add 90.70.200.239 brd 90.70.200.255 dev eth0 label eth0:0
up ip addr add 90.70.200.240 brd 90.70.200.255 dev eth0 label eth0:1