Posts: 38
Threads: 11
Joined: Mar 2012
Reputation:
0
07-16-2012, 10:12
(This post was last modified: 07-16-2012, 10:45 by Nerus.)
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.
The more functionality of the application the greater the chance of errors.
Posts: 38
Threads: 11
Joined: Mar 2012
Reputation:
0
OK, what ports are needed for MW3 - inbound only.
The more functionality of the application the greater the chance of errors.
Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
It's what you set in your shortcut/server.cfg
Do not take life too seriously. You will never get out of it alive.
Posts: 38
Threads: 11
Joined: Mar 2012
Reputation:
0
07-16-2012, 18:08
(This post was last modified: 07-16-2012, 18:10 by Nerus.)
(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 ?
The more functionality of the application the greater the chance of errors.
Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
07-17-2012, 04:24
(This post was last modified: 07-17-2012, 04:24 by DidUknowiPwn.)
MW3 is as well TCP/UDP 27014-27017 and 8766. Those are the ports I forward.
Do not take life too seriously. You will never get out of it alive.