ItsMods

Full Version: MW3 and CoD4 server ports
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have a server with MW3 and I need to open ports (Inbound).
What numbers and type of protocols (TCP/UDP) for inbound ports I need to open ?
The same problem with CoD4.
Cod4: 28960
OK, what ports are needed for MW3 - inbound only.
It's what you set in your shortcut/server.cfg
(07-16-2012, 15:25)DidUknowiPwn Wrote: [ -> ]It's what you set in your shortcut/server.cfg

But is udp or tcp, inbound or outbound ?

Code:
HI, I have multiple Servers an I need a help about ports, what port I need to open (inbount/TCP/UDP) and what they do.



// Open game port (Steam-visible server game port)

//+set net_queryPort 27014                                         // Is a inbound port and what protocol TCP or UDP ?



// Secure game port

//+set net_port 27015                                                  // Is a game port on my server ? is a UDP



// Steam authentication port

//+set net_authPort 8766                                             // Is a Steam outbound port ?



// Steam master server (server browser) port

//+set net_masterServerPort 27016                              // Is a Steam outbound port ?



On my server all of outbound ports are open.

On port 28960 incoming UDP is a CoD4 Server.

What do I need to know more about server ports ?
Cod4 is udp and tcp
[Image: e7527770.png]

(3rd row = local port, 4rd row is remote port)
MW3 is as well TCP/UDP 27014-27017 and 8766. Those are the ports I forward.