Hello, I installed freeradius 1.1.7 on a RedHat 9 system and after making a few basic changes to configuration files I tried to test the authentification with a program called NTRadPing. It doesnt work and gives : recvfrom() error, last error 10054 The configs I made are: In the radiusd.conf : unix { #uncpmmented: passwd = /etc/passwd shadow = /etc/shadow group = /etc/group } In the clients.conf (the ip of the computer that I tested from): client 19x.xxx.xxx.xxx/24 { secret = testing123 shortname = meee nastype = other } How can I configure freeradius to test it's functionality ? PS: After testing I want to make it work with a Quintum GW, so any tips on making it work with Quintum would be much appreciated. Thanks ____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/
well if u are testing freeradius with NTRADPING then this wat i did some time back *add the following in user file* # Framed-MTU = 1500, # Framed-Compression = Van-Jacobsen-TCP-IP ###############punith added this for testing######################### *punith Cleartext-Password := "test123" root Cleartext-Password := "root123" dam Cleartext-Password := "dam123" *##################################################################### # # This is an entry for a user with a space in their name. *add the following in radius.conf* # sql #########punith added this for testing######### *etc_group *############################################### # # If you are using /etc/smbpasswd, and are also doing *add the following in the client file* # password = someadminpas } #client some.host.org { # secret = testing123 # shortname = localhost #} ####punith added this for testing########### *client 172.22.55.222 { secret = mysec shortname = punith } client 172.22.54.64 { secret = mysec shortname = punith } client 172.22.55.10 { secret = mysec shortname = root } client 10.19.1.237 { secret = mysec shortname = root } *##############end########################### # # You can now specify one secret for a network of clients. Then i used NT radping with the following parameters radius secret --> mysec user -->root password -- > root123 hope this helps u ! I am not sending this to mail list cos i am not sure abt it but i got this through googling or use this radtest punith test123 <radius -ip> 1812 mysec <nas ip> if no nas then just put 10 *radtest punith test123 <radius -ip> 1812 mysec 10* regards
participants (2)
-
Pretty Woman -
Punith Raj