|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Newbie
Join Date: Jun 2006
Posts: 53
|
OK. I have secured a Static IP. 74.171.138.230
I have installed .NET 2.0 and it's running as far as I can tell. I have the RUNUO server up and running as witnessed by saves being completed in the console window. I have registered a shard named Burning Castles over on ConnectUO as mentioned below using their instructions. I have forwarded ports 2500-2600 on my Actiontec DSL Gateway as instructed by their techie. When I do so I see that Burning Castles is "Active" however after retiring to nurse the headache all this has caused and returning an hour later I see that my shard is listed as "Down". I am using AVG 7.5 Anti-Virus + Firewall. I have the RUNUO Server to allow all internet traffic as I am either too ignorant or too in observant as to figure out how to open a port in that program. I mean..... if you are going to be able to manipulate ports why not simply put a button that SAYS... "Manipulate Ports"!!! Sorry, I should not whine. I just been sitting here till a migrane has become my best friend! I just set it to ALL TRAFFIC for the RUNUO Application. I try to log in using another computer on my network. I used Razor and I put in "Burning Castles" as the server and I get a "Cannot resolve the server address". If I enter my IP instead of the server name I at least get the UO login screen to come up but when I try to login I get a message saying "Couldn't connect to Ultima Online". I even tried turning off both the Windows AND the AVF firewalls. Both of them off at the same time and still got the same results as above. I am at a loss. |
|
|
|
|
|
#3 (permalink) |
|
Forum Newbie
Join Date: Jun 2006
Posts: 53
|
As far as I could tell. This is the first few lines of that file as I am using it now.....
using System; using System.Net; using System.Net.Sockets; using Server; using Server.Network; namespace Server.Misc { public class ServerList { /* Address: * * The default setting, a value of 'null', will attempt to detect your IP address automatically: * private const string Address = 74.171.138.230; * * 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 = null; public const string ServerName = "RunUO TC"; public static void Initialize() With the IP Being placed in the line in red. Now that I look at it, I am betting I need to take out that * don't I?? |
|
|
|
|
|
#4 (permalink) |
|
Newbie
Join Date: Jun 2005
Posts: 87
|
Code:
using System;
using System.Net;
using System.Net.Sockets;
using Server;
using Server.Network;
namespace Server.Misc
{
public class ServerList
{
/* Address:
*
* The default setting, a value of 'null', will attempt to detect your IP address automatically:
* private const string Address = 74.171.138.230;
*
* 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 = null;
public const string ServerName = "RunUO TC";
public static void Initialize()
you need to change the part in red. Code:
public const string Address = "Your IP";
public const string ServerName = "your server name";
public static void Initialize()
{
Listener.Port = your port;
|
|
|
|
|
|
#5 (permalink) |
|
Forum Expert
Join Date: Feb 2006
Location: Colorado
Age: 20
Posts: 310
|
Also when you modify the line
public static readonly string Address = null; Make sure after you enter your ip it looks like public static readonly string Address = "XX.XXX.XX.XX"; with the " " around it |
|
|
|
|
|
#6 (permalink) |
|
Forum Newbie
Join Date: Sep 2006
Posts: 18
|
I am pretty much having this same exact problem- even the same modem. I've correctly edited my ServerList.cs file, and forwarded the ports via my modem.... and I still get a "Can't connect to Ultima Online" error each time. I also have a router that I am having a hard time trying to connect to, to set the ports on that as well... it won't let me connect /sigh. I tried 192.168.1.1 but I get nothing. Any suggestions would be appreciated.
![]() |
|
|
|
|
|
#7 (permalink) |
|
Forum Expert
Join Date: Jan 2004
Location: Florida
Age: 33
Posts: 544
|
If other people can connect to your shard then try using your public IP as the shard adress instead of the local one. A lot of software firewalls will block internal requests if not set properly. If people on the outside can connect to your network's public IP there should be no reason you can't.
|
|
|
|
|
|
#8 (permalink) | |
|
Forum Newbie
Join Date: Jun 2006
Posts: 53
|
Quote:
|
|
|
|
|
|
|
#9 (permalink) |
|
Master of the Internet
Join Date: Oct 2005
Age: 45
Posts: 6,283
|
Have you tried MrFixit's serverlist.cs? If not, it is available on the UOGateway forums.
__________________
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 | |
|
|