I am using the version installed through software update on opensuse
Its 1. something but not sure exactly
radrelay is installed
tested but i its creating the work file,etc no errors but nothing showing up at primary when doing a test
 
as to proxy to realm in proxy section
 
You are saying I could setup to proxy the accounting back to the primary radius and not use radrelay?
The below to realms
 
heres what i have now on the secondary
realm globalco.net {
       type            = radius
       authhost        = LOCAL
       accthost        = LOCAL
}
#
realm go-globalusa.net {
       type            = radius
       authhost        = LOCAL
       accthost        = LOCAL
}
 


From: Arran Cudbard-Bell [mailto:A.Cudbard-Bell@sussex.ac.uk]
To: FreeRadius users mailing list [mailto:freeradius-users@lists.freeradius.org]
Sent: Sun, 10 Jun 2007 11:05:25 -0400
Subject: Re: Freeradius as a secondary

Jeff wrote:
> ok I like that solution
> Which prompts two questions.
>
> 1. Question not wriring to sql locally, how can I tell when users are
> connected and disconnect from the secondary
> 2. Where is the best howto doc on the radrelay module.
>
> Thanks
>
Yeah agreed much better idea.

hmm do you *have* to use radrelay though ? . Can't you just use
proxy-to-realm in the accounting section ?

in cvs pre 2 that would be

update config {
Proxy-To-Realm = "realm"
}
update request {
Realm = "realm"
}

prior to cvs pre 2

you could have something like

DEFAULT Proxy-To-Realm := "realm"

in accounting users.

You'd just need to set up a realm with your primary server in.

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