Hey all,

I do a lot of proxy for realms to remote radius servers, and several of the
realms have the same proxy information with just a different realm name.

Currently I have proxy.conf setup as follows:

realm realm1.com {
        type        = radius
        authhost    = 1.2.3.4:1645
        accthost    = 1.2.3.4:1646
        secret      = SeCrEtZ
        nostrip
}

realm realm2.com {
        type        = radius
        authhost    = 1.2.3.4:1645
        accthost    = 1.2.3.4:1646
        secret      = SeCrEtZ
        nostrip
}

Which is fine, except that I have to have a new entry in proxy.conf for
every single realm.  Hence, proxy.conf gets to be quite a long file after
you add so many realms.  :)

What I am wondering is if it is possible to combine these realm entries that
have the same information?

Any help would be appreciated.  Thanks!

Darren  Nay - [EMAIL PROTECTED]
LibertyISP - IT Administrator


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

Reply via email to