Hello all,

I want to test and install freeradius on a new maschine parallel to our
dialin-service, which works with an old ascend radius version. The
runnung dialin-service runs without realms. My idea for testing and
configuration was the following:

proxy.conf
---------------------------------------------------------
# for testing [EMAIL PROTECTED] --> freeradius
realm test {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
}

# for production, dialin-service

realm NULL {
       type            = radius
       authhost        = old-ascend-maschine:1645
       accthost        = old-ascend-maschine:1646
       secret          = blabla
---------------------------------------------------------
but this does not work, because freeradius is looking for the user
[EMAIL PROTECTED] (without cutting the real) in my mysql-db.

when i changed the proxy.conf to:
----------------------------------------------------------
# for testing [EMAIL PROTECTED] --> freeradius
realm test {
        type            = radius
        authhost        = old-ascend-maschine:1645
        accthost        = old-ascend-maschine:1646
        secret          = blabla
}

# for production, dialin-service

realm NULL {
       type            = radius
       authhost        = LOCAL
       accthost        = LOCAL
}
-----------------------------------------------------------

any ideas to get the first config running?

Thanks

-- 
Hans Bornemann

Universtitaet Dortmund
Hochschulrechenzentrum
August Schmidt Str. 12

44227 Dortmund

Tel. ++49 231 7552132
Fax. ++49 231 7552731


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

Reply via email to