سلام
میتونید همون فایل interfaces رو ویرایش کنید و مثلا این مقادیر رو بهش بدید:
# The secondary network interface
auto eth0:1
iface eth0:1 inet static
address 192.168.0.5
netmask 255.255.255.0
gateway 192.168.0.1
و بعدش هم دستور
ifup eth0:1
رو اجرا کنید. باید مشکلتون حل بشه...
فایل اینترفیس رو اینجا میزارم :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.16.30.96
netmask 255.255.0.0
network 172.16.0.0
broadcast 172.16.255.255
gateway 172.16.24.2
iface eth0:0 inet static
address 132.148.1.99
netmask 255.255.0.0
network 132.148.0.0
broadcast 132.148.255.255
آیا ایرادی داره ؟