do you only have additional ips or a new subnet ?
in both ways this should work .. edit your /etc/network/interfaces and add
Code:
up ip addr add yourip/32 dev eth0
down ip addr del yourip/32 dev eth0
of course you have to insert yourip and the network adapter if nessesary
then restart the service networking