there rb433 as wireless AP but NOT hotspot
how can i make redirect to my page for user with ip not in my allowed list?
add action=netmap chain=dstnat comment=“” disabled=no dst-port=80
in-interface=wlan protocol=tcp src-address-list=!allowed_ips to-addresses=
1.1.1.1 to-ports=80
Replace 1.1.1.1 with the ip of the webserver that has the page. You can create another rule that will drop all other packages
my AP is transparent bridge, not router, and dont have NAT
that sample working without nat?
Change the interface to your bridge. I think it should work, but I am new too, so test it and report back.
dont working..
works only when nat enabled
Did you enable “use IP firewall” in bridge settings?
yes.. packets are catched by rule but redirect not happens
You can use transparent web proxy http://wiki.mikrotik.com/wiki/How_to_make_transparent_web_proxy
I don’t think this will work in bridged mode. Change your network to a routed one. That’s better anyway for very many reasons, and what you’re trying to do will be easy to achieve.