dhcp 관련 질문입니다. 도와주세요~ ㅜ.ㅜ

incarnate의 이미지

dhcp설치후 설정파일은 만들고 구동을 시키면 에러메시지가 나오면서 구동이 되지 않습니다.
에러 메지시 내용은
** You must add a ddns-update-style statement to /etc/dhcpd.conf.
To get the same behaviour as in 3.0b2pl11 and previous
versions, add a line that says "ddns-update-style ad-hoc;"
Please read the dhcpd.conf manual page for more information. **
이렇게 나오고 여기서 "ddns-update-style ad-hoc;"이게 뭔지 도저히 모르겠습니다.
고수님들의 조언 부탁드립니다.
ps : 제 dhcpd.conf파일내용은 이렇습니다.
subnet 220.117.180.0 netmask 220.117.180.128 {
option routers 220.117.180.126;
option subnet-mask 220.117.180.128;
option broadcast-address 220.117.180.128;
option domain-name-servers 168.126.63.1;
range 220.117.180.1 220.117.180.99;
option time-offset -5;
default-lease-time 21600;
max-lease-time 43200;
}
제가 잘못한게 있으면 지적 부탁드리며 하나의 예제 파일이 있으면 같이 볼수 있도록 공유 부탁드립니다. :shock:

래리버드의 이미지

에러 메시지 내용을 잘 모르겠고,
다음 처럼 설정해 보세요..

option time-offset -5;
default-lease-time 21600;
max-lease-time 43200;
option routers 220.117.180.126;
option subnet-mask 220.117.180.128;
option broadcast-address 220.117.180.128;
option domain-name-servers 168.126.63.1;

subnet 220.117.180.0 netmask 220.117.180.128 {
range 220.117.180.1 220.117.180.99;
}

비 온 뒤에 땅이 굳어진다는 말은 다 거짓말이다.

jedi의 이미지

저도 그냥 넣으라고 해서 넣어서 사용 했었는데.

두가지 DNS 업데이트 스키마 — ad-hoc DNS 업데이트 모드와 interim DHCP-DNS 상호 작용 드래프트 업데이트 모드가 실행되고 있습니다. 이 두가지 업데이트 스키마가 IETF에서 인터넷 표준 인증을 받게된다면, 제 3의 모드 — 표준 DNS 업데이트 방식이 생겨날 것입니다. DNS 서버가 현재 사용되고 있는 두가지 DNS 업데이트 스키마 중 한가지를 사용하도록 설정해 주십시오. 0b2pl11 버전과 이전 버전은 ad-hoc 모드를 사용합니다; 하지만 이 모드는 자주 사용되지 않고 있습니다

자세한건 역시 www.isc.org에서 봐야 겠군요.

http://www.klid.dk/pub/redhat/linux/current/en/doc/RH-DOCS/rhl-cg-ko-9/s1-dhcp-configuring-server.html

+++ 여기부터는 서명입니다. +++
국가 기구의 존속을 위한 최소한의 세금만을 내고, 전체 인민들이 균등한 삶을
영위할 수 있는 착취가 없는 혁명의 그날은 언제나 올 것인가!
-- 조정래, <태백산맥> 중에서, 1986년

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.