For one card to answer on two addresses, you'll need to use a "virtual" interface.
You'd configure the two IPs like ...
Code:
ifconfig eth0 187.20.10.15 netmask 255.255.255.0
ifconfig eth0:1 187.20.10.16 netmask 255.255.255.0
(As root)
Getting them configured to come up that way after a reboot depends on your distribution.