I'm trying to catch ALL the traffic that goes on the server and direct it to one IP. Is this possible with Dual DHCP DNS Server? And how can I do this?
I'm trying to install a hotspot on my laptop and once someone connects to it, have any address that someone type on a browser to direct to one IP.
Thanks for any help.
Greets.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for Your help, but I have problems with making this server work. Could You please provide a detailed configuration file example of working solution for w.x.y.z IP address? It would be very helpful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to catch ALL the traffic that goes on the server and direct it to one IP. Is this possible with Dual DHCP DNS Server? And how can I do this?
I'm trying to install a hotspot on my laptop and once someone connects to it, have any address that someone type on a browser to direct to one IP.
Thanks for any help.
Greets.
Yes, you can use the WILD_HOSTS with single entry like:-
[WILD_HOSTS]
*=7.8.9.1
Thanks
Achal
Thanks for Your help, but I have problems with making this server work. Could You please provide a detailed configuration file example of working solution for w.x.y.z IP address? It would be very helpful.
My configuration is:
[SERVICES]
DNS
[LISTEN_ON]
192.168.0.14
[DNS_ALLOWED_HOSTS]
1.0.0.1-255.255.255.254
[DNS_HOSTS]
DNS=192.168.0.1
[WILD_HOSTS]
*=192.168.0.14
[FORWARDING_SERVERS]
192.168.0.14
I'd like to forward every query to 192.168.0.14 address but this doesn't work. What am I missing?
Thanks