''Cannot connect to login server''

07/13/2011 14:57 Nouredine96#1
Hi,
I have a problem, I put my hamachi server, but when my friend tries to connect to the server, he says: ''Cannot connect to login server'' But me I can connect. Help me please

Here are the configuration of my server

[QUOTE]
[14:52:42] Oujdi:
Quote:
S app.name:game001
S auth.server_idx:1
S auth.server_name:Oujdi
S io.port:4514
S io.ip_address:5.45.74.160
T game.use_login_logout_debug:1
T game.max_level:170
T game.use_auto_trap:0
T game.no_skill_cooltime:1
Quote:
S db.auth.server:127.0.0.1
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Oujdi
S log.ip:127.0.0.1
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:2011
Quote:
@echo off
@title Rappelz Launcher
rem ============== You can edit this part ==============
@set ip=5.45.74.160
@set country=FR
rem ================================================== ==
@IF NOT EXIST SFrame.exe goto error
@set text=Client on IP : 5.45.74.160
@set state=Set
@set task=
@set task2=
:inc
@color b
@echo //////////////////////////////////
@echo //// Rappelz Launcher /////
@echo //////////////////////////////////
@echo.
@echo ================================================== ==============================
@echo.
@echo %state% %text%
%task%
%task2%
@echo.
@pause
@set state=Launching
@set task=SFrame.exe /auth_ip:5.45.74.160 /locale:windows-1252 /country:%country% /cash /commercial_shop /help_url_w:620 /help_url_h:633
@set task2=goto end
@title %state% %text%
@cls
@goto inc
:error
@title Error ! Rappelz Launcher
@color c
@echo Error! Please make sure that the launcher is in Rappelz directory!
pause
goto end
:end
rem Emptying Variables
@set text=
@set state=
@set task=
exit
07/13/2011 15:10 s0ul37#2
Make sure your friend is connected to your hamachi network, I can not find any mistakes in those lines.
07/13/2011 15:11 xxensxx123#3
I get the fucking error, too... :D
07/13/2011 15:13 Cr¡mzon#4
S log.ip:127.0.0.1 -- that needs to be your hamachi IP. 5.xx.xxx.xxx
07/13/2011 17:30 Cacho22#5
S app.name:game001
S auth.server_idx:1
S auth.server_name:Oujdi
S io.port:4514
S io.ip_address:5.45.74.160
T game.use_login_logout_debug:1
T game.max_level:170
T game.use_auto_trap:0
T game.no_skill_cooltime:1

-------------------------------------------------------

S db.auth.server:127.0.0.1
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Oujdi
S log.ip:127.0.0.1 <--------------- Hamachi Ip ..
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:2011




"if not try doing the firewall deactivated " GL !!
07/13/2011 17:39 s0ul37#6
For me it worked without changing log.ip to Hamachi IP, so I do not think that this is really needed.