a97d0e7f
grouille
Ajout des fichier...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto eth0
iface eth0 inet static
address 172.26.145.XXX
netmask 255.255.255.0
gateway 172.26.145.254
|