On 6/20/06, Matthew R. Dempsky <[EMAIL PROTECTED]> wrote:
Is it possible to configure dhclient(8) to automatically re-request a DHCP lease on media changes (e.g., plugging in a new ethernet cable, associating with a new wireless access point, trunk(4) switching between interfaces)? If not, does anyone else think this a worthwhile feature to add?Thanks.
I think hotplugd(8) might help here. The manpage says: " 3 network interface" so you should be able to just write a one-liner to do it. -Nick