[Serusers] Ser 0.9.6 + RADIUS

Daniel Corbe daniel.junkmail at gmail.com
Mon Jan 15 01:32:04 CET 2007


I cannot get my SER to talk to my RADIUS server, its just blindly
401ing things without ever making contact with RADIUS.

SER config looks like this

if (method == "REGISTER") {
        if (!radius_www_authorize("")) {
                www_challenge("", "1");
                break;
        };

        save("location");
};

radiusclient-ng servers file:
192.168.1.103                   heslo

radiusclient.conf:
auth_order      radius,local
login_tries     4
login_timeout   60
authserver      192.168.1.103:1812
acctserver      192.168.1.103:1813
dictionary      /usr/local/etc/radiusclient-ng/dictionary

FreeRADIUS clients.conf:
client 192.168.1.109 {
        secret          = heslo
        shortname       = proxy1
        nastype         = other

Not sure what to do!



More information about the sr-users mailing list