> The only solution I see right now is making a script that watches for a > dhclient process, and then manually starts it whenever it goes away. > This doesn't seem that "elegant" in my mind.
What about a simple program that checks for a network link, then call dhclient? I dunno if you could do something like that with a script..but I believe this would be relatively easy with a little C. :D Cheers, Jason