|
发表于 2002-12-5 17:33:45
|
显示全部楼层
2002年12月05日下午17时31分17秒[root@squid root]# /etc/init.d/dhcpd start
Starting dhcpd: [ OK ]
2002年12月05日下午17时31分22秒[root@squid root]# /etc/init.d/dhcpd stop
Shutting down dhcpd: [ OK ]
2002年12月05日下午17时31分26秒[root@squid root]# mv /etc/sysconfig/dhcpd /
2002年12月05日下午17时31分32秒[root@squid root]# dhcp
dhcpcd dhcpd
[root@squid root]# dhcpd
Internet Software Consortium DHCP Server 2.0pl5
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
No subnet declaration for eth1 (211.148.130.133).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth1 is attached.
exiting.
2002年12月05日下午17时31分38秒[root@squid root]# mv /dhcpd /etc/sysconfig/dhcpd
[root@squid root]# dhcpd
Internet Software Consortium DHCP Server 2.0pl5
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
No subnet declaration for eth1 (211.148.130.133).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth1 is attached.
exiting.
2002年12月05日下午17时32分21秒[root@squid root]# /etc/init.d/dhcpd restart
Shutting down dhcpd: [ OK ]
Starting dhcpd: [ OK ]
我有两个网卡。我只是在 eth0 上提供 dhcpd 服务。 |
|