Where I live, I share internet with three other roommates spanning two floors. I have a Mikrotik Routerboard without any sort of built in wireless and I have a Netgear R7000 that I turned into just an access point. This is what I would like to accomplish:
- Group devices by each owner (roommate).
- Setup some type of hotspot system or timed internet usage that I could charge by the month.
- An easy way to turn of groups of devices owned by the roommate in the event of failure to pay.
I plan on building a web application that is hosted locally to do all of the payment processing. The website would be programmed to text me when a payment is missed 24 hours after the due date. I would like to forward all web traffic for the devices of the delinquent payer to this locally hosted web server for them to pay me.
Should I be looking at some sort of Radius solution or there a simple way to turn off / forward all web traffic for disabled devices?
Thank you in advance!