ユーザ用ツール

サイト用ツール


serverapps:dns:dnsmasq

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
serverapps:dns:dnsmasq [2021/05/11 11:28]
hayashi ↷ serverapps:dnsmasq から serverapps:dns:dnsmasq へページを移動しました。
serverapps:dns:dnsmasq [2022/08/14 16:19] (現在)
hayashi [Install]
行 6: 行 6:
 ===== Install ===== ===== Install =====
  
-  # pkg_replace -N dns/dnsmasq+  # pkg install dnsmasq
  
 ===== 名前解決 ===== ===== 名前解決 =====
行 142: 行 142:
    47 netbios-scope    47 netbios-scope
     ...<省略>...     ...<省略>...
 +
 +==== 複数のI/F ====
 +<code>
 +interface=eth1
 +interface=eth2
 +interface=eth3
 +
 +dhcp-range=tag:eth1,10.0.0.10,10.0.0.250,30m
 +dhcp-range=tag:eth2,10.0.1.10,10.0.1.250,30m
 +dhcp-range=tag:eth3,10.0.2.10,10.0.2.250,30m
 +
 +dhcp-option=tag:eth1,option:router,10.0.0.1
 +dhcp-option=tag:eth2,option:router,10.0.1.1
 +dhcp-option=tag:eth3,option:router,10.0.2.1
 +</code>
  
 ===== リース中のIPリスト ===== ===== リース中のIPリスト =====
行 163: 行 178:
  
 ===== 参考 ===== ===== 参考 =====
-[[http://wiki.openwrt.org/doc/howto/dhcp.dnsmasq|Dnsmasq [OpenWrt Wiki]]] +  * [[http://wiki.openwrt.org/doc/howto/dhcp.dnsmasq|Dnsmasq [OpenWrt Wiki]]] 
- +  [[http://int128.hatenablog.com/entry/20120226/1330247800|dnsmasqで始めるプライベートDNSサーバ]] 
-[[http://int128.hatenablog.com/entry/20120226/1330247800|dnsmasqで始めるプライベートDNSサーバ]] +  [[https://wiki.archlinux.org/index.php/Dnsmasq_(%E6%97%A5%E6%9C%AC%E8%AA%9E)|ArchLinux dnsmasq (日本語)]] 
- +  * [[https://www.it-swarm-ja.com/ja/domain-name-system/dnsmasq%E3%82%92%E4%BD%BF%E7%94%A8%E3%81%97%E3%81%A6%E8%A4%87%E6%95%B0%E3%81%AE%E3%82%B5%E3%83%96%E3%83%8D%E3%83%83%E3%83%88%E3%81%AB%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9%E3%82%92%E6%8F%90%E4%BE%9B%E3%81%99%E3%82%8B/959869099/|dnsmasqを使用して複数のサブネットにサービスを提供する]] 
- +  * [[https://www.linux.com/topic/networking/advanced-dnsmasq-tips-and-tricks/|Advanced Dnsmasq Tips and Tricks]]
-[[https://wiki.archlinux.org/index.php/Dnsmasq_(%E6%97%A5%E6%9C%AC%E8%AA%9E)|ArchLinux dnsmasq (日本語)]]+
  
  
serverapps/dns/dnsmasq.1620700104.txt.gz · 最終更新: 2021/05/11 11:28 by hayashi