Aucun reboot n'est necessaire.
ifconfig vi /etc/network/interfaces # On definit une ip statique iface eth0 inet static address 192.168.56.51 netmask 255.255.255.0 gateway 192.168.56.1 ifdown eth0 ifup eth0 ifconfig