- 論壇徽章:
- 0
|
Windows之dhcp與isc-dhcp的較量
今天安裝了OpenBSD3.5,并配置了/etc/dhcpd.conf,并在網(wǎng)卡上綁定了多個(gè)IP地址,接著運(yùn)行/usr/sbin/dhcpd fxp0:
dhcp# /usr/sbin/dhcpd fxp0
Internet Software Consortium DHCP Server 2.0pl5-OpenBSD
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
Interface fxp0 matches multiple shared networks
Interface fxp0 matches multiple shared networks
Interface fxp0 matches multiple shared networks
Interface fxp0 matches multiple shared networks
Listening on BPF/fxp0/00:07:e9:10:33:43/192.168.0.0
Sending on BPF/fxp0/00:07:e9:10:33:43/192.168.0.0
Sending on Socket/fallback/fallback-net
但dhcpd進(jìn)程已經(jīng)可以起來了,但客戶還是取不到IP地址。
接下來kill dhcpd進(jìn)程,/usr/sbin/dhcpd -q fxp0,不見報(bào)錯(cuò),客戶還是取不到IP地址,cat /var/log/messages,有如下錯(cuò)誤顯示:
Nov 25 02:09:51 dhcp dhcpd: Interface fxp0 matches multiple shared networks
失敗了! |
|