On Fri, Aug 22, 2003 at 11:35:09AM -0400, Jeremy Davis wrote:
> I guess free radius just doesnt like this catch all type of client unless
> this is something else I need to configure for it my entry is
> 
> client {
> 
> secret = 0.0.0.0/0
> shortname = testing
> 
> }

What you're probably after is something along the lines of:

client 0.0.0.0/0 {
        secret = <secretstring>
        shortname = catchall
}

Regards,

Mike


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

Reply via email to