Hi Guru’s,
This topic helps me, but I still having some problems yet.
My trouble is. I have one user that don’t authenticate. On the “radwho” this user don’t shows logged, and on the radius log (syslog) shows “Multiple logins (max 1)”
I have run all commands that are explained on this topic, and here are the output os them:
radwho and radzap:
# radwho | grep -ir "paul@login"
→ Jump for the console again, and don’t show anything.
# radzap -u paul@login 127.0.0.1 mk-auth
radclient: Nothing to send.
syslog:
freeradius[19804]: Multiple logins (max 1) : [paul@login/pass] (from client RADIUS port 2147486372 cli 00:1C:BF:C6:1D:0E)
RB log output:
13:09:32 radius,debug new request 3f:2a30c code=Access-Request service=hotspot called-id=hotspot1
13:09:32 radius,debug sending 3f:2a30c to 122.22.11.2:1812
13:09:32 radius,debug,packet sending Access-Request with id 140 to 122.22.11.2:1812
13:09:32 radius,debug,packet Signature = 0x736d0dcd43cacbd63882c1a113e6a94c
13:09:32 radius,debug,packet NAS-Port-Type = 19
13:09:32 radius,debug,packet Calling-Station-Id = "00:1C:BF:C6:1D:0E"
13:09:32 radius,debug,packet Called-Station-Id = "hotspot1"
13:09:32 radius,debug,packet NAS-Port-Id = "wlan1"
13:09:32 radius,debug,packet User-Name = "paul@login"
13:09:32 radius,debug,packet NAS-Port = 2147486372
13:09:32 radius,debug,packet Acct-Session-Id = "80000aaa"
13:09:32 radius,debug,packet Framed-IP-Address = 172.17.35.13
13:09:32 radius,debug,packet MT-Host-IP = 172.17.35.13
13:09:32 radius,debug,packet User-Password = 0x6a6f616f766963746f72
13:09:32 radius,debug,packet Service-Type = 1
13:09:32 radius,debug,packet WISPr-Logoff-URL = "http://172.17.35.254/logout"
13:09:32 radius,debug,packet NAS-Identifier = "RADIUS-035"
13:09:32 radius,debug,packet NAS-IP-Address = 10.1.201.35
13:09:33 radius,debug,packet received Access-Reject with id 140 from 122.22.11.2:1812
13:09:33 radius,debug,packet Signature = 0xddbcedbdc9b6135965db76b5aa7cbe55
13:09:33 radius,debug,packet Reply-Message = 0x0d0a596f752061726520616c72656164
13:09:33 radius,debug,packet 79206c6f6767656420696e202d206163
13:09:33 radius,debug,packet 636573732064656e6965640d0a0a
13:09:33 radius,debug received reply for 3f:2a30c
This is the version of my FreeRADIUS server:
# freeradius -v
freeradius: FreeRADIUS Version 2.1.10, for host x86_64-pc-linux-gnu, built on Sep 24 2012 at 17:58:57
Copyright (C) 1999-2010 The FreeRADIUS server project and contributors.
Anyone can help me, please?
Thanks!!