-
Guide Changed :(
the folowing has changed and dosnt work for mw the way the last guide did
COMMAND~: mv /PWServer/glinkd/gamesys.conf /PWServer/glinkd/gamesys.conf.org
COMMAND~: sed s/192.168.0.50/81.30.158.174/g /PWServer/glinkd/gamesys.conf.org > /PWServer/glinkd/gamesys.conf
COMMAND~: rm -f /PWServer/glinkd/gamesys.conf.org
whats happened here ?
-
Re: Guide Changed :(
Which guide?
All that did was change IP addresses....
there isn't a rename tool on linux, you use mv (move) to do that
sed is a very powerful String Editor
> pipes output to file after it
rm (remove) deletes file
Thats the breakdown of those 3 commands
-
Re: Guide Changed :(
- all server files are now listening to 127.0.0.1 except glinkd
- so there is no need for the change_ip script anymore as you only have to change ip's in a single file
- you need the latest server files (127.0.0.1 mod), this guide will not work with previous downloaded server files
-
Re: Guide Changed :(
try the guide - its work 100%