SA-MP Forums Archive
How to appear in internet list? - 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: How to appear in internet list? (/showthread.php?tid=142186)



How to appear in internet list? - redigaffi - 17.04.2010

must be any port open for internet list? i configured the file to show the server in the internet list, look:

http://www.typefish.co.uk/Connection....3:7777/0.3.0/

and doest appears in internet list?


Re: How to appear in internet list? - hab18 - 17.04.2010

hello, your using linux? or windows, any way you need to open your ports 7777 udp 7777tcp .
For my server i use linux centOS and to open ports i use the following commands:
for tcp: iptables -I input -P tcp --dport 7777 -j accept
for udp: iptables -I input -P udp --dport 7777 -j accept
hope i helped


Re: How to appear in internet list? - redigaffi - 17.04.2010

i have opensuse with parallel plesk panel, i opened the ports on firewall of plesk panel.