Sorry Man... For the mistake.. Anyways, need little help with the Database and the SQL script. I have the following configuration for MySQL: mysql> select * from IPNData; +-------------+-------------+---------------+------+ | IPN | Password | IPAddr | Kind | +-------------+-------------+---------------+------+ | 88880000888 | 10742602700 | 192.168.1.250 | 2 | +-------------+-------------+---------------+------+ 1 row in set (0.00 sec) mysql> describe IPNData; +----------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+-------------+------+-----+---------+-------+ | IPN | varchar(20) | YES | | NULL | | | Password | varchar(20) | YES | | NULL | | | IPAddr | varchar(15) | YES | | NULL | | | Kind | char(1) | YES | | NULL | | +----------+-------------+------+-----+---------+-------+ 4 rows in set (0.00 sec) And this is want happens when I use Netmeeting and try to logon to GK: RasSrv.cxx(927) GK RRQ Received gkauth.cxx(1005) Unknown RRQAuth condition: 192.168.1.250 gkauth.cxx(905) Gk RRQAuth condition '192.168.1.250' rejected endpoint 88880000888 gkauth.h(84) GkAuth MySQLAliasAuth check failed RasSrv.cxx(1182) RRJ|192.168.1.250|10742602700:h323_ID=88880000888:dialedDigits|terminal| securityDenial; I want to authenticate with H323ID and E.164 only, no IP address....?? I am using the default mysql.ini which comes with GNUGK, just modified on MySQLAuth to connect with Database. Any idea why is rejecting...??? Please help Regards Nitesh ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ List: Openh323gk-users@lists.sourceforge.net Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/