elferen1 Geplaatst: 20 oktober 2008 Rapport Geplaatst: 20 oktober 2008 (bewerkt) Hoi, ik speel sinds een week met wat vrienden op mijn server van MTA DM. Dat deden we lan via Hamachi. Maar nu wil ik me server online maken enzo. Ik heb 2 computers. 1: deze 2: laptop waar de server op gedraaid gaat worden. Ik heb met een vriend de hele config gedaan die ziet er als volgt uit: <config> <!-- This parameter specifies the name of the server, visible in the ingame server browser or in ASE. It's a required parameter. --> <servername>BRC Freeroam Server</servername> <!-- This parameter specifies the IP address on which the server. It's useful for servers which have multiple IP addresses attached to them. If left blank, it will default to server's standard local IP. --> <serverip>86.92.216.**</serverip> <!-- This parameter specifies the Maximum Transmission Unit or maximum packet size that the server will use. This will depend on the nature of your clients, as well as the network medium your server is connected to. --> <mtusize>1264</mtusize> <!-- This parameter specifies the UDP port on which the server will be accepting incoming player connections; default value: 22003. It's a required parameter. --> <serverport>22003</serverport> <!-- This parameter specifies the number of maximum player slots available on the server; default value: 32. It's a required parameter. --> <maxplayers>20</maxplayers> <!-- This parameter specifies whether the builtin http server is going to be used. Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. --> <httpserver>0</httpserver> <!-- This parameter specifies the TCP port on which the server will be accepting incoming http connections. It can be set to the same value as <serverport>. It's a required parameter if <httpserver> is set to 1. --> <httpport>22003</httpport> <!-- This parameter specifies whether connecting players will be able to download needed resources for them from an external site rather than from the server. 0 - disabled , 1 - enabled; default value: 0. --> <httpdownload>1</httpdownload> <!-- If set, this parameter specifies the external URL from which clients will be able to download needed resources ingame. Required parameter if <httpdownload> is set to 1. --> <httpdownloadurl></httpdownloadurl> <!-- This parameter can be used to make the server report to ASE master servers, allowing it to be visible in the ingame server browser. An additional UDP port needs to be available for this to work (value from <serverport> + 123 , so on a default <serverport> value 22003 the right port will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. --> <ase>0</ase> <!-- If set, players will have to provide a password specified below, before they can connect to the server. If left blank, server doesn't require a password from them. --> <password></password> <!-- Specifies a location and name of the main server log file. If left blank, server won't be saving this file. --> <logfile>logs/server.log</logfile> <!-- This parameter specifies a location and name of the Access Control List settings file. If left blank, server will use acl.xml file. --> <acl>acl.xml</acl> <!-- Specifies a location and name of the debugscript log file. If left blank, server won't be saving this file. --> <scriptdebuglogfile>logs/scripts.log</scriptdebuglogfile> <!-- Specifies a level of the debugscript log file. Available values: 0, 1, 2, 3. When not set, defaults to 0. --> <scriptdebugloglevel>0</scriptdebugloglevel> <!-- Specifies a level of the html debug. Available values: 0, 1, 2, 3. When not set, defaults to 0. --> <htmldebuglevel>0</htmldebuglevel> <!-- Specifies the module(s) which are loaded with the server. To load several modules, add more <module> parameter(s). Optional parameter. --> <!-- <module>sample_win32.dll</module> --> <!-- <module>sample_linux.so</module> --> <!-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped. To specify several resources, add more <resource> parameter(s). --> <resource src="admin" startup="1" protected="0"/> <resource src="km" startup="1" protected="0"/> <resource src="helpmanager" startup="1" protected="0"/> <resource src="mapcycler" startup="1" protected="0"/> <resource src="mapmanager" startup="1" protected="0"/> <resource src="resourcebrowser" startup="1" protected="1" default="true"/> <resource src="resourcemanager" startup="1" protected="1"/> <resource src="scoreboard" startup="1" protected="0"/> <resource src="spawnmanager" startup="1" protected="0"/> <resource src="votemanager" startup="1" protected="0"/> <resource src="webadmin" startup="1" protected="0"/> <resource src="speedometer" startup="1" protected="0"/> <resource src="scoreboard" startup="1" protected="0"/> <resource src="kchaticon" startup="1" protected="0"/> <resource src="carl" startup="1" protected="0"/> </config> ik heb poorten op beide computers geopend. 192.168.2.2 is computer 1. en 192.168.2.10 is de laptop. als ik met computer 1 naar canyouseeme.org ga om te kijken of me poorten open zijn zegt hij dat ze open zijn. maar als ik met Computer 2 naar die site ga zegt hij dat ze niet open zijn. maar de firewall is uit. ik denk dat dat het probleem is waarom mijn server niet draait. kan iemand me daarbij helpen want ik denk dat dat het grootste probleem is. en ik ben ook niet zo zeker of alles wel goed is ingevuld in de Config. Als ik de server start. zie ik dit: ============================================================ Multi Theft Auto: San Andreas Deathmatch v1.0-dp2 = =========================================================== = Server name : BRC Freeroam Server = Server IP address : 86.92.216.** = Server port : 22003 = = Log file : ..blad/server/mods/deathmatch/logs/server.log = Maximum players : 20 = MTU packet size : 1264 =========================================================== [13:25:00] Could not parse 'settings.xml' file (Invalid file). Starting with an empty settings registry. [13:25:05] Resources: 111 loaded, 0 failed [13:25:06] Starting resources................. [13:25:06] ERROR: Could not bind the server on interface '86.92.216.**' and port '22003'! [13:25:06] Server stopped! [13:25:06] Stopping resources.................. [13:25:06] Closing SQLite3 database komt die foutmelding door de poorten die niet open zijn of is er nog iets fout? wie kan mij helpen Alvast bedankt, Elferen1 De router die ik heb is een Siemens Gigaset SX552 WLAN dsl (KPN Expiriabox) Bewerkt: 20 oktober 2008 door elferen1 Reageren
Jockie Geplaatst: 7 november 2008 Rapport Geplaatst: 7 november 2008 (bewerkt) Ik heb precies het zelfde probleem Kan iemand ons helpen! Ik heb ook een DSL SX552 KPN Experia Box PS: hoi Kaasje EDIT: Die IP die je hebt ingevuld. = Server IP address : 86.92.216.** Hoeft niet ingetypt te worden <!-- This parameter specifies the IP address on which the server. It's useful for servers which have multiple IP addresses attached to them. If left blank, it will default to server's standard local IP. --> <serverip></serverip> Deze moet ^ LEEG Bewerkt: 14 november 2008 door Jockie Reageren
Recommended Posts
Een reactie plaatsen
Je kan nu een reactie plaatsen en pas achteraf registreren. Als je al lid bent, log eerst in om met je eigen account een reactie te plaatsen.