I had a problem with radrelay in 0.9.3 not forwarding accounting messages coming into the server because they didn't meet someone's (the person who wrote radrelay) idea of "standard". (With RADIUS accounting records, its best not to filter anything the NAS is giving you; accepting it and moving on to the next packet is always the best thing to do. You can always "not process" the packet later.)

After modifying the radrelay source code to just pass the accounting packets without dropping any, radrelay works perfectly. I'm not sure if this is the problem you are seeing, though.

nsinit wrote:

Hi
        I want to use radrelay to replicate accounting data to my freeradius server,
but failed.

[EMAIL PROTECTED] szhtp] more /tmp/accounting-request
Acct-Status-Type = start
User-Name = ylei

[EMAIL PROTECTED] main]./radrelay -a /tmp -i 127.0.0.1 -n ylei accounting-request -f 
-xx
in loop()
slots initialized done
in read_one()
line: Acct-Status-Type = start
STATE_BUSY1
Not date line
line: User-Name = ylei
STATE_BUSY1
Not date line
get nothing from detailfile
in read_one()
get nothing from detailfile
.....


I have added some codes in radrelay.c for generating the above output

I have started my freeradius server  in debug mode, but cann't receive any radius 
request,
Someone can tell me what's wrong with this?    or give me a sample of detailfile?

THX!







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



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

Reply via email to