this post was submitted on 22 Nov 2023
1 points (100.0% liked)
Home Networking
229 readers
7 users here now
A community to help people learn, install, set up or troubleshoot their home network equipment and solutions.
Rules
- Please stay on topic.
- Please use the search function to look for keywords related to what you want to ask before posting since most common issues have been answered.
- No Ads. This community is for support and discussion. Ads and self promotion are not welcome here.
- No product reviews or announcements. If you have a question about a product, be specific about what you want to know.
- Be civil. Don't be a jerk. Not being a jerk is surprisingly easy.
- No URL shorteners. URL shorteners tend to hide the real use of a link. For this reason, please use normal links, even if they're long.
- No affiliate links.
- No gatekeeping. With profession shall come professionalism. Extend help without judging others for their ignorance. The same goes for downvoting of comments or posts for "stupid questions" or not being as knowledgeable as others.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What exactly are you trying to accomplish? I wrote up some information on another sub for how port forwards work.
"Port Forwards allow traffic inbound on a particular port, using the public IP that is actively being used by the router, to the internal device's private IP. They are used to allow an external device to connect in to your internal device.
When you configure a port forward you need to know the outside port (this is the port the external device will be connecting in on, when connecting to the router's public IP), the private IP of the internal device, AND the internal port the device will allow traffic to "talk to it" on.
Let's work with an example. Let's say your router has the WAN IP 68.67.66.65, and your internal device has the private IP 192.168.1.50. If you want an external device to connect in on a particular port (lets say 7000) to that device you add a Port Forward, specify the external port as 7000, the private IP 192.168.1.50, and the internal port 7000. Now, keep in mind that the external port does not have to match the internal port, however, you want to make sure the private device will allow traffic in on whatever internal port you enter.
If I'm an external device trying to connect to your internal device, I would connect in on 68.67.66.65 on port 7000, and I should be passed through to your private device."