window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-206511945-1');
Search

Routers

Port Forwarding Basics #

  1. Log in to your router using the default gateway. It will ask for a login, which is typically found on a sticker on the device or in the manual.

    Note: If the default login doesn’t work and you forgot the password, you may need to reset the router to factory settings.

  2. Find the port forwarding area. Typically this will be under Advanced and then Port Forwarding or Virtual Server. It may also be under WAN in some cases.
  3. On the Port Forwarding page, add a new entry.
  4. If asked, name the Port Forwarding rule.
  5. Select the Pinpad from your device list or enter the LAN IP of the pinpad.
  6. Set the port type or Protocol to TCP.
  7. Set the port number to the port required by your Pinpad, typically this will be 8081. If you have both local and remote ports, set them to the same number.
  8. Apply or Save the rule.

Find your Default Gateway #

Windows #

  1. Click on the Start menu button
  2. Search for CMD.
  3. Click to open or hit Enter.

If you are having a difficult time locating the Command Prompt using the start menu you can press the Windows Key on your keyboard while also pressing the R key. This will bring up the Run Menu. Now you can type CMD and click OK.

After opening the Command Prompt you should see a small black window.

In the Command Prompt window:

  1. Type ipconfig
  2. Press Enter on your keyboard.

You should see Default Gateway with the device’s IP address listed to the right of it.

 

Mac OSX 10.x or Newer #

  1. Click the Apple icon in the top left corner of your screen.
  2. Click System Preferences.
  3. Click Network.

Your default gateway will appear next to Router. See image below.

Note: The IP Address is the LAN IP of the computer you are on, not your internet IP.

Linux #

Open a terminal session

use the command: ip route | grep default

The result should look something similar to this:

default via 192.168.0.1 dev wlp58s0 proto dhcp metric 600

Once you have located the Default Gateway IP address, open any web browser and input that IP address into the Address Bar and press Enter/Return on your keyboard.

A box should appear prompting you to enter the router’s username and password. This information can sometimes be found on your router, or in your information guide.

If you can’t find it on either, you can search the Internet by typing your router’s make and model and “Default Administrator Password” into any search engine. This will only work if you have not changed the password on your router. If you have changed the default password and forget it, you will need to reset your router to factory settings.

Did this article help you?
Updated on August 16, 2023