server no list of servers - 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: server no list of servers (
/showthread.php?tid=303777)
server no list of servers -
kevinos1 - 15.12.2011
Hello,
I just created a samp server but can not see in the list of servers.
I tested with this site
http://typefish.co.uk/samp-conn/#188.165.249.65:7777
Here are the firewall rules for corn can you help me please thank you I'm on the linux (Ubuntu)
iptables -A INPUT -p tcp -m tcp --dport 7777:7779 -d 188.165.249.65 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 7777:7779 -d 188.165.249.65 -j ACCEPT
My server.cfg
Quote:
echo Executing Server Config...
lanmode 0
rcon_password *****
maxplayers 320
port 7777
hostname SA-MP 0.3d Server
gamemode0 grandlarc 1
filterscripts baseaf gl_actions gl_property gl_realtime gl_mapicon ls_elevator
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
|
Re: server no list of servers -
Unknownich - 15.12.2011
Port forward your router same as linux
Re: server no list of servers -
Kingunit - 15.12.2011
If the server ain't on that list it doens't mean it actually is not. That site needs time to check if the server is on the list, keep your server online for a hour or so and check it again.
Re: server no list of servers -
kevinos1 - 15.12.2011
Thank you for your answers,
But it's been two days that the server is running is still nothing he will not be displayed
Can you help me please
Re: server no list of servers -
Mandro - 16.12.2011
Forward at your router your Server Port
Re: server no list of servers -
kevinos1 - 16.12.2011
Quote:
Originally Posted by Mandro
Forward at your router your Server Port
|
Do you have the iptables command please?