GNU Gatekeeper Logo

Home
· Contact
· Events
· Logos
· Site Map

Download
· Gatekeeper
· Java GUI
· ISDN Gateway
· CTI / ACD

Documentation
· English Manual
· French Manual
· Spanish Manual
· Persian Manual
· Portuguese Manual
· Chinese Manual
· FAQ
· Interoperability
· Intro to H.323
· Usage Examples
· Configuration Notes
· GnuGk and SIP
· Recommended Books
· Success Stories

Tools & Addons
· GnuGk Addons
· Endpoints
· Gateways
· MCUs
· IVRs
· Billing
· Commercial Addons

Development
· Development Version
· Compiling
· NAT Traversal
· Tools
· Authors

Configuring GnuGk for a Cisco Gatekeeper with IP-to-IP Gateway

Gnugk Configuration to register to a Cisco Gatekeeper with the IP-to-IP Gateway with Gatekeeper feature set

GnuGk Configuration

[Gatekeeper::Main]
Fourtytwo=42
Name=gatekeepr_hostname

[GkStatus::Auth]
rule=allow

[RasSrv::Neighbors]
GK2=ip_address_of_the_cisco_gatekeeper_box;*

[Endpoint]
Gatekeeper=ip_address_of_the_cisco_gatekeeper_box
Type=Gateway
RRQRetryInterval=10
Prefix=*
Vendor=Cisco
TimeToLive=900
Discovery=0

Cisco Configuration

You will need to add these entries to the Cisco Gatekeeper Box:

cisco-gk>en
Password:
cisco-gk#
cisco-gk# config t
Enter configuration commands, one per line.  End with CNTL/Z.
cisco-gk(config)#gatekeeper
cisco-gk(config-gk)#zone remote Gnugk_gatekeepr_hostname.domain.org domain.org ip_address_of Gnugk_gatekeeper
cisco-gk(config-gk)#zone prefix Gnugk_gatekeepr_hostname.domain.org ###*
cisco-gk(config-gk)#^Z
1. ###* is the prefix that the endpoint registering to the Gnugk box will have. Example (123*) So the endpoint will register with a E164 of 1234567890. The Cisco Box will see the 123* prefix and route to the correct zone, which is the Gnugk Box.

2. The configuration will route all traffic through all gatekeepers between the endpoints.



Last updated: 20. Dec 2007
Page maintained by Jan Willamowius