On Sat, 2006-12-16 at 17:51 +0000, merc wrote:
> Hiya,
> 
> I am not sure this is gonna help.
> However, I found that ifdown/ifup doesn't actually do the trick.
> 
> What you _actually_ need to do is this:
> 
> 
> #!/bin/bash
> 
> #echo Killing the DHCP client...
> killall dhclient3
> rm /var/run/dhclient.eth1.pid
> 
> #echo Restarting the DHCP client...
> dhclient3 -pf /var/run/dhclient.eth1.pid -lf 
> /var/lib/dhcp3/dhclient.eth1.leases eth1

Then this is surely a userspace problem.

-- 
ipw3945 doesn't reassociate after suspend
https://launchpad.net/bugs/56421

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to