Saya memiliki mesin virtual Centos 6 menggunakan KVM.
Ketika saya memulai layanan DHCPd "service dhcpd start", saya mendapatkan yang berikut:
Starting dhcpd: [FAILED]
Ketika saya mengeksekusi "dhcpd", saya mendapatkan yang berikut:
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.
Inilah dhcpd.conf saya:
Bagaimana saya bisa memperbaikinya? Saya ingin mengkonfigurasi DHCPd pada eth1.
Bisakah seseorang membantu saya dan memberi saya detail dan perintah yang tepat?