Ben
Member
Hi guys, maybe it isn't the right section, but i have some problems.
Im trying to let a friend to join on my local server ServUO/Centred to help me in development, but i have problems.
First i tried with Hamachi, but even if i can ping them on my network, they aren't able to ping me back, i guess because Hamachi has no access to internet. I tried to disable firewall, port forwarding ecc. Useless.
So i tried with No-ip.com.
I have created a server named: blacksails.ddns.net, and then i have modified my ServerList.cs
But when i start the server i get ListenerError
And now i can't log in, with loopback address or blacksails.ddns.net (AssistUO), and of course my friend can't too with this message "unable to solve IP address: blacksails.ddns.net".
I'm getting mad with this problems. Any idea?
Im trying to let a friend to join on my local server ServUO/Centred to help me in development, but i have problems.
First i tried with Hamachi, but even if i can ping them on my network, they aren't able to ping me back, i guess because Hamachi has no access to internet. I tried to disable firewall, port forwarding ecc. Useless.
So i tried with No-ip.com.
I have created a server named: blacksails.ddns.net, and then i have modified my ServerList.cs
Code:
public static readonly string Address = "blacksails.ddns.net";
public static readonly string ServerName = "Black Sails";
public static readonly bool AutoDetect = true;
private static IPAddress m_PublicAddress;
public static void Initialize()
But when i start the server i get ListenerError
Code:
World: Loading...done (191 items, 3 mobiles, 5 customs) (0,21 seconds)
Bittiez Utilities Version 0.0.3
Restricting client version to 7.0.20.0. Action to be taken: LenientKick
13:14:04 Joeku's Staff Runebook: Loading...
13:14:04 Account: Claretta... done.
13:14:04 Listener Failed: 0.0.0.0:2593 (In Use)
And now i can't log in, with loopback address or blacksails.ddns.net (AssistUO), and of course my friend can't too with this message "unable to solve IP address: blacksails.ddns.net".
I'm getting mad with this problems. Any idea?