• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

[GUIDE] Set up server using hamachi!

Status
Not open for further replies.
Joined
Jul 5, 2010
Messages
714
Reaction score
67
I have seen that no one has posted a tutorial on how to make server using hamachi.

You will need this files:
-hamachi for Linux (i have 32bit ,if you want 64bit go on hamachi official site and download it)
-hamachi for windows

Linux
Copy and extract the archive in Home Folderthen:
1)-rename the folder from logmein-hamachi-2.0.0.12-x86 to hamachi(this is optional ,so that u don't have to write so much to get to that folder)
2)-Open a terminal and write:
a)sudo -s (root acces)
b)cd hamachi (will get us to hamachi folder)
c)./install.sh(if u get message like u need Lsb package
c.a open System>Administration>Synaptic package manager(it will ask for ur password)
c.b in quick search enter:lsb ( mark it and install it).
d)after u installed lsb ,open terminal and write again ./install.sh
e)still in terminal write hamachi login
f)hamachi set-nick [nick](assign a nick to your hamachi)Do not close terminal

Go to Windows now and install hamachi and set up a new network,in my case the network will be called ragezone and password 123

After you done that go back to ubunutu :
g)hamachi join ragezone 123(you should have joined your network)

Close terminal

Now edit

db/guard_user.ini
ApplicationName="db_server"
ApplicationConfigName="db_server_user.ini"
GuardPort=9008
PublishServerIP="Hamachi IP"
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1

login/login_user.ini

  • Capability = "3000"
    ListenIp = "Hamachi IP"
    ListenPort = "8888"
    [user]
    Capability = "2000"
    ListenIp = "Hamachi IP"
    ListenPortal = "Hamachi IP"
    ListenPort = "8885"
    StateLev1 = 500
    StateLev2 = 1000
    [server]
    Capability = "64"
    ListenIp = "Hamachi IP"
    ListenPort = "9002"
    [db]
    BindIP = ""
    BindPort = ""
    ConnectIp = "127.0.0.1"
    ConnectPort = "9006"
    [billing]
    use = false
    ConnectIp = "127.0.0.1"
    ConnectPort = "9020"
    [guard]
    Description = ""
    GuardPort = "8002"
    UseGuard = "false"
    [Login]
    Name="login_OPT"
    Accept="a7aaaa"
    [autostat]
    Enable = false
    [licenseport]
    port = 9101
    [licenseserver]
    sv1 = "Hamachi IP"

    login/login_user.ini

    [Guard]
    ApplicationName="login_server"
    ApplicationConfigName="login_user.ini"
    GuardPort=9008
    PublishServerIP="Hamachi IP"
    PublishServerPort=9009
    DeadLoopTime=0
    RebootTimeWhenShutdown=16
    RebootTimeWhenDeadLoop=16
    StartAppRightAwayFlag=1

    game/guard_user.ini

    [Guard]
    ApplicationName="game_server"
    ApplicationConfigName="server_user.ini"
    GuardPort=9008
    PublishServerIP="Hamachi IP"
    PublishServerPort=9009
    DeadLoopTime=0
    RebootTimeWhenShutdown=16
    RebootTimeWhenDeadLoop=16
    StartAppRightAwayFlag=1

    game/server_user.ini

    [client]
    Capability = "2000"
    UseGate = "false"
    ListenIp = "Hamachi IP"
    ListenPortal = "Hamachi IP"
    ListenPort = "8886"
    [login]
    BindIP = ""
    BindPort = ""
    ConnectIp = "Hamachi IP"
    ConnectPort = "9002"
    [game_db]
    BindIP = ""
    BindPort = ""
    ConnectIp = "127.0.0.1"
    ConnectPort = "9006"
    [log_db]
    BindIP = ""
    BindPort = ""
    ConnectIp = "127.0.0.1"
    ConnectPort = "9006"
    [server]
    Description = "poland_test_server"
    name = "Server"
    location = "Hamachi IP"
    Idx = 1
    Order = 1
    ListPv = 0
    [anti_robot]
    OpenFlag = "false"
    ClientDetect = "false"
    StartAuto = "false"
    EctypeAskFlag = "false"
    [licenseport]
    port = 9101
    [licenseserver]
    sv1 = "Hamachi IP"
    sv2 = "Hamachi IP"
    sv3 = "Hamachi IP"


    Hamachi IP-is the IP shown on windows hamachi network next to your Linux nick.

    I used windows XP SP3 with Vmware 7 and ubunut karmic 9.10.(set up server using Cob666 guide).
    I tested it and it works.

    I hope this will help you.
 
Last edited:
Initiate Mage
Joined
Mar 8, 2011
Messages
2
Reaction score
0
Re: [Guide]Set up server using hamachi!

I did just that but still not be . I do not understand
Linux
Copy and extract the archive in Home Folderthen:
1)-rename the folder from logmein-hamachi-2.0.0.12-x86 to hamachi(this is optional ,so that u don't have to write so much to get to that folder)
2)-Open a terminal and write:
a)sudo -s (root acces)
b)cd hamachi (will get us to hamachi folder)
c)./install.sh(if u get message like u need Lsb package
c.a open System>Administration>Synaptic package manager(it will ask for ur password)
c.b in quick search enter:lsb ( mark it and install it).
d)after u installed lsb ,open terminal and write again ./install.sh
e)still in terminal write hamachi login
f)hamachi set-nick [nick](assign a nick to your hamachi)Do not close terminal

Go to Windows now and install hamachi and set up a new network,in my case the network will be called ragezone and password 123

After you done that go back to ubunutu :
g)hamachi join ragezone 123(you should have joined your network)

Close terminal
 
Newbie Spellweaver
Joined
Mar 6, 2011
Messages
40
Reaction score
0
Re: [Guide]Set up server using hamachi!

I have problem..
When i click file hamachi.msi
i have error "There is no application installed for Windows Installer package files"
 
Newbie Spellweaver
Joined
Mar 6, 2011
Messages
40
Reaction score
0
Re: [Guide]Set up server using hamachi!

i run this on ubuntu linux..
 
Initiate Mage
Joined
Mar 8, 2011
Messages
3
Reaction score
0
Re: [Guide]Set up server using hamachi!

Please can anyone post a video tutorial explaining how or information by the online server via the Host? I await a response.. Thanks!
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
5
Reaction score
0
Re: [Guide]Set up server using hamachi!

so i dont need to edit in game_server too?
 
Newbie Spellweaver
Joined
Mar 6, 2011
Messages
40
Reaction score
0
Re: [Guide]Set up server using hamachi!

Hi,

Go to Windows now and install hamachi and set up a new network,in my case the network will be called ragezone and password 123
How i can connect to new sites in terminal?
i dont this and server running, now i need to connect my new 10 sites..
 
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Re: [Guide]Set up server using hamachi!

How to fix this? -.- this is done using bridged connection, i want my friends be able to connect to server tryed everything but hamachi is my last hope..

Code:
[05:05:29 INFO] EvNet: connecting failed
[05:05:29 INFO] EvNet: connecting failed
[05:05:29 INFO] EvNet: connecting failed
[05:05:29 INFO] EvNet: connecting failed
[05:05:29 INFO] EvNet: connecting failed
[05:05:29 INFO] EvNet: connecting failed
[05:05:29 INFO] EvNet: connecting failed
[05:05:30 ERRO] Connect lic server FAILED.
[05:05:30 INFO] --- Login Server Init ---------
[05:05:30 INFO] Connected to the db server successfully.
[05:05:30 ERRO] EvNet: bind socket error, IP=5.247.205.234, Port=8888
[05:05:30 INFO] Can not listen list '5.247.205.234.8888'.
[05:05:30 ERRO] server init FAILED
[05:05:30 INFO] Base exit.
[05:05:30 INFO] script engine shutdown Ok
[05:05:30 INFO] net device exit ok
farrol@ubuntu:~/talisman/login$
 
Experienced Elementalist
Joined
Mar 23, 2011
Messages
230
Reaction score
2
Re: [Guide]Set up server using hamachi!

how to set up server without hamachi ?
 
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Re: [Guide]Set up server using hamachi!

have you installed hamachi in ubuntu?

ok i re-did the whole ubuntu thing.. now i'm getting:
Code:
farrol@ubuntu:~$ cd login
farrol@ubuntu:~/login$ ./login_server
Cannot open package [login.evp]
ERRRRRRRRRRROR: cpu frequency too BIG :)
[11:47:57 INFO] Base initialized.
[11:47:57 INFO] net device startup ok
[11:47:57 INFO] 	FDSetSize       = 1024
[11:47:57 INFO] 	Version         = 110
[11:47:57 INFO] 	SendBufferSize  = 16384
[11:47:57 INFO] 	RecvBufferSize  = 87380
[11:48:27 INFO] EvNet: connecting timeout
[11:48:27 INFO] EvNet: connecting timeout
[11:48:27 INFO] EvNet: connecting timeout
[11:48:27 INFO] EvNet: connecting timeout
[11:48:27 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:28 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:29 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:30 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:31 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:32 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:33 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:34 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:35 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:36 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:37 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:38 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:39 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:40 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:41 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:42 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:43 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:44 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:45 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:46 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:47 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:48 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:49 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:50 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:51 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:52 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:53 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:54 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:55 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:56 INFO] EvNet: connecting timeout
[11:48:57 ERRO] Connect lic server FAILED.
[11:48:57 INFO] --- Login Server Init ---------
[11:48:57 INFO] Connected to the db server successfully.
[11:48:57 ERRO] EvNet: bind socket error, IP=5.247.205.234, Port=8888
[11:48:57 INFO] Can not listen list '5.247.205.234.8888'.
[11:48:57 ERRO] server init FAILED
[11:48:57 INFO] Base exit.
[11:48:57 INFO] script engine shutdown Ok
[11:48:57 INFO] net device exit ok
farrol@ubuntu:~/login$


---------- Post added at 01:03 PM ---------- Previous post was at 01:00 PM ----------

how to set up server without hamachi ?

Just put your KNemo ip everywhere it's needed, there are plenty guides to help you through it :)
 
Last edited:
Experienced Elementalist
Joined
Mar 23, 2011
Messages
230
Reaction score
2
Re: [Guide]Set up server using hamachi!

but if i have dynamic ip how to do ? or if i make no ip how to set up ? thx
 
Experienced Elementalist
Joined
Mar 23, 2011
Messages
230
Reaction score
2
Re: [Guide]Set up server using hamachi!

and how to do ?how to configure ?
thx alot
 
Last edited:
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Last edited:
Experienced Elementalist
Joined
Mar 23, 2011
Messages
230
Reaction score
2
Re: [Guide]Set up server using hamachi!

no
for hamachi is ok with NAT and u put ur hamachi ip from linux ...
others need to have hamachi and join at ur room
for bridged networking what setup is necessery for virtual machine ?cuz i dont understand how to do ..... i have dynamic ip so i make no ip account but now idk what to do ..... can u say me pls?
thx
 
Last edited:
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Re: [Guide]Set up server using hamachi!

no
for hamachi is ok with NAT and u put ur hamachi ip from linux ...
others need to have hamachi and join at ur room
for bridged networking what setup is necessery for virtual machine ?cuz i dont understand how to do ..... i have dynamic ip so i make no ip account but now idk what to do ..... can u say me pls?
thx

With NAT other can connect to my server too?

And for dynamic i don't rly know :/ never been able to get server up, i could only play myself
 
Status
Not open for further replies.
Back
Top