Hi, Altough I have this configuration in client .conf: ################################## client 172.30.47.241 { secret = 877909 shortname = VodafonePinarsuAPNYeni1 nastype = other } client 172.30.47.242 { secret = 877909 shortname = VodafonePinarsuAPNYeni2 nastype = other } #################################### Why I get this error? ################################################################################################# Tue Mar 17 14:31:55 2015 : Error: Ignoring request to authentication address * port 1812 from unknown client 172.30.47.242 port 58312 Tue Mar 17 14:32:01 2015 : Error: Ignoring request to authentication address * port 1812 from unknown client 172.30.47.241 port 6040 ################################################################################################# And I am sure that secret is correct. Any idea? --
My initial thought would be 'is the server reading THAT copy of clients.conf?' Run in debug mode: radiusd -X and ensure you are editing the correct clients.conf (its quite common for people to be editing the source code version and not the installed copy! ) alan
SOLVED Forget to restart freeradius service after add clients. Sorry On 03/18/2015 08:52 AM, Tevfik Ceydeliler wrote:
Hi, Altough I have this configuration in client .conf:
################################## client 172.30.47.241 { secret = 877909 shortname = VodafonePinarsuAPNYeni1 nastype = other }
client 172.30.47.242 { secret = 877909 shortname = VodafonePinarsuAPNYeni2 nastype = other }
####################################
Why I get this error?
#################################################################################################
Tue Mar 17 14:31:55 2015 : Error: Ignoring request to authentication address * port 1812 from unknown client 172.30.47.242 port 58312 Tue Mar 17 14:32:01 2015 : Error: Ignoring request to authentication address * port 1812 from unknown client 172.30.47.241 port 6040
#################################################################################################
And I am sure that secret is correct. Any idea? --
--
participants (2)
-
Alan Buxey -
Tevfik Ceydeliler