proxy to 2 servers

Mikhail Novikov mikhail.novikov at gmail.com
Wed Apr 2 21:04:23 CEST 2008


>  > 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
>
>  put the required attribute filters and rewrites into
>  each server section.  then they'll do the right thing. I'd use
>  unlang to write the Proxy stuff for each server too. then
>  proxy.conf is easy/easier - you just define the 2 REALMS
>  and have those servers you mentioned within their correct realms.

Iserver_one and server_two have to process all requests.

Are following realms correct?

realm DEFAULT {
       type            = radius
       authhost        = 192.168.0.10:1812
       accthost        = 192.168.0.10:1813
       secret          = testing123
}

realm DEFAULT {
       type            = radius
       authhost        = 192.168.0.11:1812
       accthost        = 192.168.0.11:1813
       secret          = testing123
}



More information about the Freeradius-Users mailing list