Freeradius + GoRemote Authentication

Chris Armstrong chris.armstrong at ch.easynet.net
Wed May 24 15:48:43 CEST 2006


Hello

I want to change from Radiator/LDAP to Freeradius/MySQL. My problem is that
i don't know how to configure GoRemote in Freeradius.

On Google i don't seem to find an example how this has to be setup. Can
somebody tell me how i do this in Freeradius?

In clients.conf i have added following:

client 216.231.206.61 {
        secret      = mysecret
        shortname   = GoRemote
}

Where do i have to put the realm part and how should it look? Below you see
my configuration in radiator.

Thanks for you help.
Chris

The configuration in radiator looks like this:

clients.cfg
---------------------------------
# Requests from GoRemote
<Client 216.231.206.61>
        Secret          mysecret
        Identifier      GoRemote
</Client>

realms.cfg
-----------------------------------------------
# GoRemote redirect
<Handler Client-Identifier=tnt,Realm=/..*/>
        AuthByPolicy ContinueAlways
        AuthBy GoRemote
        <AuthBy RADIUS>
                Host 216.231.206.81
                Secret mysecret
                AuthPort 1645
                AcctPort 1646
                RetryTimeout 10
                RejectEmptyPassword
        </AuthBy>
</Handler>




More information about the Freeradius-Users mailing list