Page 1 of 1

I need help!

PostPosted: 27 Dec 2011, 01:08
by SaneKarman
I want to start a server for my university's science fiction and fantasy society. Not fully dedicated, though. I attempted several times but noone except me was able to connected.

I want to ask if there is a guide or if you can provide me some help.

Re: I need help!

PostPosted: 27 Dec 2011, 04:39
by nantuko84
Hi,

there is config.xml in server\config folder.
Change serverAddress that is "localhost" by default to your IP there.

Code: Select all
<server serverAddress="localhost" serverName="mage-server" port="17171" maxGameThreads="10" maxSecondsIdle="600"/>

Re: I need help!

PostPosted: 27 Dec 2011, 10:24
by SaneKarman
I did it. But when they tried, they couldn't connect me and when we try to connect official server, we couldn't connect it either. Error is(while trying both of them);

"Unable to connect server. Error setting up client lease upon performing connect."

What may cause this?

Re: I need help!

PostPosted: 27 Dec 2011, 18:42
by nantuko84
Hi,

Are you sure they can ping you?
Ask them do run command in console (WinKey+R)
Code: Select all
ping <YOUR_IP>
Possible you are behind the NAT and they haven't the same internet provider - then nothing can be done here. you need external IP.

Mage Official was down for one day. Now it's up again.

Re: I need help!

PostPosted: 29 Dec 2011, 01:49
by SaneKarman
I overcame problem by using Hamachi network. External IP caused some problem. Hamachi may be solution for similar problems.