SA-MP Forums Archive
Problem with hosting LAN Server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Problem with hosting LAN Server (/showthread.php?tid=357932)



Problem with hosting LAN Server - TheRPGLPer - 08.07.2012

I'm trying to host a LAN server for me and my brother and no matter what I do, I will continuously get this error:
Код:
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..
Connecting to 127.0.0.1:80
Connected. Joining the game.
Lost connection to server. Reconnecting..
The server is restarting..


And when it would randomly work, it will say that the nickname was invalid or not allowed or to the extend of that and it auto-kicks the player. The name is mine, and its TheRPGLPer, which is completely inside the guidelines of a correct, valid name.

Does anyone know what might be wrong?


Re: Problem with hosting LAN Server - next-studio|TheKiller - 08.07.2012

you should not host servers below the port 1000, since it's server / router protected ports.
Host on ports above 1000, 7777 is the main port, why don't you use it?


Re: Problem with hosting LAN Server - TheRPGLPer - 08.07.2012

I've already tried it on 7777, 1024, 2767, and 6531 and they all did the same thing. Also, I use 80 because my router does not support port forwarding and 80 is the default forwarded WWW port and that's usually what I host games on.


Re: Problem with hosting LAN Server - next-studio|TheKiller - 08.07.2012

Quote:
Originally Posted by TheRPGLPer
Посмотреть сообщение
I've already tried it on 7777, 1024, 2767, and 6531 and they all did the same thing. Also, I use 80 because my router does not support port forwarding and 80 is the default forwarded WWW port and that's usually what I host games on.
are you using udp protocol?


Re: Problem with hosting LAN Server - WinterAce - 08.07.2012

Your ISP may be blocking port 80 just like mine does. I would suggest keeping the port as 7777 because it doesn't seem like that's actually the issue. Have you edited your server.cfg file correctly and compiled the script to .amx?


Re: Problem with hosting LAN Server - next-studio|TheKiller - 08.07.2012

Quote:
Originally Posted by WinterAce
Посмотреть сообщение
Your ISP may be blocking port 80 just like mine does. I would suggest keeping the port as 7777 because it doesn't seem like that's actually the issue. Have you edited your server.cfg file correctly and compiled the script to .amx?
If it's a local server, the ISP does not have , and will never have the possiblitie, to block the router ports.
He is doing mistake somewhere, on the configuration file, or on the server script

ps: is your server version same was the client?


Re: Problem with hosting LAN Server - TheRPGLPer - 09.07.2012

-->compiled the script to .amx?
Yes, and if it helps any, its Southern Life Role-Play
Server.cfg File
Код:
echo Executing Server Config...
lanmode 1
password
rcon_password lol
maxplayers 100
port 80
hostname Southern Life Roleplay
gamemode0 sl-rp
filterscripts
plugins sscanf streamer
announce 1
query 1
mapname Red County/Bone County
weburl www.realmcraftrpg.webs.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 1
logtimeformat [%H:%M:%S]
The server version is 0.3, but the SA-MP version is 0.3e, would that have anything to do with it?