the problem, I can not create a server UBUNTU
#8
well, if you don't port forward, ofc you can still connect to your server but will be considered as a LAN server.

Try this, open a terminal and type:
iptables -A FORWARD -p UDP --dport 28763 -j ACCEPT
iptables -A FORWARD -p UDP --dport 28764 -j ACCEPT
for a port of choice:
iptables -A FORWARD -p UDP --dport 8888 -j ACCEPT
Thanks given by: vahe․space , Graziano


Messages In This Thread
RE: the problem, I can not create a server UBUNTU - by MPx - 17 Aug 15, 06:41PM