I installed F9 on my MacBook yesterday and most things work fine.
However, browsing is slow as it always is for me unless I can get the network to ONLY use the openDNS addresses (208.67.222.222 and 208.67.220.220).
If my router address (192.168.1.254) shows up as a preferred DNS address, then browsing becomes intolerably slow.
In general, I can get what I need by editing the /etc/dhcp3/dhclient.conf or equivalent file
However, this facility doesn't seem to be available in F9.
But, I did find this old
guide which I followed to the letter.
While it may have worked with older versions of Fedora, it doesn't do the job for me here as /etc/resolv.conf always ends up with this:
Quote:
nameserver 192.168.1.254
nameserver 208.67.222.222
nameserver 208.67.220.220
|
I have, in another distro, made the /etc/resolv.file immutable which works fine (other than that it messes up the occasional system update) but I hope a more elegant solkution may be available.
Any ideas what I might try here?