20.11.2012, 19:17
Open your port, if you have firewall open ports in firewall, if you have iptables open port in iptables.
Example if you want open port 7777 you have write
iptables -A INPUT -p udp --dport 7777 -j ACCEPT
then service iptables save
after service iptables restart and
Check if you install well samp server and dont forget give permission chmod 700 * in samp directory
Check it here.
https://sampwiki.blast.hk/wiki/Linux_Server
Sorry for my bad English.
Example if you want open port 7777 you have write
iptables -A INPUT -p udp --dport 7777 -j ACCEPT
then service iptables save
after service iptables restart and
Check if you install well samp server and dont forget give permission chmod 700 * in samp directory
Check it here.
https://sampwiki.blast.hk/wiki/Linux_Server
Sorry for my bad English.