Separating the UserAgents service from the Gatekeeper service requires
an additional change in one of the connectors of the Gatekeeper:
It is:
[GatekeeperService]
...
UserAgentService =
"OpenSim.Services.HypergridService.dll:UserAgentService"
It should use the connector instead:
[GatekeeperService]
...
UserAgentService =
"OpenSim.Services.Connectors.dll:UserAgentServiceConnector"
Which in turn requires you to provide a URI for it, so that the
Gatekeeper can properly talk to the UserAgents service on the other process:
[UserAgentService]
...
UserAgentServerURI = "http://mygrid.org:8002/"
(Make sure to add the '/ at the end... buglet)
I haven't tried this particular combination, but it ought to work.
On 12/16/2010 10:11 AM, Jeroen van Veen wrote:
Thank you for your reply. I don't necessarily need to run it in it's own
robust shell. Say i want to run the gatekeeper service on port 8004 within the
same robust instace. What i have tried is changing in Robust.HG.ini:
8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector to
8004/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector
[LoginService]
GatekeeperURI = "http://mygrid.org:8004"
[GatekeeperService]
ExternalName = "http://mygrid.org::8004"
== Result ==
robust console => request to link to region_foo (nothing more)
client => Could not teleport. Problem at destionation
Maybe i must run it in its own instance for some reason?
On Thursday, December 16, 2010 04:38:08 pm Dave Coyle wrote:
On 12/16/10 12:27 PM, Jeroen van Veen wrote:
I was wondering whether it's possible to seperate the gatekeeper service
from the default port 8002 so it runs on it's own on say...port 8004.
The reason i want to do this, is that i'm hoping to restrict hypergrid
access with iptables.
Yes. Robust.HG.ini.example shows how to have different services
listening on different ports (8002 vs. 8003 in the example).
If you want to run only HG-related services in their own Robust
instance, make sure you've also included the UserAgentService alongside
GatekeeperService.
-coyled
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users