Hi,<br>I have created one hotspot with a openwrt router and chillispot. I use a <br>remote server radius (freeradius) for authenticate users of hotspot.<br><br>I have inserted in clients.conf Ip of the router:<br><br>clients 
82.256.52.11 {<br>            secret = testing123<br>            shortname = test<br>}<br><br>With this configuration all working fine but unfortunately router has a <br>Dynamic Ip therefore a can't use its Ip in clients.conf
<br><br>Thus i try to insert a dyndns domain of the router in clients.conf<br><br>clients <a href="http://router.dyndns.org">router.dyndns.org</a> {<br>            secret = testing123<br>            shortname = test<br>}<br>
<br>but with my displeasure freeradius doesn't recognize client.<br><br>Same suggestions??<br><br>Thanks