Hi List<br><br>I have a working radrelay configuration running on FreeRADIUS Version 2.1.10 for debian linux (squeeze/sid). It successfully duplicates radius accounting packets from the detail file to the remote server. However, I see that the "Realm" Attribute, while logged in the detail file of the local system, is not written to the radrelay detail file and proxied to my remote server.<br>
<br>For easing my particular process of radius accounting/billing, I'd like to have this attribute written to the radrelay detail file in addition to that of the local server. How would I accomplish this ?<br><br>Here's what a typical accounting packet looks like on my local server's detail file (the proxy-ing server):<br>
<br>---<br>Fri Dec 16 13:16:00 2011<br>        User-Name = "<a href="mailto:morpork@ankh.morpork.org">morpork@ankh.morpork.org</a>"<br>        Service-Type = Framed-User<br>        NAS-IP-Address = 199.55.541.8<br>
        NAS-Identifier = "199.55.541.8"<br>        NAS-Port = 1234<br>        NAS-Port-Type = Async<br>        Acct-Session-Id = "00001234"<br>        Acct-Status-Type = Start<br>        Called-Station-Id = "123456789"<br>
        Calling-Station-Id = "987654321"<br>        Acct-Delay-Time = 0<br>        Acct-Unique-Session-Id = "ee50b494e1ff4c15"<br>        Realm = "<a href="http://ankh.morpork.org">ankh.morpork.org</a>"<br>
        Timestamp = 1324034160<br>        Request-Authenticator = Verified<br>---<br><br><br>And here's how it typically shows up on my remote_home server's detail file after being radrelay'ed:<br><br><br>---<br>
Fri Dec 16 13:15:59 2011<br>        User-Name = "<a href="mailto:morpork@ankh.morpork.org">morpork@ankh.morpork.org</a>"<br>        Service-Type = Framed-User<br>        NAS-IP-Address = 199.55.541.8<br>        NAS-Identifier = "199.55.541.8"<br>
        NAS-Port = 1234<br>        NAS-Port-Type = Async<br>        Acct-Session-Id = "00001234"<br>        Acct-Status-Type = Start<br>        Called-Station-Id = "123456789"<br>        Calling-Station-Id = "987654321"<br>
        Acct-Delay-Time = 0<br>        Proxy-State = 0x3435323833<br>        Acct-Unique-Session-Id = "a1affd962a445d0c"<br>        Timestamp = 1324034159<br>        Request-Authenticator = Verified<br>---<br><br>
I'd like to write (or otherwise shoehorn :P ) in the "Realm" attribute to the radrelay detail file. What would be the simplest way to do this? Note that  my server handles multiple realms.<br><br>Many thanks in advance,<br>
Arch Mangle<br>