Hello,
I use the same wireless router at home and was trying to do the same thing the original poster was.
Here's my solution:
1. Enable the "DNS Relay" option in the Router's "LAN" section (found at: http://192.168.0.1/h_lan.html)
2. Add the following line to your /etc/resolv.conf file:
My entire /etc/resolv.conf file looks like this:
Code:
nameserver 192.168.0.1
search localdomain
This was much easier than installing bind9, etc. because the router acts as our name server instead.
Hope this helps, cheers!