Radius Server running on the new port: [root@igloo /root]# less /etc/services datametrics 1645/tcp old-radius # datametrics / old radius entry datametrics 1645/udp old-radius # datametrics / old radius entry sa-msg-port 1646/tcp old-radacct # sa-msg-port / old radacct entry sa-msg-port 1646/udp old-radacct # sa-msg-port / old radacct entry radius 1812/tcp # Radius radius 1812/udp # Radius [root@igloo /root]# cat /etc/raddb/clients igloo.its.unimacq.edu.au SmallDick? fluid.its.unimacq.edu.au Smallbird? [root@igloo /root]# /usr/bin/radtest vip vip007 igloo 1645 SmallDick? Sending request. radrecv: Reply from host fc14fa80 code=2, id=141, length=20 [root@igloo /root]# /usr/bin/radtest vip vip123 igloo 1645 SmallDick? Sending request. radrecv: Reply from host fc14fa80 code=3, id=150, length=20 Access denied. With new port: [root@igloo /root]# /usr/bin/radtest vip vip007 igloo 1812 SmallDick? Sending request. radrecv: Reply from host fc14fa80 code=2, id=106, length=20 [root@igloo /root]# /usr/bin/radtest vip vip123 igloo 1812 SmallDick? Sending request. radrecv: Reply from host fc14fa80 code=3, id=104, length=20 Access denied. |