Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Created April 17, 2016 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwilkins/3a252c7510132c9067129bc58560f35f to your computer and use it in GitHub Desktop.
Save dwilkins/3a252c7510132c9067129bc58560f35f to your computer and use it in GitHub Desktop.
# /etc/dhcpd.conf
#
# Configuration for g_ether / usbpizero
# Only serves 1 address to the computer on the
# other end of the USB cable
# also referenced in /etc/netctl/usbpizero
#
subnet 192.168.7.0 netmask 255.255.255.0 {
range 192.168.7.150 192.168.7.150;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment