DHCP Client <->Server 연동 시험을 하는데 Server에서 아래처럼 message가 나옵니다.
DHCPREQUEST for 0.0.0.0 from 00:f8:45:ce:23:7c via eth0 : ignored(not authoritative)
...
DHCPDISCOVER : no free leases
dhcpd.lease file은 touch했구여.
어떨때 no free leases나 not authoritative가 나오는지요?
꼭좀 알려주세여..Check할 사항이나..
Client가 잘못된건가여??? ㅜ.ㅜ;
dhcpd.conf는 다음과 같이 설정했습니다.
subnet 10.254.131.144 : netmask 255.255.255.248{
option routers 10.254.131.145
option subnet-mask 255.255.255.248