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
Code:Select all
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)
Code:Select all
Error: Ignoring request to authentication address * port 11812 from unknown client 217.xxx.yy.zz port 39753
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