포럼 회원으로 등록하신분만 다운로드가 가능합니다. 최대 업로드 가능한 용량은 1GB 입니다.

요즘 나오는 최신 리눅스의 경우, Bootp 패키지를 지원하지 않는 경우가 많습니다.
예전엔 직접 Bootpd를 컴파일하여 직접 올리는 경우도 있었지만, 지금은 이렇게 해도
제대로 동작을 하지 않습니다.

이 경우 DHCP 데몬을 설치하고 실행하시면, 똑같은 환경으로 구성이 가능 합니다.

# DHCP 설정 방법

1) DHCP 패키지 설치

2) /etc/dhcp.conf  설정

① /etc/dhcpd.conf file 이 없을경우 sample file을 /etc/dhcpd.conf 로 복사
     => # cp /usr/share/doc/dhcp-x.x.x/dhcpd.conf.sample   /etc/dhcpd.conf

② Ip address 등 관련 내용을 적절하게 수정


다음은 dhcpd.conf 예제 입니다.

---------------------------------------------------------------------------------------

ddns-update-style interim;
ignore client-updates;

subnet 192.168.11.0 netmask 255.255.255.0 {

# --- default gateway
        option routers                        192.168.11.1;
        option subnet-mask                255.255.255.0;

#        option nis-domain                "domain.org";
#        option domain-name                "domain.org";
#        option domain-name-servers        192.168.1.1;

        option time-offset                -18000;        # Eastern Standard Time
#        option ntp-servers                192.168.1.1;
#        option netbios-name-servers        192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
#        option netbios-node-type 2;

        range dynamic-bootp 192.168.11.220 192.168.11.230;
        default-lease-time 21600;
        max-lease-time 43200;

        # we want the nameserver to appear at a fixed address
        host syslab5k {
#                next-server marvin.redhat.com;
                hardware ethernet 00:0f:4c:00:00:10;
                fixed-address 192.168.11.222;
        }
}
profile

인생은 연극이고 세상은 무대이다!

이솝 임베디드 포럼 운영 및 비즈니스와 관련된 것 이외에 E-Mail이나 메신저 및 휴대폰 등을 통한 개인적인 질문 및 답변은 받지 않습니다. 문의 사항은 이솝 임베디드 포럼 게시판을 이용해 주시면 감사하겠습니다.

엮인글 :
http://www.aesop.or.kr/index.php?mid=Board_Resources_General&document_srl=35903&act=trackback&key=b3a
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
28 실시간 온라인 강의 시스템 - MegaCast 류종택 file [1] 류종택 2010-12-08 9381
27 포팅중인 mplayer for Android입니다. [2] pinebud 2010-07-19 9501
26 나만의 "N 드라이브" 만들기 file [11] 유형목 2010-07-03 9511
25 [OpenICE] OpenEDS v2 버전 별 모음 file [3] 김재훈 2009-03-23 9659
24 USB 케이블만 가지고 리눅스 NFS 개발환경 만들기 file 유형목 2010-10-24 10044
23 SD, CF card Dump 프로그램(DD for Windows) file [3] 김경수 2010-08-06 10103
22 OpenRISC OR1200 Toolchain - GCC 4.2.2 file 김재훈 2009-07-03 10136
21 리눅스 커널 부팅후 i2c버스에 연결된 장치 찾는 테스트 프로그램입... file 2009-06-12 10484
20 타겟 보드 아무데서나 접속하기 [3] 박병구 2007-10-18 10535
19 Visual Studio 2005 와 IE8 사용시 프로젝트 생성 오류 패치 file 김재훈 2009-05-29 10853
18 aesop2440 linux device driver tutorial using linux kernel d... file 고현철 2009-09-08 10936
17 TI - C67xx DSP용 EMIF Interface User Guide file 김재훈 2009-04-27 10955
16 gcc-4.x.x arm9 arm11(?) cross-toolchain make howto file [3] 고현철 2007-11-30 11293
15 OpenRISC Processor 개발 킷 (VMWARE Image) file 김재훈 2009-09-07 11416
14 Platform Builder 6.0 업데이트 패키지 (2008 Rollup) file 김재훈 2009-03-27 11587
13 tslib 포팅 - 안드로이드에서 사용하기 위한.... file [9] 정낙주 2010-07-27 11625
12 리눅스용 DNW 프로그램을 고쳤습니다. file [6] 유형목 2010-08-14 11687
11 [정보] 안드로이드 소스코드 빌드해보기 [2] 유형목 2008-10-26 11939
10 삼성 S3C2410 Datasheet [한글판] file 김재훈 2008-07-14 12457
9 scratchbox2 사용기.. file [3] 이상철 2008-01-25 12479

사용자 로그인