freeradius server works only on localhost
Alan DeKok
aland at deployingradius.com
Thu Jun 24 16:28:15 CEST 2021
On Jun 24, 2021, at 10:22 AM, Ron Eggler <ron.eggler at gmail.com> wrote:
> I do not have a firewall active on this computer and running Wireshark, I can see the the RADIUS request frames coming in from the client on my LAN as they correspond to the three requests before it gives up:
Wireshark looks at raw packets received on the network. i.e. before any firewall rules are applied.
> 6508 13.018560775 192.168.1.87 192.168.1.221 RADIUS 126 Access-Request id=111
> 7900 18.026087338 192.168.1.87 192.168.1.221 RADIUS 126 Access-Request id=111, Duplicate Request
> 9210 23.042855784 192.168.1.87 192.168.1.221 RADIUS 126 Access-Request id=111, Duplicate Request
>
> Hence I suspect that the issue may be with the RADIUS server configuration, rather than with my network setup - is that suspicion wrong?
Yes.
If the server receives a packet, it prints a debug message saying that.
If the server receives a packet from an unknown client, it prints out "received packet from unknown client".
If the server receives a packet from a known client, it processes the packet.
As I said... look at SeLinux and/or firewall rules. No amount of poking FreeRADIUS will fix this.
Alan DeKok.
More information about the Freeradius-Users
mailing list