Created
January 4, 2021 01:09
-
-
Save mastier/5eec06ceebdf478a813a413586cc8b2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create damn simple TFTP dasemon | |
IFACE='ens0p25' | |
sudo dnsmasq -i $IFACE --dhcp-range=192.168.69.100,192.168.69.150 --enable-tftp --tftp-root=/home/$USER/tftdir -d -u $USER -p0 -K --log-dhcp --bootp-dynamic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment