View previous topic :: View next topic |
Author |
Message |
Psychephylax n00b
Joined: 10 May 2002 Posts: 44 Location: Smithtown, NY
|
Posted: Fri May 10, 2002 5:06 am Post subject: Un-dhcpd eth0 |
|
|
Assuming that I have successfuly dhcpd an IP for my Gentoo box...How can I un-dhcpd it?
I tried ifdown eth0 but ifdown is apparently not a valid Gentoo command
Is there a different way to bring an interface down in gentoo?
Thanks, Nick _________________ Stupidity, like hydrogen, is one of the basic building blocks of the Universe. |
|
Back to top |
|
|
Guest
|
Posted: Fri May 10, 2002 11:29 am Post subject: |
|
|
dhcpcd -k eth0 |
|
Back to top |
|
|
pablored Tux's lil' helper
Joined: 01 May 2002 Posts: 96
|
Posted: Fri May 10, 2002 11:31 am Post subject: |
|
|
me above... automatic login from now on |
|
Back to top |
|
|
funsize n00b
Joined: 08 May 2002 Posts: 67 Location: The Lone Star State
|
Posted: Fri May 10, 2002 3:52 pm Post subject: |
|
|
or you can do
_________________ ...SO SAYS FUNSIZE |
|
Back to top |
|
|
gboyce n00b
Joined: 18 Apr 2002 Posts: 22 Location: Lynn, MA
|
Posted: Tue May 21, 2002 5:37 pm Post subject: |
|
|
funsize wrote: | or you can do
|
That will take down the interface, but I don't believe it'll kill dhcpcd.
/etc/init.d/net.eth0 stop works though, as well as the dhcpcd commandline suggestion. |
|
Back to top |
|
|
|