Linux VPS problem
#7

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


Messages In This Thread
Linux VPS problem - by sentmen - 09.07.2011, 22:04
Re: Linux VPS problem - by darkrider366 - 09.07.2011, 22:11
Re: Linux VPS problem - by sentmen - 09.07.2011, 22:33
Re: Linux VPS problem - by linuxthefish - 09.07.2011, 22:41
Re: Linux VPS problem - by sentmen - 09.07.2011, 23:31
Re: Linux VPS problem - by linuxthefish - 11.07.2011, 00:45
Re: Linux VPS problem - by xxmitsu - 11.07.2011, 02:48
Re: Linux VPS problem - by Vipero - 11.07.2011, 11:04
Re: Linux VPS problem - by sentmen - 16.07.2011, 16:51
Re: Linux VPS problem - by sentmen - 17.07.2011, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)