The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UltimaOnline:Joining Sphere-Server via Lan
Author Message
shot099
Apprentice
*

Posts: 1
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Nov 2013
Reputation: 0



Post: #1
UltimaOnline:Joining Sphere-Server via Lan
Hey Guys,

I have the following problem:

Me and my brother wanted to create a whole new Shard with Sphere.
We opened the ServerLauncher made everything work on his Computer.
Now we have a Shard with the IP 127.0.0.1 but only running in Local Network.
The problem is if I´m trying to join this server from my Computer it doesn´t work altough I already copied the Login.cfg. We are in the same Network and we can find each other. The Ultima Online Client says: "Couldn´t connect to Ultima Online. Please try again in a few moments." Don´t know what to do now! Ranting

Thank you, already.

Ok I made it working, had wrong IP-Adresses in Login.cfg.

Now I have a new Problem If I connect to the server It works and I choose the Shard named "New Shard". Then it says: "Connecting" and a long time nothing happens while in the Sphereconsole stands that I already disconnected again. I don´t know why I always Disconnect again???
(This post was last modified: 11-11-2013 04:21 AM by shot099.)
11-11-2013 04:00 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: UltimaOnline:Joining Sphere-Server via Lan
Make sure that Ultima online is actually directed to your server.

locate the login.cfg and make sure it reads 127.0.0.1

On newer clients you may need to use a launcher to redirect UO to your server.

[Image: 2nis46r.jpg]
11-11-2013 05:36 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
skyly
Apprentice
*

Posts: 3
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2013
Reputation: 0



Post: #3
RE: UltimaOnline:Joining Sphere-Server via Lan
Hello,

I have a similar problem that I'm having. Let me try to explain.

Quick background:
------------------------------------------
What I want is: I want to log in to my server(which is on a router) with my brother using local are netowork.(No need for other people to connect from outside my home)
My computer has the lan ip adress of: 192.168.1.167
login.cfg currently: 127.0.0.1;2593
sphere.ini SERVERS(127.0.0.1 and 2593 for port)
------------------------------------------
Now with this configuration I can conenct to my server with my pc without any problems buy my brother can't.

Then I changed the serverip address on sphere.ini SERVERS section to 192.168.1.167 and changed my and my brothers login.cfg to 192.168.1.167.

Then we tried and here are the results:
My brother can connect without any probems. When I try to connect, if I type a wrong pass the server informs me of the wrong password. If I type the correct one the uo screen stucks with (Connecting...) then fails.

I tried login.cfg with 127.0.0.1 and that didn't work too.

Please help Smile

Thanks in advance.
12-16-2013 08:14 PM
Find all posts by this user Like Post Quote this message in a reply
dagger4k
Journeyman
*

Posts: 194
Likes Given: 1
Likes Received: 12 in 12 posts
Joined: Mar 2012
Reputation: 0



Post: #4
RE: UltimaOnline:Joining Sphere-Server via Lan
Alright the IP 127.0.0.1 relates to the local computer (so the computer that the server is hosted on). So Whoever is hosting the server make the login config 127.0.0.1

On your brothers computer what you want to put is the local ip of your machine so that would be 192.168.1.167

now to fix the sphere.ini. It looks like you tried to change this bit.
Code:
[SPHERE]
// Name of your Sphere shard
ServName=MyShard
// The IP of your server, this will be 127.0.0.1 almost always
ServIP=127.0.0.1
// The port of your server, this is 2593 by default
ServPort=2593

I believe you changed the servIP to your network IP adress.. What you want to do is change it back to 127.0.0.1. When you have that changed right at the bottom of the sphere.ini is the new connection details

Code:
[SERVERS]
MyShard
127.0.0.1
2593

//External
//my.ip.goes.here
//2593

What you want to do is add another connection here.. So change it to

Code:
[SERVERS]
Local Machine
127.0.0.1
2593

Network
192.168.1.167
2593

This should give him the ability to connect to "network" and thus connect. I believe that if you wanted to remove the local machine connection you should both be able to connect to the network ip (thus remove the local machine connection)

Message back if it doesn't work!
12-16-2013 08:33 PM
Find all posts by this user Like Post Quote this message in a reply
skyly
Apprentice
*

Posts: 3
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2013
Reputation: 0



Post: #5
RE: UltimaOnline:Joining Sphere-Server via Lan
@dagger4k

First of all, thanks very much.

All your assumptions about what I have done and where I have done(sectionwise) them are correct. But let me tell you this: Before changing the ip from [SPHERE] section, I tried to change the ip from the [SERVERS] section and it didn't work. But now you are saying that I should use a second entitiy for my brother. Then I would be connecting "Local Machine" to 127.0.0.1 and my brother would be connection to 192.168.1.167. I will try this as soon as I get home and tell you if that worked.

Again, thanks for your help and quick response.
12-16-2013 10:08 PM
Find all posts by this user Like Post Quote this message in a reply
skyly
Apprentice
*

Posts: 3
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2013
Reputation: 0



Post: #6
RE: UltimaOnline:Joining Sphere-Server via Lan
Thank you it works!!
12-17-2013 03:04 AM
Find all posts by this user Like Post Quote this message in a reply
dagger4k
Journeyman
*

Posts: 194
Likes Given: 1
Likes Received: 12 in 12 posts
Joined: Mar 2012
Reputation: 0



Post: #7
RE: UltimaOnline:Joining Sphere-Server via Lan
no worries, have fun
12-17-2013 08:47 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)