Turning my LPC1768 into a DNS "server"

09 Jun 2015

Hi, I am working on an assignment for school where we have to come up with a project of our own. I want to implement a DNS "server" on my LPC which is connected trough USB with my pc. Instead of using for example the google DNS, I want that DNS requests go to my LPC.

I was thinking of adjusting the iptables to redirect my dns request to my LPC and then write code to handle those requests. Is this the right approach and are there any libraries that can aid me so I don't reinvent the wheel?

Thanks

14 Jun 2015

none ever done this??