Another Conexion Problem : (

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

Another Conexion Problem : (

Post by Pobis »

I´m having a problem with my server, here is my situation. I´ve got a lan with 3 computers and the computers are conected to a switch and the switch is is conected to a modem ( Broadband internet ). I´ve routed the modem, and opened the port 2593 and on the firewall too, also i port forwarded for outsiders to access my computer in the lan that is 10.1.1.3. In my server.cfg i put my external ip adress ( Thats the ip from the router ), and port 2593. Always configuring my server.cfg and my login.cfg with the same ip´s.. And people can only enter my shard when i put the ip from my router, but then i cant... I can only connect if i put the ip from my LAN, and then they cannot connect. One or another.... :shock:
Can anyone help me with this problem, i´ve been dealing with this for a long time... don´t know what to do anymore...
Thanks!!!
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

You should have posted sooner! :)

Try adding a LAN entry to your server.cfg and use that to connect. It will only show up to people who match the IPMatch.

Code: Select all

GameServer POL-LAN
{
	Name	POL-LAN
	IP	10.1.1.3
	Port	2593
	IPMatch	10.1.1.0/255.255.255.0
}
Once you have that in there, restart and when you start your client and you are at the screen where you select your server, just hit enter and it should take you to the LAN one automatically.
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

And to clarify, add this as a second entry to the config. One will be for outsiders and the other for you.
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

Well...

Post by Pobis »

Well, i did it like this

GameServer POL-LAN
{
Name POL-LAN
IP ( Here goes my external ip 201.xx.xx.xx )
Port 2593
IPMatch 10.1.1.0/255.255.255.0
}
GameServer POL-LAN
{
Name POL-LAN
IP ( 10.1.1.3 this is my ip )
Port 2593
IPMatch 10.1.1.0/255.255.255.0
}

And it still doesn´t work... : (
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

I can

Post by Pobis »

I can connect to the server, but outsiders can´t... It says the server is down... And i can see them in POL.
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

I should have mentioned that all you needed to do was ADD that and not change anything else you have already.

Code: Select all

GameServer POL-WAN
{
	Name POL-WAN
	IP 201.xx.xx.xx
	Port 2593
}

GameServer POL-LAN
{
	Name POL-LAN
	IP 10.1.1.3
	Port 2593
	IPMatch 10.1.1.0/255.255.0.0
}
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

Dont put the IP match on the outsider one. IP match is what IPs POL will send that info to.
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

I´m really

Post by Pobis »

It did go farther now... Now i can enter the shard and so can outsiders too... But now i´m having another problem, when Outsiders create a char with any kind ( mage, ranger, war or advanced ) it´s say´s entering the protection of the town guards and crashes... I´ve told them to use: razor, uorice.. and it still doesn´t work... Does that have anything to do with conections things?
Thanks alot Again Guys,,, 8)
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

When you say it crashes do you mean POL crashes or their clients hang and crash?
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

Clients

Post by Pobis »

Their Clients crashes, they create a char in the advanced menu or in any other one... and when their enetering the town, it say´s conection lost a crashes.... :(
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

Strangest

Post by Pobis »

Hmm, the Strangest thing is that i see in pol the outside clients coming in as like: 201.17.59.99 < 3 connections >
201.17.59.99 < 4 connections >
201.17.59.99 < 6 connections >

Does that mean anything? Cause i told him to try it with razor, uo rive, clients 2.0.0, client 1.26.4 and all... and its still saying entering britania and crash!

thnx again :?
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

I had this problem before. Not sure what fixed it...

Is it all clients or just one?

What client versions have the problem?
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

THANKS!!1

Post by Pobis »

THANKS ALOT TO ALL OF YOU!!
I SOLVED THE PROBLEM, I MEAN YOU SOLVED THE PROBLEM!!
:D
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

Why not post the solution? So others who have the same problem can fix it.
Pobis
New User
Posts: 16
Joined: Mon Nov 06, 2006 7:02 am

Solution

Post by Pobis »

Weel, since i´m behind a router and on a LAN, i had to open the port 2593 and do port forward to my computer... And in server.cfg i had to add two entries, one for me and one for outsiders like this:

GameServer ( name of the server )
{
Name ( name of the server )
IP ( Here goes my external ip )
Port 2593
}

GameServer ( name of the server )
{
Name ( name of the server )
IP ( Here goes my ip on the lan ex: 10.1.1.3 )
Port 2593
IPMatch ( here goes the router ip ex: 10.1.1.1 )/ ( Here goes the mask ex: 255.255.0.0 )
}

Thanks! :)
Post Reply