17 Aug
2014
17 Aug
'14
5:08 a.m.
Marcus Ng wrote:
I would like to configure freeradius2 to have multiple listening ports, with each port catering to a unique group of users.
I.e. if a user comes in through listening port 1, his credentials will be checked against a subset of the radcheck.
if a user comes in through listening port 2, his credentials will be checked against a different subset of the radcheck.
What is the easiest way to do that?
Read raddb/sites-available/README. You can use a virtual server. Copy the default server, and then change the port numbers in the copy. Alan DeKok.