• Advisory services
  • Consultations
  • Network and technology policies
  • Network and technology service docs
  • Using Jisc community
  • Network and technology service docs
  • Domain name registration
  • How to sign up
  • Janet Support Manual
  • Janet CSIRT
  • Back-up services
  • eduroam
  • Backup Web Hosting
  • Certificate Service
  • Connection timeline
  • Eligibility
  • Janet 3G Buyer's Guide
  • Janet 3G eduroam interoperablity authentication methods
  • Janet Mail Services
  • Janet Network Charges
  • Janet Reach
  • Janet Videoconferencing Feedback results
  • Primary connections
  • Supporting Business Continuity
  • Business and Community Engagement (BCE) using Janet
  • Cost
  • Interconnect connections
  • Connecting student accommodation
  • Customer-owned routing equipment
  • Obtaining a Janet IP Address Range
  • Terms for the Provision of the Janet Service
  • Upgrading your existing bandwidth and Janet router
  • Fault reporting
  • IP address assignment
  • Janet Aurora
  • Janet Netsight
  • Janet txt
  • Routers
  • Network set-up
  • Guest access
  • Network time service
  • Training
  • Contact
  • Primary Nameserver Service
  • Secondary Nameserver Service
  • Vscene
  • Vscene
  • Vscene updates and revisions
  • Login Options
  • Jisc and Ajenta partnership FAQ
  • Learn more about Vscene
  • Vscene Help and user guides
  • Videoconferencing service policies
  • ISDN
  • Content providers
  • Technical documentation
  • Technical details
  • Technical documentation
  • Archive
  • NAT, Firewalls and videoconferencing - H.323 Border Traversals
  • Security guide for H.323
  • Guide to reliable campus H.323 networks
  • Configuring a Gatekeeper to use with Janet VideoConferencing
  • Videoconferencing standards
  • Video Displays, Signals and Formats
  • Videoconferencing Quality
  • Janet Videoconferencing Service check
  • ISDN Dialup
  • IP Videoconferencing
  • Datasharing on Janet VideoConferencing Service
  • Global Dialing Scheme explained
  • Registering a Gatekeeper with the Global Dialing Service
  • Joining a Vscene session to a 3rd party MCU
  • Configuring a Gatekeeper to use with Janet VideoConferencing
  • The Role of the Gatekeeper in an H.323 Deployment
  • The Global Dialling Scheme
  • Pre-requisites
  • Tasks
  • Configuration Examples
  • Cisco Multimedia Conference Manager
  • Gnu-gk – “The Open Gatekeeper”
  • Radvision ViaIP™ Enhanced Communications Server
  • Polycom PathNavigator™
  • Appendix A – Cisco® MCM Configuration Summary
  • Appendix B – Gnu-gk Configuration Summary
  • Appendix C Radvision® ECS Configuration Summary
  • Appendix D - Polycom PathNavigator™ Configuration Summary
  • References

Appendix B – Gnu-gk Configuration Summary

Download as PDFDownload as PDF

This is a complete gatekeeper.ini file for an organisation wishing to connect to the JVCS-IP or a similar H.323 network. The file can be copied and pasted, edited, then saved in the openh323gk\bin folder. Comments can be added by preceding them with a # character for each line of comment. Where a value has ‘x’s substitute your own local details.

This configuration allows dial-out from the central JVCS-IP MCUs using E.164 (GDS) addressing and IP address. It also allows terminals in this gatekeeper’s zone to dial direct (out-of-service) using E.164 or IP. Remote terminals can dial in using IP address, but not using E.164 (assuming firewall configuration allows this).

# start of file
[Gatekeeper::Main]
Fourtytwo=42
# name your gatekeeper
Name=xxxxxx

[Gatekeeper::Auth]
# Specify authentication method – necessary for next section
AliasAuth=required;RRQ
default=allow

[RasSrv::RRQAuth]
# list of terminals that will register with this gatekeeper
# endpoint E164 alias and IP must match
100=sigip:xxx.xxx.xxx.xxx:1720
101=sigip:xxx.xxx.xxx.xxx:1720
102=sigip:xxx.xxx.xxx.xxx:1720
default=reject

[GkStatus::Auth]
# list of machines allowed to telnet to status port
rule=explicit
xxx.xxx.xxx.xxx=1
xxx.xxx.xxx.xxx=1

[RasSrv::Neighbors]
# specify the national directory gatekeepers for address resolution
# use the names and addresses supplied by jvcs-mc
gatekeeper-name1.ja.net=aaa.bbb.ccc.ddd:1719;*
gatekeeper-name2.ja.net=zzz.yyy.xxx.www:1719;*

[RasSrv::LRQFeatures]
# parameters of Location Requests
AlwaysForwardLR Q=1
IncludeDestinationInfoInLCF=0
ForwardHopCount=9
CiscoGKCompatible=1
AcceptForwardedLR Q=1

[RasSrv::RewriteE164]
# local zone prefix to strip from long E.164 addresses
0044xxxxx=
#end of file