Difference between revisions of "Poseidon Remote"

From OpenKore Wiki
Jump to navigation Jump to search
Line 66: Line 66:
 
You can get this address by accessing [http://www.whatsmyip.org/ WhatsMyIp.org]. Your external IP is displayed at the top of the page. Write down this IP.
 
You can get this address by accessing [http://www.whatsmyip.org/ WhatsMyIp.org]. Your external IP is displayed at the top of the page. Write down this IP.
  
=== Máquina Client ===
+
=== Client Machine ===
A máquina client deverá utilizar o IP externo obtido no passo anterior.
+
The client machine must use the external IP obtained in the previous step.
  
No computador que servirá de cliente vá até o arquivo <tt>"control/config.txt"</tt> e altere a seguinte linha:
+
On the computer that will connect to the client<tt>"control/config.txt"</tt> change the following line:
 
  poseidonServer 127.0.0.1
 
  poseidonServer 127.0.0.1
Altere o IP ''<tt>"127.0.0.1"</tt>'' da linha '''poseidonServer''' para o IP do computador que servira com servidor (Adquirido no passo anterior).
+
Change the IP ''<tt>"127.0.0.1"</tt>'' line '''poseidonServer''' to the IP of the computer that served with the server (Obtained in the previous step).
==== Exemplo ====
+
==== Example====
 
  poseidonServer=189.13.121.169
 
  poseidonServer=189.13.121.169
  
  
== '''Poseidon Remoto''' ('''Via Hamachi²''') ==
+
== '''Poseidon Remote''' ('''Through Hamachi²''') ==
Este método é utilizado para executar o Poseidon em um computador remoto em rede via '''Hamachi²''' (<tt>"Rede Privada"</tt>), assim economizando processamento na maquina cliente e aumentando a estabilidade.
+
This method is used to run the Poseidon on a remote computer on the network through '''Hamachi²''' (<tt>"Private Network"</tt>), thus saving processing in the client machine and increasing stability.
  
=== Máquina Servidor ===
 
Máquina servidor é onde será executado o '''Poseidon Server''', junto do client do '''Ragnarok'''.
 
* '''1'''a - Faça download do '''''[http://www.baixaki.com.br/download/hamachi-.htm Hamachi²]'''''. Após efetuar o download instale e ligue o Hamachi².
 
  
 +
=== Server Machine ===
 +
Server machine that will run the '''Poseidon Server''', with the Client of '''Ragnarok'''.
 +
* '''1'''a -  Download the '''[http://www.baixaki.com.br/download/hamachi-.htm Hamachi²]'''. After downloading, install and connect Hamachi².
  
* '''2'''a - Dê um nome ao computador servidor, em: '''''Sistema=>Preferências'''''.
+
 
 +
* '''2'''a - Give a name to the server computer, in: '''System=>Preferences'''.
 
Criando rede no Hamachi², clique em: '''''Rede=>Criar nova rede''''' e dê um nome a sua nova rede privada e senha.
 
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).
 
'''Obs''': Anote os dados para acessar a rede e o IP que o Hamachi² fornecer (geralmente 25.XXX.XXX.XXX).

Revision as of 11:26, 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.

Each modem/ router has its own way of configuration, so it's impossible to explain about all of them in this article.

There are several websites where you can get information about the configuration of each modem/ router:

Obtaining the external IP to connect to

To connect the Remote Poseidon using the client you should get the external IP of the server machine.

You can get this address by accessing WhatsMyIp.org. Your external IP is displayed at the top of the page. Write down this IP.

Client Machine

The client machine must use the external IP obtained in the previous step.

On the computer that will connect to the client"control/config.txt" 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 served with the server (Obtained in the previous step).

Example

poseidonServer=189.13.121.169


Poseidon Remote (Through Hamachi²)

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


Server Machine

Server machine that will run the Poseidon Server, with the Client of Ragnarok.

  • 1a - Download the Hamachi². After downloading, install and connect Hamachi².


  • 2a - Give a name to the server computer, in: System=>Preferences.

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