Posted: Mon Dec 18, 2006 11:21 am Post subject: Another Conexion Problem : (
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....
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!!!
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:
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.
Author
Message
CWO
Joined: 04 Feb 2006 Posts: 685 Location: Chicago, IL USA
Posted: Mon Dec 18, 2006 3:41 pm Post subject:
And to clarify, add this as a second entry to the config. One will be for outsiders and the other for you.
Posted: Mon Dec 18, 2006 5:32 pm Post subject: Well...
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
}
Posted: Mon Dec 18, 2006 11:10 pm Post subject: I´m really
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,,,
Author
Message
Yukiko
Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Tue Dec 19, 2006 1:41 am Post subject:
When you say it crashes do you mean POL crashes or their clients hang and crash?
Posted: Tue Dec 19, 2006 9:08 am Post subject: Clients
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....
Posted: Tue Dec 19, 2006 10:44 am Post subject: Strangest
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!
Posted: Wed Dec 20, 2006 9:54 am Post subject: Solution
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 )
}