Hi,
Hello,
I have manually moved the 192.168.169.74 file into raddb/dynamic-clients folder after i start radius daemon. (radiusd -X -x)
I did make sure that raddb/sites-available/dynamic_clients contains directory = /usr/local/etc/raddb/dynamic-clients
I sent a packet to the server yet i still received the following error. Error: Ignoring request to authentication address * port 1812 from unknown client 192.168.169.74 port 56181
Is there any mistakes i did in the above?
In case, you are curious.. my file 192.168.169.74 contains the following.
client 192.168.169.74 { ipaddr = 192.168.169.74 secret = secret }
huh??? what are you doing with that config? just take the default file 'dynamic-clients', either put a COPY of that into raddb/sites-enabled/ directory, or put a symlink to it then edit dynamic-clients file for your purpose you have instead done some wierd things, you have a file in sites-available whoich will never be read by the main server - its sites-AVAILABLE - if you read the output of radiusd -X you will cearly see that the file is never read or used. cheers alan