I am planning to broadcast a calibre (books server) library for the local neighborhood and need something to push the webpage for the local server whenever one opens the browser.
The configuration of my system is : FreeBSD 10.1 with calibre installed re0 (network card) is connected to a TP link outdoor access point. dhcp is installed and tested
I need a way when a client connects to my free library wireless , he gets an ip (that is done) then when he opens a his browser be directed to my book web server which resides in the same box. i.e. when one opens the browser the address 10.0.0.1 (the address of the calibre web server) is pushed into his browser.
In other words, is there a way to redirect ALL addresses to 10.0.0.1 via dhcp server or DNS?
Thanks