Re: Need help on "ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject"
Hi Team, I am facing below error, while using free radius. < radiusd.conf is attached> We are using dot1x, we have enabled pap & chap in the config. Added clients & users in both files. Ready to process requests (0) Received Access-Request Id 137 from 10.106.26.212:1645 to 10.105.41.247:1812 length 51 (0) User-Password = "hello" (0) User-Name = "parth" (0) NAS-IP-Address = 10.106.26.212 (0) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject (0) Failed to authenticate the user (0) Using Post-Auth-Type Reject (0) Post-Auth-Type sub-section not found. Ignoring. (0) Login incorrect (No Auth-Type found: rejecting the user via Post-Auth-Type = Reject): [parth/hello] (from client 10.106.26.212 port 0) (0) Delaying response for 1.000000 seconds Waking up in 0.6 seconds. Waking up in 0.3 seconds. (1) Received Access-Request Id 119 from 10.106.26.212:62566 to 10.105.41.247:1812 length 57 (1) User-Password = "hello" (1) User-Name = "parth" (1) NAS-IP-Address = 10.106.26.212 (1) Event-Timestamp = "Jan 1 1970 05:30:01 IST" (1) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject (1) Failed to authenticate the user (1) Using Post-Auth-Type Reject (1) Post-Auth-Type sub-section not found. Ignoring. (1) Login incorrect (No Auth-Type found: rejecting the user via Post-Auth-Type = Reject): [parth/hello] (from client 10.106.26.212 port 0) (1) Delaying response for 1.000000 seconds (0) Sending delayed response (0) Sent Access-Reject Id 137 from 10.105.41.247:1812 to 10.106.26.212:1645 length 20 Waking up in 0.6 seconds. Waking up in 0.3 seconds. (1) Sending delayed response (1) Sent Access-Reject Id 119 from 10.105.41.247:1812 to 10.106.26.212:62566 length 20 Waking up in 3.0 seconds. (0) Cleaning up request packet ID 137 with timestamp +8 Waking up in 0.9 seconds. (2) Received Access-Request Id 137 from 10.106.26.212:1645 to 10.105.41.247:1812 length 51 (2) User-Password = "hello" (2) User-Name = "parth" (2) NAS-IP-Address = 10.106.26.212 (2) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject (2) Failed to authenticate the user (2) Using Post-Auth-Type Reject (2) Post-Auth-Type sub-section not found. Ignoring. (2) Login incorrect (No Auth-Type found: rejecting the user via Post-Auth-Type = Reject): [parth/hello] (from client 10.106.26.212 port 0) (2) Delaying response for 1.000000 seconds Waking up in 0.6 seconds. Thanks & Regards, Parth Gajjar
On Jun 17, 2019, at 8:39 AM, Parth Gajjar (pagajjar) via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I am facing below error, while using free radius. < radiusd.conf is attached>
Don't do that. See http://wiki.freeradius.org/list-help
We are using dot1x, we have enabled pap & chap in the config. Added clients & users in both files.
Ready to process requests (0) Received Access-Request Id 137 from 10.106.26.212:1645 to 10.105.41.247:1812 length 51 (0) User-Password = "hello" (0) User-Name = "parth" (0) NAS-IP-Address = 10.106.26.212 (0) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject (0) Failed to authenticate the user
Congratulations. You deleted all of the default virtual servers and broke FreeRADIUS. Don't do that. Discard all of your changes, and start with the default configuration. Alan DeKok.
Thanks Alen, Is there any command to default the config. Thanks & Regards, Parth Gajjar On 17/06/19, 6:20 PM, "Freeradius-Users on behalf of Alan DeKok" <freeradius-users-bounces+pagajjar=cisco.com@lists.freeradius.org on behalf of aland@deployingradius.com> wrote: On Jun 17, 2019, at 8:39 AM, Parth Gajjar (pagajjar) via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote: > I am facing below error, while using free radius. < radiusd.conf is attached> Don't do that. See http://wiki.freeradius.org/list-help > We are using dot1x, we have enabled pap & chap in the config. > Added clients & users in both files. > > Ready to process requests > (0) Received Access-Request Id 137 from 10.106.26.212:1645 to 10.105.41.247:1812 length 51 > (0) User-Password = "hello" > (0) User-Name = "parth" > (0) NAS-IP-Address = 10.106.26.212 > (0) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject > (0) Failed to authenticate the user Congratulations. You deleted all of the default virtual servers and broke FreeRADIUS. Don't do that. Discard all of your changes, and start with the default configuration. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Jun 17, 2019, at 10:34 AM, Parth Gajjar (pagajjar) via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Is there any command to default the config.
Download a tar file of the source, and use that. I'm not aware of *any* open source software which has a "revert configuration" command as part of it's default distribution. That's what standard Unix tools are for. You should ALSO use revision control on the raddb directory. Alan DeKok.
Hi Alen, In my case, I also want to use RadSec over TLS, that is why, I have to modify tls file in sites-enabled. Thanks & Regards, Parth Gajjar On 17/06/19, 8:04 PM, "Parth Gajjar (pagajjar)" <pagajjar@cisco.com> wrote: Thanks Alen, Is there any command to default the config. Thanks & Regards, Parth Gajjar On 17/06/19, 6:20 PM, "Freeradius-Users on behalf of Alan DeKok" <freeradius-users-bounces+pagajjar=cisco.com@lists.freeradius.org on behalf of aland@deployingradius.com> wrote: On Jun 17, 2019, at 8:39 AM, Parth Gajjar (pagajjar) via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote: > I am facing below error, while using free radius. < radiusd.conf is attached> Don't do that. See http://wiki.freeradius.org/list-help > We are using dot1x, we have enabled pap & chap in the config. > Added clients & users in both files. > > Ready to process requests > (0) Received Access-Request Id 137 from 10.106.26.212:1645 to 10.105.41.247:1812 length 51 > (0) User-Password = "hello" > (0) User-Name = "parth" > (0) NAS-IP-Address = 10.106.26.212 > (0) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject > (0) Failed to authenticate the user Congratulations. You deleted all of the default virtual servers and broke FreeRADIUS. Don't do that. Discard all of your changes, and start with the default configuration. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Parth Gajjar (pagajjar)