DHCP 가 안되요...뭘 또 설정해야 할까요?

chxooi의 이미지

start 가 안되요...흑흑....
뭘 또설정해야 할까요???

장비랑 direct 로 연결되어있고..
불행히도 consol 에서 글자가 깨져나와서 에러원인을 모르겠네요...

[root@CHAMCHI Workspace]# rpm -qa|grep dhcp
libdhcp4client-3.0.4-21.fc6
openqrm-plugin-dhcpd-3.1.4_1-0.FC6
dhcpv6_client-0.10-32.fc6
dhcp-3.0.4-21.fc6

[root@CHAMCHI Workspace]#vi /etc/dhcpd.conf

ddns-update-style none;

subnet 11.1.1.0 netmask 255.255.255.0 {
range dynamic-bootp 11.1.1.2 11.1.1.3;
default-lease-time 21600 ; 6 hours
max-lease-time 43200 ;

option routers 11.1.1.1 ;
option subnet-mask 255.255.255.0 ;
option broadcast-addres 192.168.1.255 ;

# option domain-name "your.net" ;
# option domain-name-servers 211.234.93.135 ;

host special {
hardware ethernet 12:34:56:78:90:AB ;
fixed-address 11.1.1.3 ;
}
}

Destination Gateway Genmask Flags Metric Ref Use Iface
165.2xx.1xx.0 * 255.255.255.0 U 0 0 0 eth0
11.1.1.0 * 255.255.255.0 U 0 0 0 eth1
default 165.2xx.1xx.1 0.0.0.0 UG 0 0 0 eth0

[root@CHAMCHI Workspace]# /etc/init.d/dhcpd start
dhcpd (??瑜??쒖옉?⑸땲?? [Fail]
[root@CHAMCHI Workspace]#

neon20의 이미지

termininal->set charecter encoding->EUR-KR or UTF-8