Another Conexion Problem : (
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.... :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!!!
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!!!
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.
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.
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
}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
}
And it still doesn´t work... : (
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... : (
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
}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,,,
Thanks alot Again Guys,,,
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!
thnx again :?
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 :?
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 )
}
Thanks!
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!