> With the above config I have listen sections for auth and acct.
> Do I understand the documentation correctly if I add this to the above
> existing config:
>
>
> client primary_server {
>         ipaddr                        = primary_server_ip
>         secret                        = shared_secret
>         require_message_authenticator = no
>         nastype                       = other
>         virtual_server                = requests_from_primary
> }
>

OK.

>
> server requests_from_primary {
>     listen {
>         ipaddr = *
>         port   = 0
>         type   = acct
>     }
>
>     proxy_requests = no   # Can this be done here?

No.

>                           # Do I just exclude my detail-radrelay in the
> accounting section?

Yes.

>     # Since this is just processing accounting requests do I still need
> to define the authorize, authenticate & other sections?

No. It will just be getting accounting requests.

Ivan Kalik
Kalik Informatika ISP

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

Reply via email to