Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started by: nitram on December 24, 2015, 12:01:41 PM
-
In both TC6.4 and dCore-jessie, Control Panel -> Services, toggling dhcp on/off appears broken, the 'light' does not stay on/off as one would expect and even when dhcp is apparently disabled there is no problem pinging in a terminal. Thanks.
-
Disabling dhcp does not bring the connection down; it kills the dhcp client, meaning any further IP changes won't happen. That's as intended.
edit: I tested the button in 6.4.1 - killing works fine, but it refuses to start it for a connection with an existing IP. This is also as intended, it shouldn't break an interface that may have a manual IP. I agree it's confusing for an user clicking it though.
-
Maybe just my use case is different, this does not seem to be a very useful feature although i'm sure it was for whoever created it. If it brought ethernet down, for many users that might be something quite useful for blocking traffic. Tried using sudo ifconfig eth0 up and down. IIRC it killed the connection but did not re-establish, required reboot. That or maybe i don't know all the ins/outs. Thanks for the explanation.