










nano /etc/hostnameinit 6nano /etc/network/interfaces
# The primary network interface
allow-hotplug ens33
iface ens33 inet static
address 192.168.0.1
netmask 255.255.255.0
gateway 192.168.0.254
systemctl restart networkingnano /etc/resolv.confdomain nom.domain.fr
search nom.domain.fr
nameserver 192.168.0.2
nameserver 8.8.8.8