11.07.2011, 02:48
try unblocking input on the port 7777 tcp and udp
and/or eventually find out your ip address with
and enter into your server.cfg
Код:
iptables -I INPUT -p tcp --dport 7777 -j ACCEPT iptables -I INPUT -p udp --dport 7777 -j ACCEPT
Код:
ifconfig -a ip addr
Код:
bind xxx.xxx.xxx.xxx (server's external ip)