Hi all, I'm using freeradius 1.0.5 just as proxy to do a realm based messages redirection... How can I re-write NAS_ID ( attribute 32) with different ID for different redirection options... Thank you Ing. Nicola Iotti Network Manager mailto: nicola.iotti@guglielmo.biz Guglielmo S.r.l. Sede legale: Via Martiri di Minozzo, 12 Sede operativa: Via Sante Vincenzi , 2 / D 42100 Reggio Emilia ITALIA Tel.: +39-0522 - 40 63 67 Fax: +39-0522 - 54 08 16 Cell: +39-320 61 90 072 internet website: http://www.guglielmo.biz mailto:info@guglielmo.biz
Nicola Iotti wrote:
I'm using freeradius 1.0.5 just as proxy to do a realm based messages redirection... How can I re-write NAS_ID ( attribute 32) with different ID for different redirection options...
Please no HTML to the list. You might add some entries in file "/etc/raddb/preproxy_users": DEFAULT Realm == "foo.net" NAS-Identifier := "abcd" DEFAULT Realm == "bar.com" NAS-Identifier := "wxyz" And make sure you have the module "files" in section "pre-proxy" of "radiusd.conf". -- Nicolas Baradakis
participants (2)
-
Nicola Iotti -
Nicolas Baradakis