{ * info-rmatique ! }

network interfaces

nano /etc/network/interfaces

#The primary network interfaces

allow-hotplug ens33
iface ens33 inet static
address 192.168.1.30
netmask 255.255.255.0
gateway 192.168.1.1
(dns-nameservers 127.0.0.1)

ou si DHCP :
allow-hotplug ens33
iface ens33 inet dhcp

redémarrage service :
/etc/init.d/networking restart