Hi all,
I am working on an NPS extension that has a capability to distinguish clients by their incoming UDP port. My question is, is there a way to pass the UDP port to the extension in NPS? For instance, in FreeRADIUS, ports can be passed into modules as an integer
to achieve same behavior.
Example usage:
Client "A" sends RADIUS access request NPS "S" through port 1812
Client "B" sends RADIUS access request NPS "S" through port 2812
Thanks