>> Edit article
이름
제목
패스워드
dhcpd 3.0대부터 DDNS 를 지원하는 걸로 아는데... DDNS(Dynamic DNS)는 ip를 임대받는 호스트의 도메인 네임을 자동으로 update 해주는 서비스입니다. 예를 들어 어떤 호스트가 test.com이란 도메인 네임을 가지고 123.123.123.123 이란 ip를 DHCP 서버에서 얻어갔다면 DHCP 서버는 DNS 서버에다 123.123.123.123 이 test.com 이라고 알려주게 됩니다. 나중에 test.com 이 임대가 끝나고 다른 ip를 얻어갔다면 바뀐 ip 로 다시 DNS 서버에다 알려주게 됩니다. 문의하신 옵션은 DDNS update와 관련된 옵션인듯 한데 자세한건 man dhcpd.conf 하시거나 kldp.org 의 문서, isc.org 의 문서에 나올겁니다. : ddns-update-style ad-hoc; <--이거 추가하라고 나오던데 왜 나오는건지 .. : 답변 꼬옥좀 부탁드립니다..미리 감사드립니다. : : : dhcpd.conf 설정파일을 잘못 작성하셨습니다. : : : : subnet 192.168.0.1 netmask 255.255.255.0 : : -> subnet 192.168.0.0 netmask 255.255.255.0 : : : : 으로(네트워크 주소) 고치시고 할당할 범위를 : : : : subnet 192.168.0.0 netmask 255.255.255.0 { : : range 192.168.0.? 192.168.0.?; : : } : : : : 식으로 주셔야 합니다. : : : : : : : dhcpd를 시작하지 못했습니다 : : : : : : : Starting dhcpd: Internet Software Consortium DHCP Server V3.0pl1 : : : Copyright 1995-2001 Internet Software Consortium. : : : All rights reserved. : : : For info, please visit http://www.isc.org/products/DHCP : : : /etc/dhcpd.conf line 8: subnet 192.168.0.1: bad subnet number/mask combination. : : : subnet 192.168.0.1 netmask 255.255.255.0 : : : ^ : : : Configuration file errors encountered -- exiting : : : : : : If you did not get this software from ftp.isc.org, please : : : get the latest from ftp.isc.org and install that before : : : requesting help. : : : : : : If you did get this software from ftp.isc.org and have not : : : yet read the README, please read it before requesting help. : : : If you intend to request help from the dhcp-server@isc.org : : : mailing list, please read the section on the README about : : : submitting bug reports and requests for help. : : : : : : Please do not under any circumstances send requests for : : : help directly to the authors of this software - please : : : send them to the appropriate mailing list as described in : : : the README file. : : : : : : exiting. : : : [FAILED] : : : ------------------------------------- : : : dhcpd 실행시 에러 입니다... 해결방법 없을까요? : : : : -- : : 오늘도 삽질한다...ㅡㅡ;--오늘도 삽질한다...ㅡㅡ;
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved