MAJ syntaxe netmask

This commit is contained in:
whirigoyen 2023-11-17 10:49:45 +01:00
parent 3a546f7a86
commit 5a5c72c9a0

View file

@ -208,13 +208,11 @@ Editer le fichier */etc/network/interfaces* :
auto eth0
iface eth0 inet static
address <IPv4>
netmask <masque-IPv4>
address <IPv4>/<masque-IPv4-en-bits>
gateway <gateway-IPv4>
iface eth0 inet6 static
address 2001:db8:42::42
netmask 64
address 2001:db8:42::42/64
gateway 2001:db8:42::1