现在我的radius服务器、mysql数据库都已经成功建立通过测试,现在到了要两者建立关联,一下是我的操作过程:(我开着两个crt窗口一个用来radtest,一个用来开启./radiusd -X)
[root@Canis raddb]# radtest test test localhost 0 testing123
Sending Access-Request of id 99 to 127.0.0.1 port 1812
        User-Name = "test"
        User-Password = "test"
        NAS-IP-Address = 192.168.8.225
        NAS-Port = 0
        Message-Authenticator = 0x00000000000000000000000000000000
Sending Access-Request of id 99 to 127.0.0.1 port 1812
        User-Name = "test"
        User-Password = "test"
        NAS-IP-Address = 192.168.8.225
        NAS-Port = 0
        Message-Authenticator = 0x00000000000000000000000000000000
Sending Access-Request of id 99 to 127.0.0.1 port 1812
        User-Name = "test"
        User-Password = "test"
        NAS-IP-Address = 192.168.8.225
        NAS-Port = 0
        Message-Authenticator = 0x00000000000000000000000000000000
radclient: no response from server for ID 99 socket 3
[root@Canis raddb]# 下面是./radiusd -X 输出的内容: ... adding new socket proxy address * port 43647
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on command file /opt/radius/var/run/radiusd/radiusd.sock
Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
Listening on proxy address * port 1814
Ready to process requests.
Ignoring request to authentication address * port 1812 from unknown client 127.0.0.1 port 54138
Ready to process requests.
Ignoring request to authentication address * port 1812 from unknown client 127.0.0.1 port 54138
Ready to process requests.
Ignoring request to authentication address * port 1812 from unknown client 127.0.0.1 port 54138
Ready to process requests.
  (红色字体就是当我输入radtest之后出现的内容)
输出最后没有出现accept,没有成功关联两者。这问题到底是出现在哪里?求大神解救!!
mysqlradius服务器