Exemple de paramétrages en IP fixe sous debian 11
Révision datée du 21 avril 2022 à 17:45 par Dominique (discussion | contributions)
nano /etc/network/interfaces
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# allow-hotplug enp0s3
# iface enp0s3 inet dhcp
\# This is an autoconfigured IPv6 interface
\#iface enp0s3 inet6 auto
auto enp0s3
iface enp0s3 inet static
address 192.168.2.3
netmask 255.255.255.0
gateway 192.168.2.253