arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

interfaces (644B)


      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 lo
     10 iface lo inet loopback
     11 
     12 auto eth0
     13 iface eth0 inet dhcp
     14 
     15 #auto eth1
     16 #iface eth1 inet dhcp
     17 
     18 # auto eth0
     19 # iface eth0 inet static
     20 #	address 10.0.1.10
     21 #	netmask 255.255.255.0
     22 
     23 allow-hotplug wlan0
     24 iface wlan0 inet dhcp
     25 	wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
     26 
     27 # allow-hotplug wlan1
     28 # iface wlan1 inet dhcp
     29 #	wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf