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.
HOME 
pls
Reply With Quote