>> Edit article
이름
제목
패스워드
간단하게 말씀드리면 dhcpd 실행시 device명을 eth1으로 주어야 한다는 것입니다, 왜냐하면 dhcpd.conf에서 range를 eth1하부 네트워크로 설정하였기 때문입니다. /usr/sbin/dhcpd eth1으로 실행하세요. : 부디 시간이 허락시면 하번 봐 주시죠... : : 참고로 eth0(공식아이피) eth1(192.1681.1)입니다. : /etc/dhcpd.conf 을 다음과 같이 설정하고 : : option routers 192.168.1.1; : option subnet-mask 255.255.255.0; : option broadcast-address 192.168.1.255; : : # option nis-domain 192.168.1.1; : option domain-name "aaa.com"; : option domain-name-servers 192.168.1.1, 210.205.154.193; : : # option time-offset -5; # 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; : : default-lease-time 21600; : max-lease-time 43200; : : subnet 192.168.1.0 netmask 255.255.255.0 { : range 192.168.1.11 192.168.1.20; : : } : : # 03/10/2001 : for "jump"Computer : host jump { : hardware ethernet 00:50:DA:8B:E9:B2; : fixed-address 192.168.1.3; : } : : /usr/sbin/dhcpd -d -f 실행 하였더니 : : [root@aaa /root]# /usr/sbin/dhcpd -d -f : Internet Software Consortium DHCP Server 2.0 : Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. : All rights reserved. : : Please contribute if you find this software useful. : For info, please visit http://www.isc.org/dhcp-contrib.html : : Listening on LPF/eth1/00:a0:24:78:9c:da/192.168.1.0 : Sending on LPF/eth1/00:a0:24:78:9c:da/192.168.1.0 : No subnet declaration for eth0 (210.205.154.193). : Please write a subnet declaration for the network segment to : which interface eth0 is attached. : exiting. : [root@aaa /root]# : : 위와 같은 메세지가 나오는군요...?? : : 부탁 드리겠습니다. : : -- : 어려워... 역시--리눅스는 영원하리..~~~~~~~~~~~~~~
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved