Broke Protocol Wiki
Tag: Visual edit
(Changed category name to "Tutorials")
Tag: Visual edit
Line 39: Line 39:
 
# Agregue el preset presionando 'Usar'
 
# Agregue el preset presionando 'Usar'
 
# Presione actualizar para asegurarse de que los puertos aparezcan en el área Asignaciones de puertos
 
# Presione actualizar para asegurarse de que los puertos aparezcan en el área Asignaciones de puertos
# Continúe con el primer método desde el paso 4.
+
# Continúe con el primer método desde el paso 4.[[Category:J]]
 
[[Category:How do i host 2 servers]]
 
[[Category:J]]
 

Revision as of 13:52, 7 December 2017

Método 1: encaminhamento de porta

  1. Open your router settings page, If you don't know what the address for it is, open CMD (Windows) or Terminal (Linux), And type ipconfig | findstr /i "Gng on router: Look around in the page for Port For
  2. For Broke Protocol, Forward ports 5557 & 5558 < UPDATED AS OF 0.66 on UDP, to your PC's IP, again, this can be found by doing ipconfig | findstr /i "ipv4" (win) or ip addr show | grep inet (linux), If multiple are displayed, it'll probably be the one that most resembles the Router's IP.
  3. Start the server by running the Server.bat (win) or ./Start.sh from a terminal cd'd into the server directory.
  4. To configure server settings, change the included 'Server_info.txt', 'Settings.txt' and 'Whitelist.txt'
  5. Add admins or bans using the included 'Admin_list.txt' or 'Ban_list.txt' files respectively
  6. To stop the server, Close the console (win) or run ./Stop.sh from a terminal cd'd into the server directory.
UPDATED_Broke_Protocol_Server_Tutorial_0.66-0

UPDATED Broke Protocol Server Tutorial 0.66-0

Method 2: UPnP Port Mapping

This method should only be used if you do not have access to the router settings page, Also, I'm not sure how this works on Linux, so if anyone with a linux box wants to try, please let me know how that goes.

  1. Download UPnP Port Mapper from https://sourceforge.net/projects/upnp-portmapper/files/latest/download
  2. Open the program and press Connect
  3. Create a Port Mapping Preset
  4. Add a description (I use 'Broke Protocol')
  5. Leave Remote Host blank
  6. Add a Port Range
  7. Protocol of UDP, and ports 5555-5556
  8. Save the preset, and select it in the preset menu
  9. Add the preset by pressing 'Use'
  10. Press update to ensure that the ports show up in the Port Mappings area
  11. Continue with the 1st method from step 4.

EN ESPAÑOL (Modo LAN)

COMO_HACER_UN_SERVIDOR_DE_BROKE_PROTOCOL_-_GRATIS_Y_RÁPIDO_-_2017_PC_SERVER

COMO HACER UN SERVIDOR DE BROKE PROTOCOL - GRATIS Y RÁPIDO - 2017 PC SERVER

metodo 2 Este método solo debe usarse si no tiene acceso a la página de configuración del enrutador. Además, no estoy seguro de cómo funciona esto en Linux, así que si alguien con un linux box quiere probar, por favor, hágame saber cómo funciona.

  1. Descargue UPnP Port Mapper desde https://sourceforge.net/projects/upnp-portmapper/files/latest/download
  2. Abra el programa y presione Conectar
  3. Crear un preajuste de mapeo de puertos
  4. Agregue una descripcion (yo uso Broke protocol)
  5. Deje el host remoto en blanco
  6. Agregar un rango de puertos
  7. Protocolo de UDP y puertos 5555-5556
  8. Guarde el preset y selecciónelo en el menú preestablecido
  9. Agregue el preset presionando 'Usar'
  10. Presione actualizar para asegurarse de que los puertos aparezcan en el área Asignaciones de puertos
  11. Continúe con el primer método desde el paso 4.