Created
April 15, 2015 19:10
-
-
Save linuxluser/cf8f967c9ec8167e6fed to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Upstream nameservers | |
server=8.8.8.8 | |
server=8.8.4.4 | |
# Interface to listen on | |
interface=eth0 | |
# Interface(s) NOT to listen on | |
except-interface=wlan0 | |
# Set the local network domain | |
domain=mydomain.com | |
# Enable DHCP with the given range and lease time | |
dhcp-range=192.168.0.1,192.168.0.255,4h | |
# (Optional) Read /etc/ethers file to assign IPs for given MAC address | |
read-ethers | |
# Give clients the default gateway/router IP | |
dhcp-option=option:router,192.168.0.11 | |
# Set the root directory for files available via FTP. | |
#tftp-root=/tftpboot | |
# Set the boot filename for netboot/PXE | |
#dhcp-boot=pxelinux.0 | |
# Enable dnsmasq's built-in TFTP server | |
#enable-tftp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment