Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 03-24-2007, 08:55 AM   #1 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default Other People Cant Connect

Hello. I have a problem i can connect to my shard but other people can't i have tried Open Port Check Tool it writes:

Success: I can see your service on 87.68.228.110 on port (2593)
Your ISP is not blocking port 2593

if someone could help me it would be very very very appreciated
BTW:when i run the shard it writes: Address 127.0.0.1:2593 Address 10.100.101.100:2593 when i go to Findmyipaddress it writes that my ip is 87.68.228.110 so maybe thats the problem
pepolshet is offline   Reply With Quote
Old 03-24-2007, 09:44 AM   #2 (permalink)
Forum Expert
 
Erica's Avatar
 
Join Date: Jan 2005
Location: Laramie Wyoming
Age: 43
Posts: 1,276
Send a message via ICQ to Erica Send a message via AIM to Erica Send a message via MSN to Erica Send a message via Yahoo to Erica Send a message via Skype™ to Erica
Default

Quote:
Originally Posted by pepolshet View Post
Hello. I have a problem i can connect to my shard but other people can't i have tried Open Port Check Tool it writes:

Success: I can see your service on 87.68.228.110 on port (2593)
Your ISP is not blocking port 2593

if someone could help me it would be very very very appreciated
BTW:when i run the shard it writes: Address 127.0.0.1:2593 Address 10.100.101.100:2593 when i go to Findmyipaddress it writes that my ip is 87.68.228.110 so maybe thats the problem
On your serverlist script look for this part
Code:
public class ServerList
	{
		/* Address:
		 * 
		 * The default setting, a value of 'null', will attempt to detect your IP address automatically:
		 * private const string Address = null;
		 * 
		 * This detection, however, does not work for servers behind routers. If you're running behind a router, put in your IP:
		 * private const string Address = "12.34.56.78";
		 * 
		 * If you need to resolve a DNS host name, you can do that too:
		 * private const string Address = "shard.host.com";
		 */

		public static readonly string Address = "your ip here";

		public const string ServerName = "test";

		public static void Initialize()
		{
			Listener.Port = 2593;

			EventSink.ServerList += new ServerListEventHandler( EventSink_ServerList );
		}
see this part where i wrote your ip here
Code:
public static readonly string Address = "your ip here";
you need to write your ip which is this one 87.68.228.110
should look like this
Code:
public static readonly string Address = "87.68.228.110";
make sure that the ip number have theses in ---> " " ; just exactly the way you see your ip number in between it.

hope that helps you out.
__________________

Last edited by Erica; 03-24-2007 at 09:49 AM.
Erica is offline   Reply With Quote
Old 03-24-2007, 10:11 AM   #3 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

Thanks ill try that
pepolshet is offline   Reply With Quote
Old 03-24-2007, 10:19 AM   #4 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

ok after i done that even i can't connect and the Open Port Check Tool writes that every thing is ok maybe thats because i use razor?

Last edited by pepolshet; 03-24-2007 at 10:24 AM.
pepolshet is offline   Reply With Quote
Old 03-24-2007, 10:26 AM   #5 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

Quote:
Originally Posted by pepolshet View Post
ok after i done that even i can't connect and the Open Port Check Tool writes that every thing is ok
Just because a site claims the port is open, that does not mean that you have done all that is necessary to connect to the server. Each piece of hardware you have between your internet connection and the server must be port forwarded correctly to get a connection.

This address her (10.100.101.100:2593) is not a 'normal' address assigned by most hardware available to the average home user so you may have other hardware/proxy issues to deal with.

Exactly what hardware do you have between your internet connection and your server machine?
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 10:35 AM   #6 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

what do you mean by what hardware do you have between your internet connection and your server machine? (sorry im a noob at all this)

EDIT:
Realtek RTL8139 Family PCI Fast Ethernet NIC
IP Adress: 10.100.101.100
Subnet Mask: 255.255.255.0
Assigned By DHCP

Last edited by pepolshet; 03-24-2007 at 10:40 AM.
pepolshet is offline   Reply With Quote
Old 03-24-2007, 10:39 AM   #7 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

Quote:
Originally Posted by pepolshet View Post
what do you mean by what hardware do you have between your internet connection and your server machine? (sorry im a noob at all this)
Exactly what I said. Do you have a router? Are you running DSL? What do you plug into to get your internet...
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 10:46 AM   #8 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

DNS Servers:
84.95.14.250
212.116.161.38
212.117.129.5
192.168.101.101
192.168.101.102

Also my antivirus is working (NOD32) maybe thats the problem?
pepolshet is offline   Reply With Quote
Old 03-24-2007, 10:47 AM   #9 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

That is not hardware, nor does it answer my question... It is impossible to help you without information.
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 10:54 AM   #10 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

what do you mean by hardware im noob at computers and my english bad too where to look?
pepolshet is offline   Reply With Quote
Old 03-24-2007, 10:56 AM   #11 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

Quote:
Originally Posted by pepolshet View Post
what do you mean by hardware im noob at computers and my english bad too where to look?

What is your computer used as your server connected to by cables or wireless?
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 10:58 AM   #12 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

012........
pepolshet is offline   Reply With Quote
Old 03-24-2007, 10:59 AM   #13 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

Quote:
Originally Posted by pepolshet View Post
012........
What is that?
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 11:01 AM   #14 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

do you mean what modem i use?
pepolshet is offline   Reply With Quote
Old 03-24-2007, 11:02 AM   #15 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

So your server computer is ONLY connected to a modem?
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 11:12 AM   #16 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

yes.........
pepolshet is offline   Reply With Quote
Old 03-24-2007, 11:16 AM   #17 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

Then I have no idea how to help you as I cannot see how, if your server is only connected to a modem, you can possibly have lan ips in your DNS list.

Does the server console show anything at all when players try to connect?
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 11:27 AM   #18 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

the console show me Pepolshet connected and then Pepolshet Dissconected
pepolshet is offline   Reply With Quote
Old 03-24-2007, 11:30 AM   #19 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

You said it worked for you, but not for others connecting from outside your network... Does it show anything when someone OTHER than yourself tries to connect?
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 01:35 PM   #20 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

i could connect when it was on null not when i used 87.68.228.110
pepolshet is offline   Reply With Quote
Old 03-24-2007, 01:39 PM   #21 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

download this:

", "

rename your serverlist.cs to serverlist.cs.orig and add the new serverlist.cs into the folder where your old one was.
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 02:39 PM   #22 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

it doesn't work what now?
pepolshet is offline   Reply With Quote
Old 03-24-2007, 02:40 PM   #23 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

Quote:
Originally Posted by pepolshet View Post
ok what now?
Well, seeing what happens when you try to connect from outside your network would be a good thing.
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote
Old 03-24-2007, 02:46 PM   #24 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

can you try?
pepolshet is offline   Reply With Quote
Old 03-24-2007, 02:49 PM   #25 (permalink)
Forum Novice
 
pepolshet's Avatar
 
Join Date: Mar 2007
Posts: 170
Default

afcurse i can connect when i enter 10.100.101.100
pepolshet is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5