[Home] [Credit Search] [Category Browser] [Staff Roll Call] | The LINUX.COM Article Archive |
Originally Published: Tuesday, 11 January 2000 | Author: 6plpy |
Published to: learn_articles_support/Articles | Page: 1/1 - [Printable] |
DHCP under Corel for @Home Cable
Linuxnewbie.org has posted an article on getting DHCP working with your @home Cable Services.
|
Page 1 of 1 | |
I see a lot of people are having problems getting DHCP to work with @Home cable modem service. Well, see if this works:
(I'm using Corel Linux, but may work for other distributions) with a text editor, open up: /etc/init.d/dhcpcd Scroll Down and look for: "##### MAIN FUNCTION ###" it is about 40 lines from the end of the file. Somewhere between the "## Main Function ###"" and the end of the file, you will see: start-stop-daemon --start --quiet --exec $DAEMON -- $IFACE you need to change this line to:
start-stop-daemon --start --quiet --exec $DAEMON -- -h
| |
Page 1 of 1 |