1. What are the dictionary file setting for Stingray Traffic Manager
2. What setting have to be added to the freeRadius Server configuration files?
Solved! Go to Solution.
/usr/share/freeradius/dictionary.zeus
# dictionary.zeus
# Zeus Packet RADIUS Dictionary
#
# http://www.zeus.com
#
#
VENDOR Zeus 7146
BEGIN-VENDOR Zeus
#
# ZXTM Group Attributes
#
ATTRIBUTE Zeus-ZXTM-Group 1 string
/usr/share/freeradius/dictionary
$INCLUDE dictionary.zeus
/etc/freeradius/users
joe Cleartext-Password := "joe"
Zeus-ZXTM-Group == "Demo"
bob Cleartext-Password := "bob"
Zeus-ZXTM-Group == "Monitoring"
alice Cleartext-Password := "alice"
Zeus-ZXTM-Group == "admin"
/etc/freeradius/clients.conf
client 192.168.37.0/24 { # Whatever your Stingray machine's IP range is
secret = testing123 # This goes in the authenticator config
shortname = test
}
/usr/share/freeradius/dictionary.zeus
# dictionary.zeus
# Zeus Packet RADIUS Dictionary
#
# http://www.zeus.com
#
#
VENDOR Zeus 7146
BEGIN-VENDOR Zeus
#
# ZXTM Group Attributes
#
ATTRIBUTE Zeus-ZXTM-Group 1 string
/usr/share/freeradius/dictionary
$INCLUDE dictionary.zeus
/etc/freeradius/users
joe Cleartext-Password := "joe"
Zeus-ZXTM-Group == "Demo"
bob Cleartext-Password := "bob"
Zeus-ZXTM-Group == "Monitoring"
alice Cleartext-Password := "alice"
Zeus-ZXTM-Group == "admin"
/etc/freeradius/clients.conf
client 192.168.37.0/24 { # Whatever your Stingray machine's IP range is
secret = testing123 # This goes in the authenticator config
shortname = test
}