to be honest I wasn't looking into that because lately so many of the distros rebuild that kind of files at boot that I don't bother anymore... but fortunately I was wrong AND the file is utterly easy; so, problem solved!
Thanks for the input!
Regards.
For the records, this section
Code:
iface eth0 inet static
should end up looking like this (tweak to suit your lan)
Code:
iface eth0 inet static
address 192.168.1.101
netmask 255.255.255.0
gateway 192.168.1.254