Re: Free radius 2.1.4 Installation
Hi Thanks for the response. I have installed Python-3.1a1 in redhat linux 9. Which version I should install for FREERADIUS or which file I should look for? Thanks in advance Anoop Get your world in your inbox! Mail, widgets, documents, spreadsheets, organizer and much more with your Sifymail WIYI id! Log on to http://www.sify.com ********** DISCLAIMER ********** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at admin@sifycorp.com
Hi,
Thanks for the response. I have installed Python-3.1a1 in redhat linux 9. Which version I should install for FREERADIUS or which file I should look for?
redhat linux 9 ? as in pre-Fedora, pre-ES ? I've running okay with python 2.4.3 - you have to have the python-devel RPM installed alan
Hi all, I'm using freeradius 2.1.3 and setting up a realm-based proxy server. In users file, I add line like following: DEFAULT Aruba-Essid-Name == "NewSSID", Realm == "realm1.my.domain", Proxy-to-realm := "test1.my.domain", aruba-user-vlan := 191 Fall-Through = 1 And test with radclient using configuration file like this: User-Name=tester@realm1.my.domain, Password="mysecret", NAS-IP-Address=127.0.0.1, NAS-Port=10, Aruba-Essid-Name="NewSSID" Request can be proxied to test1.my.domain if the realm "realm1.my.domain" is defined in proxy.conf. Otherwise suffix will resolve to DEFAULT realm and thus won't match the line in users file. Is it possible to do the same thing without defining the 'virutal' realm (realm1.my.domain in my example) in proxy.conf? Besides, I'd like to add "aruba-user-vlan := 191" AV pair in the reply but can't see it in radclient output. Did I miss anything? Thanks a lot. /ST Wong
Hi all,
I'm using freeradius 2.1.3 and setting up a realm-based proxy server. In users file, I add line like following:
DEFAULT Aruba-Essid-Name == "NewSSID", Realm == "realm1.my.domain", Proxy-to-realm := "test1.my.domain", aruba-user-vlan := 191 Fall-Through = 1
Request can be proxied to test1.my.domain if the realm "realm1.my.domain" is defined in proxy.conf. Otherwise suffix will resolve to DEFAULT realm and thus won't match the line in users file. Is it possible to do the same thing without defining the 'virutal' realm (realm1.my.domain in my example) in proxy.conf?
Perhaps. Is everybody for NewSSID suposed to go to that radius server for authentication? If not, in order to tell users apart you need a realm.
Besides, I'd like to add "aruba-user-vlan := 191" AV pair in the reply but can't see it in radclient output. Did I miss anything?
So add it as a reply item. It's on the check line in your entry. Ivan Kalik Kalik Informatika ISP
Hi all,
I'm using freeradius 2.1.3 and setting up a realm-based proxy server. In users file, I add line like following:
DEFAULT Aruba-Essid-Name == "NewSSID", Realm == "realm1.my.domain", Proxy-to-realm := "test1.my.domain", aruba-user-vlan := 191 Fall-Through = 1
Request can be proxied to test1.my.domain if the realm "realm1.my.domain" is defined in proxy.conf. Otherwise suffix will resolve to DEFAULT realm and thus won't match the line in users file. Is it possible to do the same thing without defining the 'virutal' realm (realm1.my.domain in my example) in proxy.conf?
Perhaps. Is everybody for NewSSID suposed to go to that radius server for authentication? If not, in order to tell users apart you need a realm.
Yes, we want to proxy users using different realms to different radius servers for authentication.
Besides, I'd like to add "aruba-user-vlan := 191" AV pair in the reply but can't see it in radclient output. Did I miss anything?
So add it as a reply item. It's on the check line in your entry.
Get it. Thank you very much. /ST Wong
anoop c wrote:
Hi Thanks for the response. I have installed Python-3.1a1 in redhat linux 9. Which version I should install for FREERADIUS or which file I should look for?
There's your problem. The currently shipping major version of Python is 2. The next major version of Python is 3 and it's in beta. Python2 and Python3 are *not* compatible and require source code changes. It's going to take a while before the vast body of Python code get's ported from Python2 to Python3, you're way ahead of the curve if you're expecting code written for Python2 to work with Python3. The fact you were getting an error with PyGILState suggested to me you might be trying to work with Python3 because I vaguely recall that had been removed in Python3. Now, as to "redhat linux 9", I hope you actually mean Fedora Core 9 (FC-9) because "redhat linux 9" AKA "Shrike" is quite old and hit "end of life" in April of 2004, over 5 years ago. Whereas FC-9 is only slightly more than a year old. I suggest you straighten out your version problems. We aren't even shipping a 3.0 version of Python and won't for a while, not until everything gets ported. My recommendation is to be running FC-10 (but FC-9 is O.K. too) and use yum to install prebuilt packages that are known to work. The current version of FreeRADIUS is 2.1.3 (2.1.4 is not an official version because of release problems). Both FC-9 and FC-10 have the current 2.1.3 versions available for easy installation via yum. The next release of FreeRADIUS will be 2.1.6 and if all goes well should be available quite soon (depending on Alan's schedule but I expect measured in days, not months). I can pretty much guarantee when 2.1.6 does officially release FC-11 (now in beta), FC-10, and FC-9 will have 2.1.6 updates within a few days. -- John Dennis <jdennis@redhat.com> Looking to carve out IT costs? www.redhat.com/carveoutcosts/
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
anoop c -
Ivan Kalik -
John Dennis -
ST Wong (ITSC)