On May 20, 2021, at 10:38 AM, Fabricio Viana <fabricioviana@hotmail.com> wrote:
But I need to use Calling-Station-Id into radcheck. The new scenario:
SCENARIO 2:
mysql> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'mmd13' ORDER BY id; +-------+----------+--------------------+-------------------+----+ | id | username | attribute | value | op | +-------+----------+--------------------+-------------------+----+ | 63983 | mmd13 | Calling-Station-Id | 00:27:22:A2:07:C5 | == | ... (4) Received Access-Request Id 28 from 192.168.1.21:51630 to 172.18.0.1:1812 length 361 ... (4) Calling-Station-Id = "00-27-22-A2-07-C5"
The values for Calling-Station-Id are different. If you want them to match, the values have to be the same. Alan DeKok.