Here's how I update the configuration of my DD-WRT'ed Linksys WRT54G-TM to use Google DNS.
- Log into your router's dd-wrt web interface. You can access it using 192.168.1.1 in your browser.
- Go to Services tab » Services sub tab » Services Management section » DNSMasq sub section
- Enable both DNSMasq and Local DNS options
- In the Additional DNSMasq Options text box, enter:
- Click Apply Settings
no-resolv
strict-order
server=8.8.8.8
server=8.8.4.4
Reference:
[1]: http://lifehacker.com/5835775/google-dns-and-opendns-users-are-getting-a-web-speed-boost
[2]: http://www.dd-wrt.com/wiki/index.php/OpenDNS
[3]: http://code.google.com/speed/public-dns/docs/using.html
No comments:
Post a Comment