You could use ethtool, but they are not going to be reboot persistent.
If you want to achieve this, edit the following file:
sudo vim /etc/network/interfaces
And edit the file with needed informations:
auto <interface_name>
iface <interface_name> inet static
address <ip_addres...