- This topic has 2 replies, 2 voices, and was last updated 16 years, 5 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
› Forums › Operating Systems › Windows Server 2008 › Games Compatibility › multiplayer game between Vista and Server 2008,how ?
Hey RiaHeckler,
On a lanparty some time ago I didn’t have problems playing games like Call of Duty 4, Unreal Tournament 2004, GTA2 and some more games so I expect it’s just a firewall issue. Have you checked you both don’t have a firewall enabled like the Windows Firewall (Start -> Run -> firewall.cpl)?
To test if your computer sees the listening port of the game host is open, download the commandline utility netcat and extract nc.exe to C:WindowsSystem32, open a console (Start -> Run -> cmd.exe) and enter: nc.exe -vvz remotehost portnr.
If you want to test for example if you can connect to a Call Of Duty: World at War host, execute the following commands:
nc.exe -vvz codserver 28960
nc.exe -vvzu codserver 28960
These will check if the tcp and udp port 28960 are reachable. If you get something else than portstate open, check what can be between the two hosts.
Port numbers of games can be found by just using a search engine.
Good luck! 🙂
Thanks, I’ll try this. I just thought about reinstall Vista after this problem made me headache for a few days, now it will have a chance ^^