Documentation | HowTo / Tutorials
In AccessGrid 3, bridges are available to any user in any Venue. This is achieved by registration of the Bridges with a Registry, which clients can query to discover Bridges. As of AG3.0, only one such Registry exists; support for multiple separate Registries will come in a future release. This article briefly describes how to run a bridge in AG3.
To run a Bridge in AG3, do the following:
This will run the bridge with the following state:
- The bridge will appear in the VenueClient with the given name. The name chosen should ideally identify your institution.
- The bridge will listen for requests on port 20000. This port can modified with the '--listenPort' argument.
- The bridge will use ports 50000 to 52000 for communicating with unicast clients. This range can be modified with the '--portRange' argument, which takes as arguments the start and end of the port range to use. The port range must be open for UDP traffic from outside your network; talk with your network administrator to ensure that your network is properly configured.
login or register to post comments