인증된 mac 주소만 dhcp 주소 할당하기

ddoari의 이미지

회사 네트워크를 관리하는데요.
dhcp를 운용해 쓰는데, 인증 받은 mac 주소만 dhcp에서 ip를 할당하고자 합니다.

옛날에 하나로 통신 같은 경우, 집에서 2대의 pc를 사용할때 하나를 쓰고 다른 하나를 쓸경우에는 전화를 걸어 맥어드레스 리셋 시켜 달라고 했던게 기억납니다.

어떻게 하는지 조언 부탁드립니다.

opiokane의 이미지

http://wiki.kldp.org/wiki.php/LinuxdocSgml/DHCP
이 문서의 아래쪽에 보면 하드웨어 주소에 IP를 발급하는것
설정하는 방법이 있습니다.

George double you Bush has two brains, the left and the right, like normal people. But the problem is that there is nothing right in his left brain and there is nothing left in his right brain"

ddoari의 이미지

앞서 답변해주신 분의 말씀해주신 자료에는 아래와 같이 1:1의 형태로 아이피를 할당하는 방법입니다.

하지만 제가 하고자 하는 것은 맥어드레스를 등록한 여러 컴퓨터들이 접속을 하면 dhcp 범위안에서 알아서 할당하고자 합니다.

참고내용 아래===============================

만일 특정 이더넷 카드를 가진 클라이언트에게 특정한 IP주소를 주고 싶다면 다음과 같은 방법으로 할 수 있을 것이다.
--------------------------------------------------------------------------------

host haagen {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 192.168.1.222;
}

--------------------------------------------------------------------------------
이 것은 이더넷 어드레스로 08:00:2b:4c:59:23를 가진 네트워크 카드를 설치한 컴퓨터에 192.168.1.222의 IP 어드레스를 할당해 준다.

ddoari의 이미지

DHCP에서 설정이 안된다면 다른 어플리케이션일 필요한건 아닌가요.
조언 부탁합니다.

hokim의 이미지

ddoari wrote:
앞서 답변해주신 분의 말씀해주신 자료에는 아래와 같이 1:1의 형태로 아이피를 할당하는 방법입니다.

하지만 제가 하고자 하는 것은 맥어드레스를 등록한 여러 컴퓨터들이 접속을 하면 dhcp 범위안에서 알아서 할당하고자 합니다.

참고내용 아래===============================

만일 특정 이더넷 카드를 가진 클라이언트에게 특정한 IP주소를 주고 싶다면 다음과 같은 방법으로 할 수 있을 것이다.
--------------------------------------------------------------------------------

host haagen {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 192.168.1.222;
}

--------------------------------------------------------------------------------
이 것은 이더넷 어드레스로 08:00:2b:4c:59:23를 가진 네트워크 카드를 설치한 컴퓨터에 192.168.1.222의 IP 어드레스를 할당해 준다.

dhcp 서버 설정파일(dhcpd.conf)의 주석처리된 코멘트를 보면은 다음과 같은 설명이 있습니다

Quote:

# Hosts which require special configuration options can be listed in
# host statements. If no address is specified, the address will be
# allocated dynamically (if possible), but the host-specific information
# will still come from the host declaration.

즉 위에 인용하신 host 선언에서 fixed-address라인을 지우면 아이피는 동적으로 할당됩니다

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.