Commit a97d0e7f68319fdd64999aefcea719c694e82ef4

Authored by grouille
1 parent 9d63d0b1

Ajout des fichiers de pré-config des Raspberrys

Showing 2 changed files with 16 additions and 0 deletions   Show diff stats
Raspberry/interfaces 0 → 100644
... ... @@ -0,0 +1,15 @@
  1 +# interfaces(5) file used by ifup(8) and ifdown(8)
  2 +
  3 +# Please note that this file is written to be used with dhcpcd
  4 +# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
  5 +
  6 +# Include files from /etc/network/interfaces.d:
  7 +source-directory /etc/network/interfaces.d
  8 +
  9 +auto eth0
  10 +iface eth0 inet static
  11 + address 172.26.145.XXX
  12 + netmask 255.255.255.0
  13 + gateway 172.26.145.254
  14 +
  15 +
... ...
Raspberry/resolv 0 → 100644
... ... @@ -0,0 +1 @@
  1 +nameserver 193.48.57.48
... ...