2008-11-06 02:12:11 DHCP server
vijai ragavan (INDIA)
Message: 64730
Hai,
How to enable the DHCP server on uClinux?
QuoteReplyEditDelete
2008-11-06 02:44:45 Re: DHCP server
Mike Frysinger (UNITED STATES)
Message: 64731
it's like any other package. select it in the vendor/user menuconfig system.
QuoteReplyEditDelete
2008-11-06 04:06:51 Re: DHCP server
vijai ragavan (INDIA)
Message: 64737
hai,
it is defaultly selected in the 2008R1 distribution .
user setting-->Network Application---> [*] dhcpcd-new (2.0/2.4) .
This is my teraterm output.
root:/> ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:22:33:00:00
inet addr:172.16.6.216 Bcast:172.16.255.255 Mask:255.255.0.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2552 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
Interrupt:82 Base address:0x600 DMA chan:ff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
root:/>
QuoteReplyEditDelete
2008-11-06 04:37:01 Re: DHCP server
Mike Frysinger (UNITED STATES)
Message: 64764
did you have a question ?
QuoteReplyEditDelete
2008-11-06 06:11:46 Re: DHCP server
vijai ragavan (INDIA)
Message: 64765
hai,
that DHCP server is enabled in the user setting.Eventhough ftpget is not working.
tetaterm output:
root:/> ftpget -u raghavan -p raghavan 172.16.6.180 /bin/VOD VOD
ftpget: cannot connect to remote host (172.16.6.180): Network is unreachable
root:/>
Why it shows cannot connect to remote host (172.16.6.180): Network is unreachable?Is it necessory to modify anything?
QuoteReplyEditDelete
2008-11-06 06:16:59 Re: DHCP server
Mike Frysinger (UNITED STATES)
Message: 64766
it would appear your network is not properly configured (either the physical ethernet cables/switches or software)
please read:
http://docs.blackfin.uclinux.org/doku.php?id=setting_up_the_network
QuoteReplyEditDelete
2008-11-06 14:20:59 Re: DHCP server
Robin Getz (UNITED STATES)
Message: 64780
Vijai:
You keep talking about "DHCP server" - but you are pointing to the DHCP Client.
What exactly are you looking for?
Both are covered on the wiki - just search.
-Robin