Comment 13 for bug 145405

Revision history for this message
Daniel Derezinski (yp2) wrote :

You can probably bypass this bug by putting shell script in /etc/wicd/scripts/postconnect/ .

sudo nano /etc/wicd/scripts/postconnect/dhcp

paste this:

#!/bin/bash

dhclient

then edit :

sudo nano /etc/dhcp3/dhclient.conf

at the end of file past this:

prepend domain-name-servers DNS-ip;
prepend domain-name-servers DNS-ip;
prepend domain-name-servers DNS-ip;

remember that the last entry in dhclient.conf will by first entry in /etc/resolve.conf - it will by your first DNS.
Reconnect or reboot it would work.