diff options
author | Silvino Silva <silvino@bk.ru> | 2020-04-20 01:01:22 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2020-04-20 01:01:22 +0100 |
commit | fb54fa28e88afb7f9dcd7027b7c820ae8b43f802 (patch) | |
tree | 4987031dc2bc48a56484d611598b46f696a8889b /tools/dnsmasq.html | |
parent | fd186246f96768b8398f0ffe32ef136cb895fa21 (diff) | |
parent | 4216ad7e3cc4d4733034a50c122e4efa4ae08108 (diff) | |
download | doc-fb54fa28e88afb7f9dcd7027b7c820ae8b43f802.tar.gz |
Merge branch 'master' into release
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> |