Hello all. What i am tring to do is MAC Redirection. is there a way to use RouterOS as the gateway router and send specific MAC address to specific webpages. ie: Customers that havent paid their bill get redirected to a webpage that tells them to pay their bill or else we send Guido to collect. Any help on this would be greatly appreciated.
You can’t do it by IP?
I have thought about using this option with the Canopy Translation Bridging. This way it doesn’t matter if the customer changes mac and gets a new IP.
Then on the NAT list do a dst-nat and specify the src-mac-address and redirect them to the IP address of the web server running the I am sending Guido to break your leg tomorrow page.
I also run a DNS service on that IP as well. The DNS will get resolved but they will always be redirect to the Guido page.
-Louis
Hi..
You can aslo do this in another way. If you are using DCHP, then set it up in such a way that it should give different class of IP Address to those who have not paid the bill, and redirect that IP Class to the age you want them to see.
I have done this sort of SETUP on Linux, it was quite easy. Also by using proxy, create an ACL only that ACL will be allowed all other requests should be redirected to the desired Web Page.