πŸ“œ ⬆️ ⬇️

dnsmasq as dhcp server

We set the task to install dhcp - server in a small web studio.

My note how I decided it:

The task was to install exactly on Linux (debian) DHCP server.
')
The local network:

32 jobs

domain controller - windows 2003
LAMP production server - debian
print server - debian
1C server - debian
backup server - debian

total: 5 combat vehicles

It was decided to use dnsmasq on the gateway as an experiment replacing the standard DHCP3-server

install:

root @ gw: # apt-get install dnsmasq

Open <your editor> /etc/dnsmasq.conf
The configuration file is superbly documented:

  1. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  2. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  3. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  4. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  5. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  6. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  7. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  8. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  9. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  10. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  11. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  12. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  13. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  14. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  15. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  16. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  17. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  18. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  19. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  20. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  21. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  22. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  23. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  24. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  25. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  26. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  27. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  28. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  29. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  30. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  31. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  32. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #
  33. # β€” ( β€” bind ) port=0 bogus-priv # # eth0 β€” WAN # eth1 β€” LAN interface =eth1 # dhcp-range=10.15.0.2,10.15.0.253,12h # : dhcp-host=00:00:00:00:00:00, 10.0.0.1 # gw β€” dhcp-host=00:00:00:00:00:00, 10.0.1.1 # PDC β€” dhcp-host=00:00:00:00:00:00, 10.0.1.2 # dhcp-host=00:00:00:00:00:00, 10.0.1.3 # WI-FI dhcp-host=00:00:00:00:00:00, 10.0.1.4 # - dhcp-host=00:00:00:00:00:00, 10.0.0. 5 # # dhcp-host=00:00:00:00:00:00,10.15.0.01 # dhcp-host=00:00:00:00:00:00,10.15.0.02 # . dhcp-host=00:00:00:00:00:00,10.15.0.03 # dhcp-host=00:00:00:00:00:00,10.15.0.04 # dhcp-host=00:00:00:00:00:00,10.15.0.05 # . # ( RFC 2132) dhcp-option=1,255.240.0.0 # dhcp-option=2,10800 # dhcp-option=3,10.0.0.1 # dhcp-option=42,1.0.0.1 # dhcp-option=44,10.0.1.1 # WINS dhcp-option=46,8 # WINS. - 1 8. 1 2 4 8 dhcp-boot=pxelinux.0,10.0.0.1 # dhcp-leasefile=/ var /log/dnsmasq/dnsmasq.leases # dhcp-authoritative log-dhcp #


Clients receive addresses from the 10.15.0.X range both from the local network and via Wi-Fi.

references:
dnsmasq documentation
DHCP standard
DHCP options
WINS
DHCP

Source: https://habr.com/ru/post/55045/


All Articles