If nothing is written below, I was the last to reply...
Ik heb al een paar maanden een cstrike server draaien onder Linux.
Je moet de HLSERVER downloaden.
En dan Counter-Strike.
Dan moet je hem opstarten (voor windows) met:
hlds.exe -game cstrike +map cs_siege +maxplayers 20
Dan draait hij counter-strike.
Je moet de HLSERVER downloaden.
En dan Counter-Strike.
Dan moet je hem opstarten (voor windows) met:
hlds.exe -game cstrike +map cs_siege +maxplayers 20
Dan draait hij counter-strike.
"Beauty is the ultimate defence against complexity." David Gelernter
OK, die draait nu, maar hij geeft alleen mijn interne IP adres weer, en ik wil hem ook gebruiken als (mini)externe server.
If nothing is written below, I was the last to reply...
He ikke heb hier ook een vraag over!!!:
Ik heb nu ook een deticated server staan hiero (goed voor 4, 6, of 8 personen).
Hij draait perfect!!!
Nu het probleem, ik wil dat hij ook via het internet zichtbaar is, alleen staat ie niet direct aan het internet, der zit nog een computer tussen. Die draait op win2k prof met ics hoe moet ik er nu voor zorgen dat hij al het verkeer dat voor half-life cs bestemd is doorstuurd naar mijn deticated server??? Ik heb al op server.counter-strike.net gekeken maar daar word ik niet echt wijzer van!
alvast bedankt
Ik heb nu ook een deticated server staan hiero (goed voor 4, 6, of 8 personen).
Hij draait perfect!!!
Nu het probleem, ik wil dat hij ook via het internet zichtbaar is, alleen staat ie niet direct aan het internet, der zit nog een computer tussen. Die draait op win2k prof met ics hoe moet ik er nu voor zorgen dat hij al het verkeer dat voor half-life cs bestemd is doorstuurd naar mijn deticated server??? Ik heb al op server.counter-strike.net gekeken maar daar word ik niet echt wijzer van!
alvast bedankt
Dit is het einde van deze mededeling. De mogelijkheid tot reageren is aanwezig!
Copy en paste dit filetje in een inf file.
Die dan draaien:
[code]
;COPY AND PASTE THIS INTO A BLANK .INF FILE FIRST.
;
;This INF file is made for people running a
; dedicated Half-Life server behind a ICS
;(Micro$ofts Internet-Connection Sharing
; Protocol) firewall. This is probably not
; the most secure INF ever but then again,
; if you are running ICS you don't care much
; about security in the first place do you?
; =) This file when installed will open up
; the ports nessary to run HL dedicated.
; Run your server on port 27345, or you can
; scroll down and change port 27345 to
; whatever you want. Also, you must have
; access to the server to run this, it
; will not work on client computers of the
; ICS network. To install just right click
; on the file, and click install. Then
; restart. -Sir Wahoo, ICQ# 39504024
[version]
signature="$CHICAGO$"
[DefaultInstall]
AddReg=PortSample
[DefaultUnInstall]
; To uninstall, type the following line:
;
; rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 0
; YOUR_INF_FILE_NAME
DelReg=PORT_SAMPLE_DEL_REG
HKLM,%ICSACTIVE%,HlDmCS,,"0.0.0.0"
HKLM,%ICSINSTALLED%\HlDmCS
HKLM,%ICSINSTALLED%\HlDmCS,Name,,"Half Life"
HKLM,%ICSINSTALLED%\HlDmCS,Options,1,00,00,00,00
; The next four lines describe the specific ports that need to be open
; or mapped. The first port is always 0000, each additional port is
; incremented (the second port to open would be listed as 0001,
; the third would be 0002, and so on). This information is strictly
; dependent on what is needed by the program. If you do not know what
; ports your program requires or are unsure, you need to contact the
; manufacturer of the program to get this information.
;
; The four lines need to be re-created for each port.
;
; On the second line, valid entries for type are "TCP" or "UDP."
;
; The third line contains the actual port or port range needed by the
; program.
;
; The entry below demonstrates a port range. If the program only needs
; a single port, the last part of the line below would read ,Port,,"5678"
;
; Note that you can only use a port range when the translation type is
; NORMAL or BLOCK.
;
; If Translation is set to anything else, you must list each port
; individually.
;
; Valid types of translation are NORMAL, BLOCK, CUSEEME, DPLAY, FTP,
; H323, PPTP, and QUAKE
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"6003"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"7002"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27005"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27010-27012"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27015"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27345"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
[PORT_SAMPLE_DEL_REG]
HKLM,%ICSINSTALLED%\HlDmCS
HKLM,%ICSACTIVE%,HlDmCS
[Strings]
ICSINSTALLED="System\CurrentControlSet\Services\ICSharing\Mappings\Installed"
ICSACTIVE="System\CurrentControlSet\Services\ICSharing\Mappings\Active"
Die dan draaien:
[code]
;COPY AND PASTE THIS INTO A BLANK .INF FILE FIRST.
;
;This INF file is made for people running a
; dedicated Half-Life server behind a ICS
;(Micro$ofts Internet-Connection Sharing
; Protocol) firewall. This is probably not
; the most secure INF ever but then again,
; if you are running ICS you don't care much
; about security in the first place do you?
; =) This file when installed will open up
; the ports nessary to run HL dedicated.
; Run your server on port 27345, or you can
; scroll down and change port 27345 to
; whatever you want. Also, you must have
; access to the server to run this, it
; will not work on client computers of the
; ICS network. To install just right click
; on the file, and click install. Then
; restart. -Sir Wahoo, ICQ# 39504024
[version]
signature="$CHICAGO$"
[DefaultInstall]
AddReg=PortSample
[DefaultUnInstall]
; To uninstall, type the following line:
;
; rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 0
; YOUR_INF_FILE_NAME
DelReg=PORT_SAMPLE_DEL_REG
HKLM,%ICSACTIVE%,HlDmCS,,"0.0.0.0"
HKLM,%ICSINSTALLED%\HlDmCS
HKLM,%ICSINSTALLED%\HlDmCS,Name,,"Half Life"
HKLM,%ICSINSTALLED%\HlDmCS,Options,1,00,00,00,00
; The next four lines describe the specific ports that need to be open
; or mapped. The first port is always 0000, each additional port is
; incremented (the second port to open would be listed as 0001,
; the third would be 0002, and so on). This information is strictly
; dependent on what is needed by the program. If you do not know what
; ports your program requires or are unsure, you need to contact the
; manufacturer of the program to get this information.
;
; The four lines need to be re-created for each port.
;
; On the second line, valid entries for type are "TCP" or "UDP."
;
; The third line contains the actual port or port range needed by the
; program.
;
; The entry below demonstrates a port range. If the program only needs
; a single port, the last part of the line below would read ,Port,,"5678"
;
; Note that you can only use a port range when the translation type is
; NORMAL or BLOCK.
;
; If Translation is set to anything else, you must list each port
; individually.
;
; Valid types of translation are NORMAL, BLOCK, CUSEEME, DPLAY, FTP,
; H323, PPTP, and QUAKE
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"6003"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"7002"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27005"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27010-27012"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27015"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
HKLM,%ICSINSTALLED%\HlDmCS\0000
HKLM,%ICSINSTALLED%\HlDmCS\0000,Type,,"UDP"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Port,,"27345"
HKLM,%ICSINSTALLED%\HlDmCS\0000,Translation,,"NORMAL"
[PORT_SAMPLE_DEL_REG]
HKLM,%ICSINSTALLED%\HlDmCS
HKLM,%ICSACTIVE%,HlDmCS
[Strings]
ICSINSTALLED="System\CurrentControlSet\Services\ICSharing\Mappings\Installed"
ICSACTIVE="System\CurrentControlSet\Services\ICSharing\Mappings\Active"
"Beauty is the ultimate defence against complexity." David Gelernter
Pagina: 1