dhcp서버 설정은 ? 리눅스 박스에는 랜카드 2개, 클라이언트 는

bellona의 이미지

dhcp서버 설정에 대해서 알고 싶습니다.

리눅스 박스에는 랜카드 2개가 있습니다.

하나는 랜카드 eth0에는 리얼아이피 입니다.

또, 다른 랜카드 eth1에는 사설아이피 172.30.1.254번을 사용하고 있습니다.

여기에서 랜카드 eth1에 의해서 다른 컴퓨터들에게 ip- address를 자동으로 할당하게 해주고 싶습니다.

즉,새 pc가 네트워크에 연결이 되면 자동으로 ip를 할당하게 하고 싶습니다.

그래서 리눅스박스에 dhcp-2.0pl5-4, dhcpcd-1.3.18pl8-10 가 설치되어 있습니다.

그리고 dhcpd.conf 에는 다음과 같습니다.

subnet 172.30.0.0 netmask 255.255.0.0 {

range 172.30.1.10 172.30.1.100;

option routers 172.30.99.1;
option subnet-mask 255.255.255.0;
option broadcast-address 172.30.255.255;
option domain-name "***.sc.kr";
option domain-name-servers 172.30.1.254;

default-lease-time 600;
max-lease-time 7200;

host good {
hardware ethernet 0:50:fc:23:64:**;
fixed-address 172.30.1.45;
}
}

route를 쳐보면 다음과 같습니다.

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
210.97.**.0 * 255.255.255.0 U 0 0 0 eth0
172.30.0.0 * 255.255.0.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 210.97.**.* 0.0.0.0 UG 0 0 0 eth0

이렇게 설정이 되어 있는데.. 윈도우 클라이언트 피시는 ip를 받아 오지 않습니다.

어떤 부분을 설정을 더해야 하는지 궁금합니다.

sunyzero의 이미지

우선 /etc/rc.d/init.d/dhcp status로 작동하시는지 확인하고, 작동할때 /var/message에 무슨 메시지가 나오는지 확인하시기 바랍니다.

시작시(/etc/rc.d/init.d/dhcpd restart)문제가 있는 메시지가 있다면 올려주시기 바랍니다.

========================================
* The truth will set you free.

bellona의 이미지

rpm데신..
tar.gz으로 다시 인스톨 하고 나니 잘 작동 하더군요..
답편 감사합니다.

댓글 달기

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