hello ,
let my explain what I want to do
I want whenever a user on my WiFi try to goto the router (10.0.0.254) on port 80 HTTP
he will get a page with my image that say “you can’t go here”
Hi
Use IP firewall , chain = input src address : "your wifi client’s network(for example 192.168.1.0/24) destination address : your router address chain drop (means kill packets and deny access to the router) or redirect (means redirect packets to any ip orport than you want !)
now I want to put a HTML page when someone try to enter to router we will get my HTML page (that will be inside the router called NoEnter.html)
can I do this?
but I still don’t see how it help me
I still can’t make a rule that said -
"if someone go to 192.168.0.254 redirect him to 192.168.0.254\NoEnter.html "
there isn’t an option to do redirect …