Hello world !!!
I am trying to set up a hotspot network with the above mentioned config.
In our network we have a lot of MTs running without problems, so I blame
the Speedport.
We have
mysql> select id, nasname, shortname, type, ports,secret,community, description from nas where id=84;;
+----+---------------+---------------+-------+-------+-----------+-----------+---------------+
| id | nasname | shortname | type | ports | secret | community | description |
+----+---------------+---------------+-------+-------+-----------+-----------+---------------+
| 84 | 217.xxx.yy.zz| 217.xxx.yy.zz| other | NULL | *******| NULL | RADIUS Client |
+----+---------------+---------------+-------+-------+-----------+-----------+---------------+
1 row in set (0.00 sec)
but
Error: Ignoring request to authentication address * port 11812 from unknown client 217.xxx.yy.zz port 39753
So, it´s not really an “unknown” client, because it´s in the nas table. The port is OK, we use 11812 - 14, even changins to default does not change a thing.
clients.conf is empty, everything is processed by MySQL and works with other constellations.
Assumption :
I think the firewall of the speedport might be the problem. The device drops pings and requests to the WAN address, so it´s invisible from the internet.
Best of it all, the “holy” T-Com people have disabled the firewall configuration of the router, so it cannot be edited.
Is there a way to get this to work, or do we need some new device for the Speedport ?
Maybe it´s more a FreeRadius question, but the people here are a bit smarter, when it comes to helping people.
TIA