Quote Originally Posted by bluey82d View Post
I tried the -IP=nnn.nnn.nnn.nnn and entered the WAN IP address I want to use Massive, but using this switch result in cannot start server on port 230x error.
Note also that this is windows based server.

I put the -ip in both startline and arma2oa.par, but as long as that switch was present the server would not start.

Are you sure you configured it properly? should be -ip=216.32.12.23 format of whatever your wan IP is.

Also make sure you dont have another server instance running on same port.

http://community.bistudio.com/wiki/A...tup_Parameters

http://community.bistudio.com/wiki/S...rs_Config_File

Note that .par file should have been configured as explained in post 86060

Location

Location can be defined with -par=parameterFileName startup parameter. If file extension is .par the formatting described previously is required. With any other extension (like .txt) a plain text is assumed, with one command line option per line. In both cases the file is preprocessed before parsing, allowing C++ style comments and #define-s to be used.
.par file does not (and will not) support some low level parameters, namely:

-cpuCount
-malloc
-exthreads
-maxMem=

The reason is those need to be initialized before any file operations are done.