> I have the same problem with NetServers and Livingston RADIUS 2.0. The
> Netserver sends a packet that is not recognized as valid by the server.
> Even though the RFC states that the server MUST ignore the packet, it
> causes the daemon to die.
In the file radiusd.c, on (or about) line 717, modify the line:
log_err("unknown request type %d from %s ignored\n",
ip_hostname(authreq->ipaddr), authreq->code);
To read as follows:
log_err("unknown request type %d from %s ignored\n",
authreq->code, ip_hostname(authreq->ipaddr));
Recompile.
Chad Scott | chad@txdirect.net
Systems Administrator | Voice 210-308-9800 x206
Internet Direct, Incorporated | FAX 210-308-9240
---------------------------------------------------------
Finger chad@txdirect.net for PGP Public Key