Hi Lucas, one way is to make the internal gatekeeper the child of the external gatekeeper as you already seem to be doing, but it is usually better to make them both neighbors. Then they will query each other for each call they can't resolve locally. Regards, Jan Lucas Phelps wrote: > Hi all, in the past I've used GnuGK as our internal VC gatekeeper and it was worked well. I now want to add a GnuGK box into our DMZ that would communicate with our internal GnuGK. Hopefully to give Internet users the ability to call into our system. > > Does anybody have a sample configuration for each of the boxes? How do I publish my internal E.164 addresses to the DMZ GnuGK box? My config is below, thanks for any help. > > [Gatekeeper::Main] > FortyTwo=42 > EndpointSuffix=_gnugk > ; change this to 1 or 2, if you want CDRs and RAS messages to be printed on the status port > StatusTraceLevel=2 > ; enable these options if your endpoints use broadcast and/or multicast to discover the gatekeeper > UseMulticastListener=0 > TimeToLive=120 > > [RoutedMode] > ; enable gatekeeper signaling routed mode, route H.245 channel only if neccessary (for NATed endpoints) > GKRouted=1 > H245Routed=1 > AcceptNeighborCalls=1 > AcceptUnregisteredCalls=1 > RemoveH245AddressOnTunneling=1 > 1RemoveCallOnDRQ=1 > DropCallsByReleaseComplete=1 > 1SendReleaseCompleteOnDRQ=1 > SupportNATedEndpoints=1 > TranslateFacility=1 > SocketCleanupTimeout=1000 > ;GenerateCallProceeding=1 > > ; proxy calls only for NATed endpoints > [Proxy] > Enable=0 > ; if port forwarding is correctly configured for each endpoint, you can disable ProxyForNAT > ProxyForNAT=1 > ProxyForSameNAT=0 > > [RasSrv::RRQFeatures] > ; endpoint identifiers are assigned by the gatekeeper > AcceptEndpointIdentifier=0 > ; you may want to disable this, if you want to control gateway prefixes from the config > AcceptGatewayPrefixes=1 > SupportDynamicIP=1 > > [CallTable] > ; don't print CDRs for neighbor calls to the status port > GenerateNBCDR=1 > ; print CDRs for unconnected calls to the status port > GenerateUCCDR=1 > ;Limit the maximum call duration (seconds), set to 0 to disable. > 432000=12 hours > DefaultCallDurationLimit=43200 > > [RasSrv::Neighbors] > GK2=192.168.1.10;* > > [Endpoint] > Gatekeeper=192.168.1.10 > Type=Gateway > RRQRetryInterval=10 > Prefix=* > TimeToLive=900 > Discovery=0 > > [LogFile] > Rotate=Daily > RotateTime=00:01 > > [CTI::Agents] -- Jan Willamowius, jan@xxxxxxxxxxxxxx, http://www.gnugk.org/ ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/