Hello,
I wanted to implement DHCP-Radius, and redirect unknown devices to a website through a firewall rule and web proxy. However, as opposed to Hotspot, I cannot get the user’s MAC address or IP address programmatically into the redirection URL of the Web proxy.
I know that RADIUS can get the mac and provide an IP to it, but how can I forward it to my portal page? It would be nice if the customer replaces their equipment, they will be redirected to the following URL: http://mydomain.com?ip=100.64.10.10&mac … 2:33:44:55
The page should says
Your MAC 00:11:22:33:44:55 is not yet registered. Please log in to save the new MAC address.
This would allow the subscriber to update the MAC address on their end.
Please let me know if this is possible.