Need Help Debugging

Kirk Wallace kwallace at wallacecompany.com
Thu Sep 4 02:33:03 CEST 2008


Hello, quite a while ago I got freeradius working with PoPToP using this
link as a guide:

http://poptop.sourceforge.net/dox/radius_mysql.html

except I didn't use SQL, just a users list for my user account
passwords. I tried to move this to a new Ubuntu install but I am having
trouble getting it to work. I disabled the radius plug-in by commenting
out the radius line in /etc/ppp/pptpd.options and I was able to login
okay, so I suspect my problem is in radius. I don't know enough to know
what in the freeradius -X output below might indicate a problem. If
someone sees a problem, please let me know or where to look for more
help. I am using mschap-v2.

"freeradius -X" output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nothing to do.  Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:56867, id=190,
length=69
	Service-Type = Framed-User
	Framed-Protocol = PPP
	User-Name = "kwallace"
	Calling-Station-Id = "192.168.8.103"
	NAS-IP-Address = 127.0.1.1
	NAS-Port = 0
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 2
  modcall[authorize]: module "preprocess" returns ok for request 2
  modcall[authorize]: module "chap" returns noop for request 2
  modcall[authorize]: module "mschap" returns noop for request 2
    rlm_realm: No '@' in User-Name = "kwallace", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 2
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 2
    users: Matched entry kwallace at line 2
  modcall[authorize]: module "files" returns ok for request 2
rlm_pap: No clear-text password in the request.  Not performing PAP.
  modcall[authorize]: module "pap" returns noop for request 2
modcall: leaving group authorize (returns ok) for request 2
auth: type Local
auth: No User-Password or CHAP-Password attribute in the request
auth: Failed to validate the user.
Delaying request 2 for 1 seconds
Finished request 2
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Sending Access-Reject of id 190 to 127.0.0.1 port 56867
Waking up in 4 seconds...
--- Walking the entire request list ---
Cleaning up request 2 ID 190 with timestamp 48bf213b
Nothing to do.  Sleeping until we see a request.





More information about the Freeradius-Users mailing list