Hi, I am using GNUGK 2.2.3 release. I am using Authentication with Radius. Actually, the GNUGK is configured to request an authentication to a radius server on RRQ message to allow the registration. This is working very well. Here is the configuration : [Gatekeeper::Auth] RadAuth=optional;RRQ [RadAuth] Servers=10.7.3.1 SharedSecret=i66oFGBdk/I= RequestRetransmissions=1 But I also would like to setup the GNUGK to require autorization to the Radius when the H323 client wants to unregister. So I configure the GNUGK to do the job by modifying the configuration and trigger on URQ message. [Gatekeeper::Auth] RadAuth=optional;RRQ,URQ [RadAuth] Servers=10.7.3.1 SharedSecret=i66oFGBdk/I= RequestRetransmissions=1 Unfortunately, on GNUGK configuration reload, the debug menu indicate the URQ message is not supported. gkauth.cxx(236) GKAUTH RadAuth does not support 'URQ' check gkauth.cxx(286) GKAUTH RadAuth rule added to check RAS: RRQ URQ, OTHER: NONE The result is the same with all other RAS message available for this function in the configuration manual (GRQ, LRQ..) except RRQ and ARQ. Then I tried the last GNUGK 2.2.5 release without more success. Is this a bug or am I configure it uncorrectly ? Thanks a lot for your help. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/