Hey guys,
my CentOS can ping to my computer and to my router, but it can't ping to google etc. Can you help me ?
Printable View
Hey guys,
my CentOS can ping to my computer and to my router, but it can't ping to google etc. Can you help me ?
Sorry, I can't help you. My mind-reading skills are a bit rusty.</sarcasm>
Hmm.... Not very helpful :D
its not helpful coz you didnt Searched the Forums.
If you would Search "centos config" or something like that you would find your answer.
other way.
Go to the Tut section and search the Threads.
Thats not the big problem,to search 6 pages. -.-
you just came here and asking Questions which are already been answered AGES ago.
Regards.
P.S.: The Mind reading-skills are a little hint to what you have to do..like Screens,Config of server-windows-PC's.but maybe im Wrong and Yamachi is just Crazy in his tiny Head :ott1:
Change Gateway of CentOS to your router default gateway. In Windows, open command promt (start -> run -> type "cmd" -> hit enter) then enter "ipconfig", you'll get smt like this:
Code:Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Trung Nguyen Tri>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::e9c5:cd7d:aeab:114e%11
IPv4 Address. . . . . . . . . . . : 192.168.1.33
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Now it works, it was the wrong primary Gateway.
But now, I can't start the MySSQL Service, because I don't have Adminrights o.O
Anyone know what to do ?
YES !!!
Get Fcking Admin Rights...
No infos from you Causes no infos from Us !!!
Wow, chill! If you are too angry to give a calm answer then skip it.
Getting admin rights would be the best way. The other way is to go into administrative tools in your controls panel and into Services. Check the properties of the MSSQL server service and make sure it logs on using the system account not a named one like an admin.
Now it works, I deinstalled MySSQL and clean my registry,now it works, but I can't connect to my Cabal Server ~.~
Which IP must into the internal.txt ? 127.0.0.1 ? this IP was in the internal.txt from WinSCP.
the ip you have choose in your cabal_config.sh
Learn to read the guide's...
and then I must forward the ports on my router, right ?
Edit : I saw into my logs and saw this :
DB ERROR(MSG) : [unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.
[Fri Apr 23 2010 15:53:37.656520 3065236384]: [##ERROR##] DB ERROR(CODE) : 20009
[Fri Apr 23 2010 15:53:37.656674 3065236384]: [##ERROR##] DB ERROR(VAR_INFO) :
[Fri Apr 23 2010 15:53:37.656728 3065236384]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Fri Apr 23 2010 15:53:37.656748 3065236384]: [##ERROR##] DB ERROR(STM_TEXT) :
[Fri Apr 23 2010 15:53:37.656774 3065236384]: [##ERROR##] Database Connect Fail (uid=sa;pwd=*****;dsn=CabalGame;APP=DBAgent_01)
[Fri Apr 23 2010 15:53:37.656839 3065236384]: [##ERROR##] check 'pDB' fail
[Fri Apr 23 2010 15:53:37.656857 3065236384]: [##ERROR##] 'OnIPCIWarGetLastNationRewardWarResults' fail (Database/InstantWar.cpp:140)
[Fri Apr 23 2010 15:53:37.656882 3065236384]: [##ERROR##] UsrMap Fail : MainCmd(600) Ret(8C:0:140) Addr(127.0.0.1)
Have you run config tool in CentOS? Try to run it again :)
That means centos cannot connect to sql (windows). Check pings, firewall and make sure sql isn't a named instance. Remember a default 2005 express install will not work because it defaults to an instance.