Hello to all. I'm quite new in this router hacking world and i'm having big fun, but i'm stuck with a problem.
I want to get my openwrt router do that:
Act as a wireless AP, with a dhcp server (OK for this one)
Has a web server running on it displaying a simple webpage (OK for this too, i've installed lighttpd to redirect all 404's to the main page)
Redirect all DNS requests to itself, so that every website a clien wants to visit, he will get the same page from the router.
The problem is that the server isn't actually connected to he WAN, otherwise i would do all that with a simple iptables redirection.
Any ideas?