Setting up a virtual server to handle incoming proxied requests

Ivan Kalik tnt at kalik.net
Fri Sep 25 12:02:00 CEST 2009


> 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




More information about the Freeradius-Users mailing list