Thanks for your advise.

It works for Authentication, but Accounting.

If I want to proxy accounting packets with these rulers, what should I do ?

1.proxy accounting packets which realm ends with ".us" to serverATus.
2. proxy accounting packets which realm ends with ".jp" to serverATjp.

Thanks a lot ~


----- Original Message ----- 
From: "Chris van Meerendonk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 7:41 PM
Subject: Re: Problem with Proxy


> 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



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

Reply via email to