proxy to 2 servers
Mikhail Novikov
mikhail.novikov at gmail.com
Wed Apr 2 20:00:01 CEST 2008
I found example:
listen {
...
}
client one {
...
virtual_server = server_one
}
client two {
...
virtual_server = server_two
}
server server_one {
authorize {
...
}
...
}
server server_two {
authorize {
...
}
...
}
How can I specify:
1) server_one has to modify and proxy requests to 192.168.0.10:1812
2) server_two has to proxy requests to 192.168.0.11:1812
?
On Wed, Apr 2, 2008 at 6:42 PM, Alan DeKok <aland at deployingradius.com> wrote:
> Mikhail Novikov wrote:
> > freeradius proxy server has to send all requests to 2 radius servers but
> >
> > proxy server has to modify attributes (by rule in hints file) in
> > requests to 1 server and hasn't to modify attributes in requests to 2
> > server.
> >
> > Is this possible?
>
> Yes. You can run the requests through different virtual servers.
>
> This is documented. There are examples.
>
>
>
> Alan DeKok.
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>
More information about the Freeradius-Users
mailing list