[Problem] Połączenie

Zaczęty przez Hideki, Sierpień 31, 2012, 01:23:36 PM

Poprzedni wątek - Następny wątek

Hideki

Witam
Chciałbym zagrać razem z kumplami w L2 na swoim serwerze Interlude i mam problem taki iż oni nie mogą się połączyć. Co należy ustawić by wszystko działało? Czytałem różne fora ale nie mogłem znaleźć odpowiedzi.

Moje ustawienia server.properties:
--------------------------------------------
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=*
GameserverPort=7777

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname=193.33.110.165 (wzięte ze stonki http://test-lacza.pl/)

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=10.10.222.4 (wzięte z cmd > ipconfig)

# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1

Oraz loginserver.properties:
-----------------------------------
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=193.33.110.165

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=10.10.222.4

# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname=*
LoginserverPort=2106
# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan=10
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan=600
GMMinLevel=100

# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname=*


W systemie mam zmieniony plik L2.ini a dokładnie linijka ServerAddr=10.10.222.4
Gdy próbuje uruchomić gra staje przy wyborze serwera lecz gdy zmienię linijkę w systemie na 127.0.0.1 to u mnie działa lecz mój kumpel nadal nie może się zalogować.

Aha i chciałbym uniknąć korzystania z Hamahiego o ile to możliwe.

Z góry dzięki za pomoc.

MostDope



www.youtube.com/watch?v=hQ-7uazQywI


http://fellas-const.netau.net/index.php

Hideki


Sebal

Spróbuj przez hamachi, mi zawsze działało : )
Sebal- Life ...

▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬

SHUT UP AND ENJOY THE MUSIC

▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬

devil12pl

Cytat: Hideki w Sierpień 31, 2012, 01:23:36 PM

W systemie mam zmieniony plik L2.ini a dokładnie linijka ServerAddr=10.10.222.4
Gdy próbuje uruchomić gra staje przy wyborze serwera lecz gdy zmienię linijkę w systemie na 127.0.0.1 to u mnie działa lecz mój kumpel nadal nie może się zalogować.


Zmień ServerAddr na External ip, które podałeś w configach.
W tym wypadku będzie to: 193.33.110.165