Hello. dhclient-script (Linux version) puts the interface down on some circunstances, to flush caches and routes. At least some wireless drivers lose association when the interface is put down. Also, at least some (the same) drivers fail to signal deassociation when the interface is put down. So we get to Mandriva bug 43441. Please see comment 13 and 41 here: , As stated on #c41, Andrey Borzenkov pointed out "ifconfig inet 0" is enough. I also found Debian (+ Ubuntu) has this same fix since 2005 on their own script () which should demonstrate it works. If you don't see problems with this, I believe this should be fixed in your codebase. Little patch (so far without the "ifconfig up" fix, present in Debian's) here: Cc'ing our dhcp maintainer and Andrey, for refs. Please keep the Cc list on replies unless stated otherwise. Thanks.