Same IP twice in the same interface

Solution 1:

Check out the netmask !

It is possible to do something like this:

ip addr add 192.168.2.1/25 dev eth1
ip addr add 192.168.2.1/32 dev eth1

This is different addresses in that it will change the network's subnet addresses.