I am trying to create CS 1.6 server where my friends can connect and play. I am using VirtualBox to install Ubuntu 14.04 and NAT (because i don't have a router).
I made two rules for port forwarding (TCP & UDP) in my NAT(VirtualBox). I opened 27015 also in my Windows 8.1 where i want to test and connect to my server (Ubuntu 14.04). I ran my server but when i open another terminal with command netstat -an|grep 27015 i can see that the server listen only with UDP. I want to make it to listen with TCP too.
How can I do that? You can see that in my picture here (top left side):
0 comments:
Post a Comment