how to change the hostname of a server? [message #158634] |
Mon, 06 June 2005 05:27 |
|
Where is the hostname of a server set/how do you change it?
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
Re: how to change the hostname of a server? [message #158636 is a reply to message #158634] |
Mon, 06 June 2005 05:32 |
|
Cat998
Messages: 1081 Registered: January 2004 Location: Austria, Vienna
Karma: 0
|
General (1 Star) Moderator/Captain |
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Westwood\Renegade\Networking\Op tions]
"MyLanName"="nick"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerNam e\ActiveComputerName]
"ComputerName"="nick"
Do you mean that ?
When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"
Programming is like sex: one mistake and you have to support it for the rest of your life
Want the best answers? Ask the best questions!
"So long, and thanks for all the fish."
[Updated on: Mon, 06 June 2005 05:33] Report message to a moderator
|
|
|
|
Re: how to change the hostname of a server? [message #158640 is a reply to message #158634] |
Mon, 06 June 2005 05:45 |
|
Aparently it is possible to set your nickname to the same name as the hostname (via an exploit).
I need to know how to change the same hostname as that exploit refers to (so that I can then find where renegade stores it, read it in my code and compare it with the nickname)
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
|
|
Re: how to change the hostname of a server? [message #158705 is a reply to message #158634] |
Mon, 06 June 2005 13:10 |
|
Cat998
Messages: 1081 Registered: January 2004 Location: Austria, Vienna
Karma: 0
|
General (1 Star) Moderator/Captain |
|
|
Look at the second post parad0x,
I already posted this.
When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"
Programming is like sex: one mistake and you have to support it for the rest of your life
Want the best answers? Ask the best questions!
"So long, and thanks for all the fish."
|
|
|