|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Mar 2007
Posts: 170
|
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 |
|
|
|
|
|
#2 (permalink) | |
|
Forum Expert
|
Quote:
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 );
}
Code:
public static readonly string Address = "your ip here"; should look like this Code:
public static readonly string Address = "87.68.228.110"; hope that helps you out. Last edited by Erica; 03-24-2007 at 09:49 AM. |
|
|
|
|
|
|
#5 (permalink) | |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
Quote:
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 |
|
|
|
|
|
|
#6 (permalink) |
|
Forum Novice
Join Date: Mar 2007
Posts: 170
|
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. |
|
|
|
|
|
#7 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
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 |
|
|
|
|
|
#9 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
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 |
|
|
|
|
|
#11 (permalink) | |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
Quote:
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 |
|
|
|
|
|
|
#13 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
__________________
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 |
|
|
|
|
|
#15 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
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 |
|
|
|
|
|
#17 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
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 |
|
|
|
|
|
#19 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
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 |
|
|
|
|
|
#21 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
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 |
|
|
|
|
|
#23 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|