diff options
Diffstat (limited to 'tools/dnsmasq.html')
-rw-r--r-- | tools/dnsmasq.html | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html index ca776d1..7c923dd 100644 --- a/tools/dnsmasq.html +++ b/tools/dnsmasq.html @@ -65,12 +65,27 @@ <p>Check /var/lib/dhcp/dnsmasq.leases to get list of dhcp leases assigned.</p> + <h3>Local host</h3> + + <p>To configure dnsmasq for local host only change configuration provided values to;</p> + + <pre> + server=10.0.0.254 + #local=/ank/ + #interface=br0 + #interface=wlp7s0 + listen-address=127.0.0.7 + #no-dhcp-interface=wlp7s0 + #dhcp-range=10.0.0.100,10.0.0.200,255.0.0.0,2h + #enable-tftp + </pre> + <a href="index.html">Tools Index</a> <p> - This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> </html> |