Adding variable to the Web proxy redirection URL

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=00:11:22: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.

Hey

Why not just “Your MAC is not yet registered. Please log in to save the new MAC address.”

The registration is on another page, so the info will be lost anyway and needs to be input by user…

It would be best if the MAC address is available on the page, as some users are not techy enough to find the MAC address of their device.

Any update ?