Tôi có một máy ảo Centos 6 sử dụng KVM.
Khi tôi khởi động dịch vụ DHCPd "dịch vụ dhcpd start", tôi nhận được như sau:
Starting dhcpd: [FAILED]
Khi tôi thực thi "dhcpd", tôi nhận được như sau:
Internet Systems Consortium DHCP Server 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Wrote 0 leases to leases file.
No subnet declaration for eth1 (10.0.0.5).
** Ignoring requests on eth1. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth1 is attached. **
No subnet declaration for eth0 (192.168.121.176).
** Ignoring requests on eth0. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth0 is attached. **
Not configured to listen on any interfaces!
This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.
Please report for this software via the CentOS Bugs Database:
http://bugs.centos.org/
exiting.
Đây là dhcpd.conf của tôi:
Làm thế nào tôi có thể sửa lỗi này? Tôi muốn cấu hình DHCPd trên eth1.
Ai đó có thể giúp tôi xin vui lòng và cung cấp cho tôi các chi tiết và lệnh chính xác?