Difference between revisions of "Poseidon Remote"

From OpenKore Wiki
Jump to navigation Jump to search
Line 51: Line 51:
  
 
This is called '''Port forwarding'''. You can get a brief '''definition''' about this at [http://en.wikipedia.org/wiki/Port_forwarding Wikipedia Port Forwarding].
 
This is called '''Port forwarding'''. You can get a brief '''definition''' about this at [http://en.wikipedia.org/wiki/Port_forwarding Wikipedia Port Forwarding].
 +
 +
For the address to configure your modem /router, just press the Windows key(flag) + R, type '''cmd''', press the key ENTER, and in the console screen that appears enter'' 'ipconfig'''.
 +
The address of the modem configuration is probably '''Default Gateway'''.
  
 
Para obter o endereço para configuração do seu modem/roteador, basta apertar Tecla do Windows(Bandeira)+R, digitar '''cmd''', teclar ENTER, e na tela de console que aparecer digitar '''ipconfig'''. O endereço de configuração do modem provavelmente é o ''''Gateway Padrão''''.
 
Para obter o endereço para configuração do seu modem/roteador, basta apertar Tecla do Windows(Bandeira)+R, digitar '''cmd''', teclar ENTER, e na tela de console que aparecer digitar '''ipconfig'''. O endereço de configuração do modem provavelmente é o ''''Gateway Padrão''''.

Revision as of 11:15, 4 June 2013

Poseidon Remote

The Poseidon Remote is used by physical machines or virtual machines, to circumvent the incompatibility caused between the Poseidon Server and Customer Ragnarok, it is also used to acquire greater stability with the Poseidon Server, thus avoiding sudden drops in Poseidon Server. The Poseidon Remote can be used in three different ways:

  • 1 - Poseidon Remote (Through LAN), internal home network.


  • 2 - Poseidon Remote (Through Hamachi²), private network created over an internet connection.
  • Note: There are other programs that have the same functionality as Hamachi ².


  • 3 - Poseidon Remote (Through WAN), using direct IP internet or program to facilitate the connection to Dynamic IP users (the vast majority of ISPs use a dynamic IP) .
  • Note: Not yet implemented in this article.


Poseidon Remote (Through LAN)

This method is used to run Poseidon on a remote computer network LAN ("Home Network"), thus saving processing in the client machine and increasing stability.

Server Machine

Server machine is where we will run the Poseidon Server, next to the client Ragnarok.

  • 1a - On the computer that will serve as the server Click:
Start-> Run-> Type: "cmd" (without the quotes) and press enter

Inside the Command Prompt Type: "ipconfig /all" without the quotes and type the IP address of the computer (Server).


  • 2a - On the computer that will go to the server "control /poseidon.txt" and change the following line:
queryserver_ip = 127.0.0.1

Change the IP "127.0.0.1" line queryserver_ip to the IP of the computer that connects with the server (Acquired in step 1a) .

Example

queryserver_ip=192.168.XXX.XXX

Client Machine

The Client machine will run the Openkore (Bot).

  • 1b - On the computer that will connect to the client "control /config.txt" and change the following line:
poseidonServer 127.0.0.1

Change the IP "127.0.0.1" line poseidonServer to the IP of the computer that connects with the server (Acquired in step '1 'a) .

Example

poseidonServer=192.168.XXX.XXX


The internal network is ready to connect the OpenKore through server LAN.

Poseidon Remote (Through WAN)

This method is used to run the Poseidon on a remote computer network LAN ("Home Network"), similar to the method through LAN, however this can be accessed through internet (computer External/ WAN).

Server Machine

To configure the server machine use the configuration tab in the section above, Poseidon Remote (Through LAN). You need to configure an IP Local for the Poseidon Server, as specified.

Configure Remote Access

To access your remote Poseidon you should do port forwarding if you are connecting through a modem or router. You must redirect the port configured in queryserver_port (default is 24390) for the IP configured in queryserver_ip.

This is called Port forwarding. You can get a brief definition about this at Wikipedia Port Forwarding.

For the address to configure your modem /router, just press the Windows key(flag) + R, type cmd', press the key ENTER, and in the console screen that appears enter 'ipconfig. The address of the modem configuration is probably Default Gateway.

Para obter o endereço para configuração do seu modem/roteador, basta apertar Tecla do Windows(Bandeira)+R, digitar cmd, teclar ENTER, e na tela de console que aparecer digitar ipconfig. O endereço de configuração do modem provavelmente é o 'Gateway Padrão'.

Cada modem/roteador tem sua própria forma de configuração, portanto é inviável explicar sobre elas neste artigo.

Existem vários sites nos quais você pode obter informações sobre a configuração de cada modem/roteador:

 TODO: adicionar links melhores.
Obtendo o IP externo para conexão

Para se conectar no Poseidon Remoto usando o client você deve obter o IP externo da máquina servidor.

Você pode obter este endereço acessando WhatsMyIp.org. Seu IP externo será exibido no topo da página. Anote este IP.

 TODO: falar sobre no-ip, etc.

Máquina Client

A máquina client deverá utilizar o IP externo obtido no passo anterior.

No computador que servirá de cliente vá até o arquivo "control/config.txt" e altere a seguinte linha:

poseidonServer 127.0.0.1

Altere o IP "127.0.0.1" da linha poseidonServer para o IP do computador que servira com servidor (Adquirido no passo anterior).

Exemplo

poseidonServer=189.13.121.169


Poseidon Remoto (Via Hamachi²)

Este método é utilizado para executar o Poseidon em um computador remoto em rede via Hamachi² ("Rede Privada"), assim economizando processamento na maquina cliente e aumentando a estabilidade.

Máquina Servidor

Máquina servidor é onde será executado o Poseidon Server, junto do client do Ragnarok.

  • 1a - Faça download do Hamachi². Após efetuar o download instale e ligue o Hamachi².


  • 2a - Dê um nome ao computador servidor, em: Sistema=>Preferências.

Criando rede no Hamachi², clique em: Rede=>Criar nova rede e dê um nome a sua nova rede privada e senha. Obs: Anote os dados para acessar a rede e o IP que o Hamachi² fornecer (geralmente 25.XXX.XXX.XXX).


  • 3a - Abra o arquivo localizado em: control/poseidon.txt e encontre a seguinte linha:
queryserver_ip=127.0.0.1

Altere o IP "127.0.0.1" da linha queryserver_ip pelo IP fornecido pelo Hamachi² (Adquirido no passo 2a).

Exemplo

queryserver_ip=25.XXX.XXX.XXX

Pronto você já Tem o servidor via Hamachi² configurado.


Máquina Cliente

Máquina Cliente é onde será executado o Openkore (Bot).

  • 1b - Faça download do Hamachi², Após efetuar o download instale e Ligue o Hamachi².


  • 2b - Dê um nome ao computador cliente, em: Sistema=>Preferências.

Entrando na rede criado no passo 2 acima, clique em: Rede=>Entrar Em Rede Existente. Digite o nome da rede e senha utilizados também no passo 2 acima, pronto você terá acesso a rede.


  • 3b - No computador que servirá de cliente vá até o arquivo "control/config.txt" e altere a seguinte linha:
poseidonServer 127.0.0.1

Altere o IP "127.0.0.1" da linha poseidonServer para o IP fornecido pelo Hamachi² do computador que servirá com servidor (Adquirido na etapa 2a anterior).

Exemplo

poseidonServer 25.XXX.XX.XXX


Pronto, Seu Poseidon Server (Via Hamachi²) esta pronto agora inicie o OpenKore.

Obs: O Hamachi², a principal função é criar uma LAN entre computadores na rede ou seja, você do seu serviço ou qualquer lugar pode conectar ao Poseidon Server com as configurações efetuadas acima. Estando em rede pelo Hamachi², o computador servidor também utilizará o IP fornecido pelo Hamachi².


Categoria:Tutoriais