|
Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo. Caso seja registrado, efetue login. Esqueceu sua senha? Clique aqui Recomendamos o uso do Mozilla Firefox para uma melhor visualização. |
|
| Início | Postados Hoje | Marcar Fóruns Como Lidos | Álbums | Banidos | SE Team | Medalhas |
|
|||||||
| Registrar | Loteria VIP | Staff SE | Regras do fórum | Comunidade | Arcade | Postados Hoje | Pesquisar | Experience |
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
LinkBack | Ferramentas do Tópico | Modos de Exibição |
|
|
#14 (permalink) | |||||||||||||||
|
Jesus Te Ama, Mas EU Não!
![]() Registrado em: Oct 2008
Localização: 45º 33º 34º N | 122º 41º 41º W DESTINATION: ANYWHERE Adidas
Posts: 4,133
Agradeceu: 837
Agradecido 6,058 Vezes em 2,106 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
Nome Real: Anderson Andrade
|
Citação:
Não abra em momento algum as portas, simplesmente dirija-se a zona de Firewall e no sub-menu clique em DMZ Siga este tutorial aqui para ter uma idéia de como realizar isso: [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] |
|||||||||||||||
|
|
|
|||||||||||||||
|
|
#15 (permalink) |
|
Membro - Capitão
![]() Registrado em: Jul 2009
Posts: 114
Agradeceu: 66
Agradecido 18 Vezes em 13 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Se estiverem falando pra mim q uso
500B fique sabendo q nao uso esse modem e nunca usei. tenho um server l2free q estava rodando online bacana ficava logado de ate 50 player por isso q falo q essa rev dot esta bugada a bixa nao funciona nem com reza brava. |
|
|
|
|
|
#16 (permalink) | ||||||||||||||||
|
Membro - Marechal
![]() Registrado em: Apr 2009
Localização: Tailandia
Posts: 288
Agradeceu: 32
Agradecido 45 Vezes em 33 Posts
|
Citação:
---------- Citação:
GAME SERVER : Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# ================================================================ # General server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # 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 = devastedserver.ddns.com.br # 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 = devastedserver.ddns.com.br # The Loginserver host and port LoginPort = 9014 LoginHost = 127.0.0.1 # This is the server id that the gameserver will request (i.e. 1 is Bartz) RequestServerID = 1 # If set to true, the login will give an other id to the server if the requested id is allready reserved AcceptAlternateID = True Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# ================================================================ # General server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname = devastedserver.ddns.com.br # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname = devastedserver.ddns.com.br # 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 = 127.0.0.1 # The port on which login will listen for GameServers LoginPort = 9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = true OBS : Quem tiver se quebrando tb pode colocar no Arquivo (Telnet) na Pasta Conf do Game serve e Login serve deixa assim: Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
#This list can contain IPs or Hosts of clients you wish to allow. #Hosts must be resolvable to an IP. #The format is as follows: #ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3 #Make sure there are no spaces between hosts/ips ListOfHosts = 127.0.0.1,localhost,devastedserver.ddns.com.br ![]() ---------- Eh Galera não Sou melhor que niguém mais fui esperto bastante pra saber o por que de não conseguir logar na lan e depois não conseguia por Online, agora sei...Vejão Bem... Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# ================================================== ============== # General server setting !!! REQUIRED to configure to everyone !!! # ================================================== ============== # 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 = devastedserver.ddns.com.br # 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 = (IP Do seu PC aqui) Exemplo: 192.168.254.5 # The Loginserver host and port LoginPort = 9014 LoginHost = 127.0.0.1 # This is the server id that the gameserver will request (i.e. 1 is Bartz) RequestServerID = 1 # If set to true, the login will give an other id to the server if the requested id is allready reserved AcceptAlternateID = True Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
# ================================================== ============== # General server setting !!! REQUIRED to configure to everyone !!! # ================================================== ============== # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname = devastedserver.ddns.com.br # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname = (Seu IP da rede Aqui) exemplo 192.168.254.5 # 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 = 127.0.0.1 # The port on which login will listen for GameServers LoginPort = 9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = true Se for jogar na Lan o IP no file edit(Na tua system tem de ficar com o IP da lan exemplo:192.168.254.5). Mais se for pra a galera de fora Jogar, você simplismente ira Mudar no File edit colocando (devastedserver.ddns.com.br) e mandar o L2.in pra o pessoal de fora. No entanto fazendo isso você Poderar logar na sua Lan, e o pessoal de fora tb poderar logar, Só presta atenção por que eu conseguir
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
#17 (permalink) | ||||||||||||||
|
Jesus Te Ama, Mas EU Não!
![]() Registrado em: Oct 2008
Localização: 45º 33º 34º N | 122º 41º 41º W DESTINATION: ANYWHERE Adidas
Posts: 4,133
Agradeceu: 837
Agradecido 6,058 Vezes em 2,106 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
Nome Real: Anderson Andrade
|
Poxa estranho, não sei em qual planeta ou mercado vocês adquirem vossos produtos:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] |
||||||||||||||
|
|
|
||||||||||||||
|
|
#18 (permalink) | |||||||||||||||
|
Membro - Marechal
![]() Registrado em: Apr 2009
Localização: Tailandia
Posts: 288
Agradeceu: 32
Agradecido 45 Vezes em 33 Posts
|
Citação:
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
#19 (permalink) | ||||||||||||||
|
Jesus Te Ama, Mas EU Não!
![]() Registrado em: Oct 2008
Localização: 45º 33º 34º N | 122º 41º 41º W DESTINATION: ANYWHERE Adidas
Posts: 4,133
Agradeceu: 837
Agradecido 6,058 Vezes em 2,106 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
Nome Real: Anderson Andrade
|
Brother não quis lhe ofender, falo de um modo geral.
Clique com o botão direito aí na imagem e seleciona abrir em nova aba Você verá certinho o caminho, e claro é necessário estar logado como admin na página de propriedades do modem. |
||||||||||||||
|
|
|
||||||||||||||
|
|
#20 (permalink) | |||||||||||||||
|
Membro - Marechal
![]() Registrado em: Apr 2009
Localização: Tailandia
Posts: 288
Agradeceu: 32
Agradecido 45 Vezes em 33 Posts
|
Citação:
|
|||||||||||||||
|
|
|
|||||||||||||||
![]() |
|
|