Is it possible (well the real wording should be "Is it correct") to have several IP adresses that belongs to the same subnet, on the same host ?
Here is an example:
#Host 1
eth0 -> 10.0.0.1/24
eth1 -> 10.0.0.2/24
eth1:1 -> 10.0.0.3/24
I have the intuition that this can't work due to routing issues but I'm unable to explain why I think so.
So is this pattern correct ? If yes, is it common ? What can be the problems regarding such a configuration ?