Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: René on May 04, 2003, 04:35:30 AM
-
I’m trying to set up a gameserver (half-life 3.1.1.1) and my problem is that clients couldn't see the server or connect.
Half-life should use these ports:
Incoming UDP to local destination 27015.
Outgoing UDP to remote destination 27010, 27012, 27040.
Outgoing TCP to remote destination 7002.
How should I open these port?
I tried (for input and output):
iptables -A INPUT -p udp --dport 27015 -j ACCEPT
for all above combinations. Any suggestions?
/ René
P.s. Running SME 5.6 (update 4) in dedicated server/gateway mode.
-
Prøv med denne:
http://mirror.contribs.org/smeserver/contribs/dmay/mitel/contrib/portopening/SME5.6/
Per
-
Are you trying to run a private (LAN) or public server?
-
I'm also running into the same problem for CS.
-
hi, I solved the problem by adding just the portforwarding from:
http://mirror.contribs.org/smeserver/contribs/dmay/mitel/contrib/portopening/SME5.6/
Then I open the ports (as in my first message) for both TCP and UDP for the EXTERNAL IP adress.
It works now, tx for the input Per.