1 Jun
2021
1 Jun
'21
7:32 p.m.
Hi dear list I want to test a Freeradius v3 as a proxy to another freeradius. I have read documentation about proxy feature, so I have configured */etc/raddb/proxy.conf with something similar like this:* *realm office { type = radius authhost = 4.7.8.2:1812 <http://4.7.8.2:1812> accthost = 4.7.8.2:1813 <http://4.7.8.2:1813> secret = mysecret123 nostrip}* I have enabled realm modules on /etc/raddb/mods-enabled/ But when I try a simple user like: radtest user1@office password 127.0.0.1 1812 mysecret123 Freeradius takes "user1@office" like the username, it doesn't use the realm feature, so FR tries to find the user in Users file. What am I missing? Thanks in advance -- *C. Andrés Gómez R.*