Hi all,

I recently configured a freeradius 0.3 realm in the proxy.conf file that used
different IP addresses for authentication and accounting.

It didn't work.  -- the authentication IP address was used for both
authentication and accounting.

In searching the list, I see that this was a reported problem for v0.3 and that
there is a patch... so, after taking a look at v0.4 I decided to implement the
patch on 0.3 (still not ready to make the switch to 4 -- sorry).

And - still didn't work.

After hunting around I think I have found the error - v.0.4

src/main/conffile.c - line 909 reads: c->acct_ipaddr = ip_getaddr (authhost);
should read: c->acct_ipaddr = ip_getaddr (accthost);

Have tried this and seems to fix the problem.

Angus.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to