DHCPサーバーとしてのdnsmasq

dhcp-serverを小さなWebスタジオにインストールするタスクを設定します。



私がそれを解決したときのメモ:



タスクは、Linux(debian)にDHCPサーバーをインストールすることでした。



LAN:



32件



ドメインコントローラー-Windows 2003

LAMP実稼働サーバー-Debian

プリントサーバー-debian

1Cサーバー-Debian

バックアップサーバー-debian



合計:5戦闘車両



標準のDHCP3-serverを置き換える実験としてdnsmasqゲートウェイを使用することが決定されました



インストール:



root @ gw:#apt-get install dnsmasq



<your editor> /etc/dnsmasq.confを開きます

構成ファイルは美しく文書化されています:



  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 #







クライアントは、ローカルネットワークとWi-Fiの両方から10.15.0.X範囲のアドレスを受け取ります。



リンク:

dnsmasqドキュメント

DHCP標準

DHCPオプション

WINS

DHCP



All Articles