2009-01-12 17:50:46 How to auto run dhcpcd on power-up
David Welch (UNITED STATES)
Message: 67826
I can successfully run dhcpcd from the ucLinux command line via a terminal program, and then connect by telnet
2 questions:
1) How can I configure ucLinux to auto start the dhcpcd daemon?
2) Can uclinux be configured to broadcast it's hostname to the router rather than just the IP address?
Thank you!
-David
QuoteReplyEditDelete
2009-01-12 18:00:28 Re: How to auto run dhcpcd on power-up
Mike Frysinger (UNITED STATES)
Message: 67827
1) run whatever you want in /etc/rc
2) read the dhcp client man page
QuoteReplyEditDelete
2009-01-12 19:49:29 Re: How to auto run dhcpcd on power-up
David Welch (UNITED STATES)
Message: 67829
Thanks Mike, fixed it! -David