- Log in to the router as admin.
- Locate the port forwarding options.
- Type the port number or port range that you want to forward.
- Choose a protocol, either TCP or UDP.
- Type the static IP address you chose.
- Enable the port forwarding rule with an Enable or On option.
Thereof, can you port forward more than one IP address?
The bottom line is that you have multiple devices on your network who want to use the same ports. And unfortunately, you can only port forward the necessary ports to one of those nodes because you can only forward a given port to one IP address in your local network. In other words, one port per IP address.
One may also ask, how do I port forward safely? Follow the steps below:
- On your web browser, enter the IP address of the router.
- Enter the admin credentials.
- Search for the Port Forwarding or Forwarding section.
- Click on Configure Port Forwarding.
- Enter the name (your friend's name or any name.)
- Type the port number 3389.
- Choose or Type your device's IP address.
Secondly, does port forwarding need a static IP?
In order for port forwarding to work, you'll need to set a static internal IP address (ipv4) for your device. By default, your ipv4 address is probably dynamic, which means it's always changing, so the port forwarding won't be able to pin down your device on your home network.
Can two devices use the same port?
For TCP, no. You can only have one application listening on the same port at one time. Now if you had 2 network cards, you could have one application listen on the first IP and the second one on the second IP using the same port number. For UDP (Multicasts), multiple applications can subscribe to the same port.