When you need a Linux system to have a static IP address rather than one that is set dynamically by DHCP, all that's required is some configuration changes and a restart. Follow these steps to make ...
auto eth0 iface eth0 inet static address 192.168.15.251 netmask 255.255.255.0 broadcast 192.168.15.255 gateway 192.168.15.254 ...