포럼 회원으로 등록하신분만 다운로드가 가능합니다. 최대 업로드 가능한 용량은 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=389
List of Articles
번호 제목 글쓴이 날짜sort 조회 수
28 안드로이드용 구글 공식 한글 키보드 file [2] 이제현 2010-11-23 15078
27 실시간 온라인 강의 시스템 - MegaCast 류종택 file [1] 류종택 2010-12-08 9381
26 Exynos-4210 Cortex-A9 Dual-Core Android 2.3.4 Source code [1] 이제현 2011-07-09 8034
25 Exynos4210 Public User Manaual Ver.0.00.01 [4] 관리자 2011-08-27 6462
24 Exynos-4210 Cortex-A9 Dual-Core Android 2.3.5 Beta image.(OD... [4] 이제현 2011-09-08 6279
23 [u-boot] u-boot new command 추가하기 - example file 고도리 2011-09-26 4650
22 S5P6450 안드로이드 vs 리눅스 Root FS 부팅 비교 [1] 이제현 2011-12-08 6827
21 [toolchain] ARMv7용 root filesystem을 올립니다. cross compil... file 고도리 2012-01-11 5454
20 Origen cameraboard schematic file 관리자 2012-01-13 5153
19 Origen LCD board schematic file 관리자 2012-01-13 5168
18 [X-windows] Root filesystem with GPE for Cortex-A8/A9 file [1] 고도리 2012-01-17 5289
17 Origen board resource file 관리자 2012-02-29 5205
16 ramdisk/initrd howto file 고도리 2012-03-26 4916
15 [임베디드리눅스] 아델리눅스(adelinux) Embedded Linux Programmin... file [3] 고도리 2012-04-12 4973
14 u-boot의 이해 file 고도리 2012-07-22 4324
13 Audio in embedded linux - ALSA file [1] 고도리 2012-07-23 4011
12 Nexus-S gingerbread kernel sound(alsa) driver 간단 구조 file [1] 고도리 2012-07-23 3989
11 Embedded Linux용 Root Filesystem(rootfs) with crosstoolchain file [5] 고도리 2012-08-23 3832
10 lksctp(libsctp) android ICS 4.0.4 just compile on origen-4412 ... file [1] 고도리 2012-08-25 3658
9 Exynos4412 Public Manual [1] 고도리 2012-10-26 4206

사용자 로그인