Start Standalone Ryzome server

Added by moise about 7 years ago

Hello,
I'm newbie into this world of Dev MMORPG but i'm a great developer.
So i win to start the standalone server server2GO in Windows server 2008 ready for Ryzom but i can't connect it with my ryzom client open
When i try in the same computer it's work.
What can i do?
I disabled all firewall but nothing.


Replies (2)

RE: Start Standalone Ryzome server - Added by sfb about 7 years ago

moise,

I think we covered this recently with an individual trying to set up a Snowballs shard. Chances are you have a piece of software like VMware or VirtualBox which has added its own adapters. I bet if you looked at the database you'd see that the shard was listed as listening on an IP address not assigned to your ethernet adapter.

To work around this NeLNS provides a configuration file attribute called "ListenAddress" which you can set to an arbitrary value. This was placed into NeLNS specifically for the purpose of running services behind a firewall or load balancer. You can configure it to use an IP address or host name:

ListenAddress = "myfrontend.mydomain.com";

You place this into the frontend service configuration file. Try this and see if your second machine is now able to connect.

Thanks!
sfb
/s

RE: Start Standalone Ryzome server - Added by molator about 7 years ago

If you are using 2 differents machines, you will have to update the config.

In the server, c:\ryzom_core_server\ryzom\server\frontend_service.cfg replace localhost with your server ip :

FSListenHost = "localhost";

In the client, client.cfg replace localhost with your server ip:

StartupHost = "localhost:40916";

You must have the exact same string ip or domain name.

(1-2/2)