i've got additional /27 IP's subnet for my Debian server. I was trying multiple configurations, but without success on adding whole subnet.
Running
ip addr add 231.231.231.0/32 dev eth0
Working well, and i can ping the following IP without any problem.
Runngin
ip addr add 231.231.231.0/27 dev eth0
makes only .0 IP pingable, the rest not.
What i'm doing wrong? Thanks!