-
Re: Please help
No, i'm using a PC, with windows vista x64, 8 gib of ram and a quad core processor. i have installed centos, on which i have a local ip of : 192.168.164.128 , and i have the x64 vista on which i have the 85.204.. IP. when i ping the 85.. ip from centos , i get reply, and when i ping the 192.168 ip from vista, I also get reply... i can connect with gm tools too...
-
Re: Please help
i really dunno what to do.. as i said before reinstall MSSQL perfectly thats all i did and it worked for me.. i had s ame problem with you .. jsut wait for someone else to reply i did my best :S sorry!
-
Re: Please help
No problem at all. I appreciate your concerc and help. Are you using a router too?
-
Re: Please help
Yes I Am Using a Router But i Got a New Free Host :) 350mb downlaod speed 8GB Ram .. :) so i dont need my pc anymore .. but listen :) if you pay i can host ur server on my pc :) (BTW if you have a router you cant log in from ur pc if the server is hosted on ur pc) and any otehr problem that yu have just pm me ;) im glad to help as much as i can!
-
Re: Please help
I understand. :) I do not need a pc to host my server, because I've got one already, but thanks anyway.
What game client my players have to use for a successful login?
-
Re: Please help
its not about the client .. make sure you edited Intrental.txt too .. or langauge.enc :) with the WAN IP of the PC that u are using :) have fun ;)
-
Re: Please help
Thanks for your help LocaSimon , it was a bit more unexpected...everything was going on smoothly . BUT , we ignored one thing. We were able to connect via GM Tools ...we weren't able to connect to the client..anything we were doing didn't had any bit of succes ..just because..the ports 38101 and 38121 we're not open for access.
We are discussing with our ISP to forward and open those ports for connection .
In case we are not able to do so , can you point us in what exact files we have to change the connect and chat port?
Thanks again for your prompt responses and interest.
Respect ,
Tony .
P.S i'm also saying thanks for buttlerkid ( we are working together ).
-
Re: Please help
if you have other ports ported .. i am not sure you can but ... try to change the ports manuly by WinSCP ... change 38101 and 38121 in all the fiels to the opend ports ;) good luck :) have fun!!
-
Re: Please help
all the ports we're closed...tried scanning for opened ports...
We have to change only those two? not everyone?
if [ $name == "GlobalMgrSvr" ]; then
sed /etc/cabal/$daemon.ini \
-e "s/Port=38170/Port=49154/g" \
-e "s/Port=38180/Port=49156/g" \
> /etc/cabal/$daemon.ini.tmp
mv /etc/cabal/$daemon.ini.tmp /etc/cabal/$daemon.ini
echo "$daemon done."
elif [ $name == "LoginSvr" ]; then
sed /etc/cabal/$daemon.ini \
-e "s/Port=38101/Port=49152/g" \
-e "s/Port=38170/Port=49154/g" \
-e "s/Port=38180/Port=49156/g" \
> /etc/cabal/$daemon.ini.tmp
mv /etc/cabal/$daemon.ini.tmp /etc/cabal/$daemon.ini
echo "$daemon done."
elif [ $name == "GlobalDBAgent" ]; then
sed /etc/cabal/$daemon.ini \
-e "s/Port=38180/Port=49156/g" \
> /etc/cabal/$daemon.ini.tmp
mv /etc/cabal/$daemon.ini.tmp /etc/cabal/$daemon.ini
echo "$daemon done."
elif [ $name == "CashDBAgent" ]; then
sed /etc/cabal/$daemon.ini \
-e "s/Port=38190/Port=49165/g" \
> /etc/cabal/$daemon.ini.tmp
mv /etc/cabal/$daemon.ini.tmp /etc/cabal/$daemon.ini
echo "$daemon done."
elif [ $name == "DBAgent" ]; then
sed /etc/cabal/$daemon.ini \
-e "s/Port=38181/Port=53525/g" \
> /etc/cabal/$daemon.ini.tmp
mv /etc/cabal/$daemon.ini.tmp /etc/cabal/$daemon.ini
echo "$daemon done."
elif [ $name == "WorldSvr" ]; then
sed /etc/cabal/$daemon.ini \
-e "s/Port=38111/Port=3306/g" \
-e "s/Port=38112/Port=912/g" \
-e "s/Port=38181/Port=53525/g" \
-e "s/Port=38170/Port=49154/g" \
-e "s/Port=38190/Port=49165/g" \
-e "s/Port=38121/Port=5357/g" \
> /etc/cabal/$daemon.ini.tmp
mv /etc/cabal/$daemon.ini.tmp /etc/cabal/$daemon.ini
echo "$daemon done."
elif [ $name == "ChatNode" ]; then
sed /etc/cabal/$daemon.ini \
-e "s/Port=38121/Port=5357/g" \
-e "s/Port=38181/Port=53525/g" \
-e "s/Port=38170/Port=49154/g" \
Tried to do it using Chumpy's script to auto-edit ports.
And we still can't connect...
-
Re: Please help
oh if all then will need to change all ... im just not sure it will work if you change manully ... try and if you have problem tell me .. dont forget to back up !!!
-
Re: Please help
i Changed and rechanged them all...using Chumpy's script..still no damn success...:(
Can;t think of other things i could do.
-
Re: Please help
you need to forward and open ur ports bro :) there is no other ways ;) .. or buy a modem xD
-
Re: Please help
Well Simon , we managed to fix that..we have port 38101 open..but still 38121 is not open...and we still get an error at
[##ERROR##] Init(): OpenDir Failed.
Can you or anyone explain this for a bit ?:D