briantdavis / EAS_BBB_DataAcquisition

EAS data acquisition using BeagleBone Black
GNU General Public License v2.0
6 stars 10 forks source link

DHCP Server functionality config files #16

Closed ghost closed 8 years ago

ghost commented 8 years ago

These config files allow the server to host a DHCP server on reboot, no init scripts necessary. The following command must be run prior to applying these configs:

apt-get install isc-dhcp-server

briantdavis commented 8 years ago

Files in this commit execute on Server/NUC rather than BeagleBoneBlack.

Discussion is warranted on whether Server/NUC code should be in this repository or another repository. For now, the /EAS/etc is a reasonable place to put Server/NUC code until this discussion & the possible creation of a new Repo.