Hi All,

 

I’m looking to put freeradius into a ISP site and we run a 4 server LVS cluster, what I’m wanting to know is if we do the following in the config

 

authorize {

        preprocess

        chap

        sql

}

authenticate {

        Auth-Type CHAP {

                chap

        }

}

preacct {

        preprocess

        acct_unique

}

accounting {

        sql

}

session {

        sql

}

post-auth {

        sql

}

 

 

If that will allow us to run in a pure SQL mode and just share the same Radiue SQL database between each server in the cluster

 

Cheers

 

Tristram

Reply via email to