Created
October 22, 2013 15:38
-
-
Save jimcadden/7102941 to your computer and use it in GitHub Desktop.
pedantic dnsmasq
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
dnsmasq -z --dhcp-range=192.168.0.50,192.168.0.199,255.255.255.0 --interface=tap100 --except-interface=lo --listen-address=192.168.0.3 | |
-dhcp-range=<start>,<end>,<mask> | |
-listen-address=<ip of interface> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment