<div dir="ltr"><div><div><div><div><div><div><div>Hi IIiya,<br></div>thanx for your answer<br><br></div>i tried to fix syntax error in in users file<br></div>and also i tried using patch in<br><br><pre><a href="http://lists.freeradius.org/pipermail/freeradius-users/attachments/20120914/13b2c044/attachment.ksh">http://lists.freeradius.org/pipermail/freeradius-users/attachments/20120914/13b2c044/attachment.ksh</a></pre>
<br></div>but unfortunately,<br></div>the result is same, my first device can connect to internet and the second device can't connect if my first device is already connect<br><br></div>thanx for your time and your answer<br>
<br></div>best regards<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 6:31 PM, Iliya Peregoudov <span dir="ltr"><<a href="mailto:iperegudov@cboss.ru" target="_blank">iperegudov@cboss.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 20.06.2013 17:56, raptor raptor wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
my users format<br>
<br>
<a href="mailto:1510019760806391@wlan.mnc001.mcc510.3gppnetwork.org" target="_blank">1510019760806391@wlan.mnc001.<u></u>mcc510.3gppnetwork.org</a> EAP-Type := SIM<br>
EAP-Sim-Rand1 = 0x 326258E6F77C40f3866DB25DEA60AE<u></u>4D,<br>
EAP-Sim-SRES1 = 0x DD287535,<br>
EAP-Sim-KC1 = 0x 7F743521EBabb000,<br>
EAP-Sim-Rand2 = 0x FD9989BD90AD4a03962E6C08C000C1<u></u>4B,<br>
EAP-Sim-SRES2 = 0x BFf89ad2,<br>
EAP-Sim-KC2 = 0x 1C7098005Fea8c00,<br>
EAP-Sim-Rand3 = 0x 26CC8DB02C9848c7BBCC2790E3F091<u></u>3B,<br>
EAP-Sim-SRES3 = 0x 17172cc6,<br>
EAP-Sim-KC3 = 0x BF34bf34D4ca4c00,<br>
</blockquote>
<br></div>
Syntax error here. There should be no comma at the end of stanza. Due to comma next non-blank line is also considered to be part of this stanza. So next stanza (1510080325656501) will not be parsed correctly.<div class="im">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
rad_recv: Access-Request packet from host 192.168.2.1 port 2048, id=2, length=215<br>
User-Name = "<a href="mailto:1510080325656501@wlan.mnc008.mcc510.3gppnetwork.org" target="_blank">1510080325656501@wlan.mnc008.<u></u>mcc510.3gppnetwork.org</a>"<br>
NAS-IP-Address = 192.168.2.1<br>
Called-Station-Id = "48f8b315461a"<br>
Calling-Station-Id = "001adc019b98"<br>
NAS-Identifier = "48f8b315461a"<br>
NAS-Port = 2<br>
Framed-MTU = 1400<br>
NAS-Port-Type = Wireless-802.11<br>
EAP-Message = 0x0200003801313531303038303332<u></u>3536353635303140776c616e2e6d6e<u></u>633030382e6d63633531302e336770<u></u>706e6574776f726b2e6f7267<br>
Message-Authenticator = 0x1e6d83334fd94f359c5fda46d916<u></u>ce7e<br>
</blockquote>
<br></div>
[skipped]<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
++[files] returns noop<br>
</blockquote>
<br>
rlm_files was unable to find stanza for 1510080325656501 due to before mentioned syntax error.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[eap] processing type sim<br>
can not initiate sim, no RAND1 attribute<br>
</blockquote>
<br></div>
EAP-Sim-Rand1 attribute is not found in reply list. I don't know why. rlm_sim_files earlier said that it successfully found auth vectors. Definitely rlm_sim_files not working as expected.<br>
<br>
Try to fix syntax error in users file.<div class="HOEnZb"><div class="h5"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/<u></u>list/users.html</a><br>
</div></div></blockquote></div><br></div>