I have been trouble by this problem for a very long time already.
I connect my Host RH7.3 PC to a target board.
When I do a boot up, it shows :
Searching for Server (BOOTP/DHCP)
<sleep>
<sleep>
....
....
<sleep>
Here is the status of my Host PC:
# rpm -qa | grep dhcp
dhcp -2.0pl5
# /etc/rc.d/init.d/dhcpd start [OK]
# /etc/rc.d/init.d/nfs start [OK]
# /etc/rc.d/init.d/nfslock start [OK]
# ifconfig -a
eth0 ...
inet addr: 192.168.0.71 Bcast: 192.168.0.255 Mask: 255.255.255.0
....
# emacs /etc/dhcpd.conf
...
...
.... subnet-mask 255.255.255.0;
.... broadcast-address 192.168.0.255;
.... routers 192.168.0.254;
... domain-name-servers 192.168.0.?;
... domain-name "localdomain";
host xxx {
hardware ethernet xx:xx:xx:xx:xx; <- My target board MAC
fixed-address 192.168.0.111; <- I give target board IP addr
.... option-128 "DODES"; <- What is DODES??
..... option-129 "console=ttySC0,115000 ether=xx xxxxxx";
}
Here is the status of my target board:
# ifcfg-eth0
NETWORKING=yes
BOOTPROTO=dhcp
ONBOOT=yes
Is there anything wrong with my configuration or IP setting??
The more I do, the more I get confused as my Server (BOOTP/DHCP) is still
<sleep> <sleep> <sleep> .....
Could anyone please offer me any help or advises on this???
I really need any kind of little help!!!
Greatly appreciate it! Thank you a zillom times in advance!!