How to configure RADIUS server to test EAP-SIM
Hi All, I want to use RADIUS server to test EAP-SIM. I would like to know how to configure eap.conf, users, radiusd.conf and clients.conf to support EAP-SIM. Also plz let me know if I have to configure some more files. Actually I want to test wpa supplicant for EAP-SIM. So I need to configure RADIUS server. I am working on snapshot of freeradius, that is * freeradius-snapshot-20051130*. radiusd(after) version-1.1.0. -- Regards & Thanks Raghavendra. S
Raghavendra. S wrote:
I want to use RADIUS server to test EAP-SIM. I would like to know how to configure eap.conf, users, radiusd.conf and clients.conf to support EAP-SIM. Also plz let me know if I have to configure some more files.
Look in src/tests/eapsim*
Actually I want to test wpa supplicant for EAP-SIM. So I need to configure RADIUS server. I am working on snapshot of freeradius, that is *freeradius-snapshot-20051130*. radiusd(after) version-1.1.0 .
Why would you ever use a version of the server that is more than two years old? Alan DeKok.
Hi, I added following lines in eap.conf inside eap block. sim { } I added following lines to users file. eapsim Auth-Type := EAP, EAP-Type := SIM EAP-Sim-Rand1 = 0xabcd1234abcd1234abcd1234abcd1234, EAP-Sim-SRES1 = 0x1234abcd, EAP-Sim-KC1 = 0x0011223344556677, EAP-Sim-Rand2 = 0xbcd1234abcd1234abcd1234abcd1234a, EAP-Sim-SRES2 = 0x234abcd1, EAP-Sim-KC2 = 0x1021324354657687, EAP-Sim-Rand3 = 0xcd1234abcd1234abcd1234abcd1234ab, EAP-Sim-SRES3 = 0x34abcd12, EAP-Sim-KC3 = 0x30415263748596a7 In src/tests/eapsim-03 there is one extra parameter, Autz-Type:=EAP, for which I am getting some error while enabling radiusd. So I removed Autz-Type:=EAP from first line. Is that OK? I want to know how I to get above Hex values? On 12/11/07, Alan DeKok <aland@deployingradius.com> wrote:
Raghavendra. S wrote:
I want to use RADIUS server to test EAP-SIM. I would like to know how to configure eap.conf, users, radiusd.conf and clients.conf to support EAP-SIM. Also plz let me know if I have to configure some more files.
Look in src/tests/eapsim*
Actually I want to test wpa supplicant for EAP-SIM. So I need to configure RADIUS server. I am working on snapshot of freeradius, that is *freeradius-snapshot-20051130*. radiusd(after) version-1.1.0 .
Why would you ever use a version of the server that is more than two years old?
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Regards & Thanks Raghavendra. S
http://wiki.freeradius.org/index.php/Rlm_eap Configure clients.conf and users file. EAP-SIM will work with default radiusd and eap settings. Ivan Kalik Kalik Informatika ISP Dana 11/12/2007, "Raghavendra. S" <raghavendra.akkasali@gmail.com> piše:
Hi All,
I want to use RADIUS server to test EAP-SIM. I would like to know how to configure eap.conf, users, radiusd.conf and clients.conf to support EAP-SIM. Also plz let me know if I have to configure some more files.
Actually I want to test wpa supplicant for EAP-SIM. So I need to configure RADIUS server. I am working on snapshot of freeradius, that is * freeradius-snapshot-20051130*. radiusd(after) version-1.1.0.
-- Regards & Thanks Raghavendra. S
Hi, I have gone through document that u have sent understood few things, still one doubt is there? In my above mail..in users file i have following line eapsim Auth-Type := EAP, EAP-Type := SIM Will you plz tell me what is this "eapsim" stands for? I mean in my case whether I should use IMSI number or something else instead of "eapsim". -Raghu. On 12/11/07, tnt@kalik.co.yu <tnt@kalik.co.yu> wrote:
http://wiki.freeradius.org/index.php/Rlm_eap
Configure clients.conf and users file. EAP-SIM will work with default radiusd and eap settings.
Ivan Kalik Kalik Informatika ISP
Dana 11/12/2007, "Raghavendra. S" <raghavendra.akkasali@gmail.com> piše:
Hi All,
I want to use RADIUS server to test EAP-SIM. I would like to know how to configure eap.conf, users, radiusd.conf and clients.conf to support EAP-SIM. Also plz let me know if I have to configure some more files.
Actually I want to test wpa supplicant for EAP-SIM. So I need to configure RADIUS server. I am working on snapshot of freeradius, that is * freeradius-snapshot-20051130*. radiusd(after) version-1.1.0.
-- Regards & Thanks Raghavendra. S
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Regards & Thanks Raghavendra. S
participants (3)
-
Alan DeKok -
Raghavendra. S -
tnt@kalik.co.yu