On my home LAN I'm using a Raspberry Pi running bind for DNS services for multiple subnets. Ideally, I would like my TomatoUSB (running shibby's latest) to use the this external DNS server for reverse resolution of IP addresses to names when viewing IP Traffic reports. I believe I have TomatoUSB correctly configured as from the command line I can do something such as:
---------------------
# nslookup 192.168.0.12
Server: 0.0.0.0
Address 1: 0.0.0.0
Name: 192.168.0.12
Address 1:...
Using external DNS server for name resolution for IP Traffic
---------------------
# nslookup 192.168.0.12
Server: 0.0.0.0
Address 1: 0.0.0.0
Name: 192.168.0.12
Address 1:...
Using external DNS server for name resolution for IP Traffic