Allen,

You could try to put the following in the users file:
DEFAULT Realm =~ "\.us$", Proxy-To-Realm += "us"
DEFAULT Realm =~ "\.jp$", Proxy-To-Realm += "jp"

In proxy.conf you can put something like:
realm us {
        type            = radius
        authhost        = 123.123.234.234:1812
        accthost        = 123.123.234.234:1813
        secret          = authkey
        nostrip
}

realm jp {
        type            = radius
        authhost        = 123.123.234.235:1812
        accthost        = 123.123.234.235:1813
        secret          = authkey
        nostrip
}

Chris

On Mon, 2003-10-06 at 07:12, Allen Chung wrote:
> Hello~
>  
>         I have a question about Proxy.
>  
>         I would like to 
>  
>         1.proxy realms which end with ".us" to serverATus.
>         2. proxy realm which end with ".jp" to serverATjp.
>  
>         What should I define in the proxy.conf  ?
>  
>         Thanks a lot ...


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

Reply via email to