Exemple de paramétrages en IP fixe sous debian 11

De Wiki de Mémoire Vive
Révision datée du 21 avril 2022 à 16:54 par Dominique (discussion | contributions) (Page créée avec « 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 »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

nano /etc/network/interfaces source /etc/network/interfaces.d/*

  1. The loopback network interface

auto lo iface lo inet loopback

  1. The primary network interface
  2. allow-hotplug enp0s3
  3. iface enp0s3 inet dhcp
  4. This is an autoconfigured IPv6 interface
  5. 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