Changes between Version 20 and Version 21 of TipAndDoc/network/dhcpd
- Timestamp:
- May 6, 2012 6:38:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network/dhcpd
v20 v21 311 311 * [http://www.linuxquestions.org/questions/linux-networking-3/dhcpd-and-assigning-subnets-to-different-interfaces-614983/ DHCPD and Assigning Subnets to Different Interfaces] 312 312 * [http://ubuntuforums.org/showthread.php?t=825294 |ubuntu| Multiple interfaces, multi network DHCP server - Ubuntu Forums] 313 314 * [http://sokohakato.wordpress.com/2008/10/07/dhcpd-interface-eth0-matches-multiple-shared-networks/ dhcpd: Interface eth0 matches multiple shared networks « そこはかと] 315 > IPエイリアスで別サブネットのIPアドレスを持たせているサーバーでdhcpdを動かしたい場合、下記のように単純にsubnetを1つ増やすだけではdhcpdからInterface eth0 matches multiple shared networksと怒られる。 316 > そんな時はshared-network宣言で囲うといい。