Archive for March, 2007

Caching name server with OpenDNS

On my network, I have a few computers, so I wanted one to cache dns entries and the rest to go through that computer, making my name resolution faster for frequently visited sites.

  1. Install bind9: sudo apt-get install bind9
  2. Edit /etc/resolv.conf on any system that will go through this nameserver, and add: ‘nameserver 192.168.1.2′ where nameserver is the ip of your server
  3. Modify /etc/bind/named.conf.options on the nameserver, and add:
forward only;    forwarders {      208.67.220.220;      208.67.222.222;    };

Restart the nameserver and visit welcome.opendns.com and it should say everything is good to go. These name servers are noticeably faster than my ISP provided ones. Update: Also check out Christer’s post, didn’t check the planet before I posted.

Feisty + Prism54 wireless

Does anyone have any work arounds for feisty and getting a prism54 card to work?

Update: Here are the bug reports:

Wireless detection failure with prism54 driver (no networks found).
prism54 loading/reloading 2 times crashes
Please reenable CONFIG_PRISM54 again
modprobe -r prism54 freezes system