interfaces:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp


Manuell, leicht Schwachmatisch, füge ich die anderen IPs hinzu:
ip addr add 109.x.x.x/32 dev eth0
ip addr add 109.y.y.y/32 dev eth0
ip addr add 109.z.z.z/32 dev eth0


Default Gateway 0.0.0.0?:
route add default gw 0.0.0.0 eth0
SIOCADDRT: Das Argument ist ungültig

route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
0.0.0.0 109.a.b.1 0.0.0.0 UG 0 0 0 eth0
109.a.b.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0

Ich hoffe das ist genug an Infos .