4 Sep
2008
4 Sep
'08
11:20 a.m.
Piero Santi wrote:
i've installed freeradius-2.0.5 on Red-Hat 5.0 and i want to configure my radius server to replicate (i think NOT to proxy...waht is the different?) only accounting packets to another radius server based on apn name (NOT for user realm); always based on apn name attribute i want to assign different pool (defined on radippool table on mysql). Usually APN name is valorized in Called-Station-ID attribute ?
Put this in the "acct_users" file: DEFAULT Called-Station-Id == "apn1", Proxy-To-Realm := REALM-NAME And you'll have to define REALM-NAME in proxy.conf. Alan DeKok.