Hi,
I followed this page: http://www.gnugk.org/gnugk-cisco-ata.html
and am usign sqlbill/freeradius/postgresql
I am getting the following in the gnugk log
2005/10/24 12:04:21.851
1
RasSrv.cxx(343) RAS RRQ Received
2005/10/24 12:04:21.852
3
radauth.cxx(1239) RADAUTH RadAuth RRQ auth failed: tokens not
found
2005/10/24 12:04:21.852
3
gkauth.cxx(968) GKAUTH RadAuth RRQ check failed
2005/10/24 12:04:21.853
2
RasSrv.cxx(388)
RRJ|192.168.1.101|123456:h323_ID=123456:dialedDigits|terminal|securityDenial;
2005/10/24 12:04:21.854
3
RasSrv.cxx(231) RAS Send to
192.168.1.101:1027
db structure is the following:
voipdb=> select * from voipuser where id='1';
id | h323id | accountid | disabled | checkh323id | chappassword |
allowedaliases | assignaliases | framedip | firstname | surname |
terminating
----+--------+-----------+----------+-------------+--------------+----------------+---------------+----------+-----------+---------+-------------
1 | user1
| 1 |
f |
t |
pass1 |
123456
|
| |
User-01 | Voip-01 | t
(1 row)
gnugk setting ----
[RasSrv::RRQAuth]
default=allow
[Endpoint]
Password=MyPass
[Proxy]
Enable=1
ProxyForNAT=1
[RasSrv::RRQFeatures]
AcceptGatewayPrefixes=1
OverwriteEPOnSameAddress=1
AcceptEndpointIdentifier=1
[RasSrv::ARQFeatures]
ArjReasonRouteCallToSCN=1
ArjReasonRouteCallToGatekeeper=1
CallUnregisteredEndpoints=1
RemoveTrailingChar=#
ParseEmailAliases=1
[RasSrv::LRQFeatures]
NeighborTimeout=2
ForwardHopCount=2
AlwaysForwardLRQ=1
AcceptForwardedLRQ=1
IncludeDestinationInfoInLCF=1
CiscoGKCompatible=1
[Gatekeeper::Auth]
RadAuth=required;RRQ,ARQ
NeighbourPasswordAuth=required
default=allow
[RadAuth]
Servers=92.168.150.128:1812
SharedSecret=secret
LocalInterface=192.168.150.128
AppendCiscoAttributes=1
IncludeEndpointIP=1
[Gatekeeper::Acct]
RadAcct=required;start,stop
default=accept
[RadAcct]
Servers=192.168.150.128:1813
LocalInterface=192.168.150.128
SharedSecret=secret
RequestRetransmissions=4
RoundRobinServers=1
AppendCiscoAttributes=1
[RasSrv::GWPrefixes]
GW=*
[RasSrv::PermanentEndpoints]
192.168.150.250=GW;*
Where am I missing something to allow h323id based authentication
Cheers,
Shashi