BBB File /etc/default/udhcpd

From Wiki
Jump to navigationJump to search

This enables the DHCP server and tells it to log to syslog. See BBB File /etc/udhcpd.conf for the actual configuration of the DHCP server.

# Comment the following line to enable
#############################DHCPD_ENABLED="no"

# Options to pass to busybox' udhcpd.
#
# -S    Log to syslog
# -f    run in foreground

DHCPD_OPTS="-S"