Network Interfaces 2/5

Raspbian reads files in /etc/network/interfaces.d/NNN_device in sequence at boot and upon detection event.

Configure known ip address for wired upstream connection.

/etc/network/interfaces.d/010_eth0

	      # Enable known ethernet address at boot and plugin
	      auto eth0
	      allow hot-plug eth0
	      iface eth0 inet static
	          address 192.168.2.9
	          netmask 255.255.255.0