F5F Stay Refreshed Power Users Networks router on listening port

router on listening port

router on listening port

T
TheDark_YT
Junior Member
34
09-14-2025, 04:47 AM
#1
We mean the router is paying attention to the traffic coming from that specific port. In port forwarding, it’s like telling the router to let certain devices talk through a particular port on your network. For example, if you have a web server running on port 80, you’d say the router “listen” on that port so it can accept connections.
T
TheDark_YT
09-14-2025, 04:47 AM #1

We mean the router is paying attention to the traffic coming from that specific port. In port forwarding, it’s like telling the router to let certain devices talk through a particular port on your network. For example, if you have a web server running on port 80, you’d say the router “listen” on that port so it can accept connections.

S
s0x0n
Junior Member
42
09-14-2025, 11:35 AM
#2
Indicates the port is active; it could involve server applications such as a web server, game server, or act as a forwarding point directing traffic to another device. For IP examples in a listening setup: it varies based on your network, but for instance TCP port 80 is commonly used for unencrypted HTTP traffic by web servers.
S
s0x0n
09-14-2025, 11:35 AM #2

Indicates the port is active; it could involve server applications such as a web server, game server, or act as a forwarding point directing traffic to another device. For IP examples in a listening setup: it varies based on your network, but for instance TCP port 80 is commonly used for unencrypted HTTP traffic by web servers.

B
Beatdown1423
Member
56
10-02-2025, 03:10 AM
#3
A listening port functions like a toll booth on a roadway. The officer waits for vehicles to arrive and then lifts the barrier to allow them through. A typical example is port 80, the standard port for web servers using HTTP, and port 443 for HTTPS. The IP address becomes important mainly in port forwarding, where the listened port connects to a device running a service that needs a specific port open.
B
Beatdown1423
10-02-2025, 03:10 AM #3

A listening port functions like a toll booth on a roadway. The officer waits for vehicles to arrive and then lifts the barrier to allow them through. A typical example is port 80, the standard port for web servers using HTTP, and port 443 for HTTPS. The IP address becomes important mainly in port forwarding, where the listened port connects to a device running a service that needs a specific port open.

I
57
10-02-2025, 04:03 AM
#4
Hearing traffic on a specific port involves capturing every data sent to that address. For instance, a router's web interface typically listens on ports 80 and/or 443. When you reach the router through its IP, port 80 is the standard entry point. An HTTP request goes to port 80, the router processes it, and displays the web UI. Port forwarding works with NAT, directing traffic from a public port (like 8000) to a local device (192.168.1.14:8001). The router listens on port 8000, routing incoming data to the PC at 192.168.1.14 on port 8001. NAT handles scenarios where you have one public IP but need to route connections to multiple internal devices.
I
Itz_Energy_PvP
10-02-2025, 04:03 AM #4

Hearing traffic on a specific port involves capturing every data sent to that address. For instance, a router's web interface typically listens on ports 80 and/or 443. When you reach the router through its IP, port 80 is the standard entry point. An HTTP request goes to port 80, the router processes it, and displays the web UI. Port forwarding works with NAT, directing traffic from a public port (like 8000) to a local device (192.168.1.14:8001). The router listens on port 8000, routing incoming data to the PC at 192.168.1.14 on port 8001. NAT handles scenarios where you have one public IP but need to route connections to multiple internal devices.

R
Raainyy
Junior Member
4
10-02-2025, 05:34 AM
#5
Regarding port forwarding, A. the distinction between internal and external ports in a rule lies in their accessibility and purpose. B. The video example clarifies that using an external port like 50000 for remote desktop (port 3389) allows the router to accept requests from outside while hiding the internal port, which can enhance security. C. For external ports, you can choose any port the router is listening on, then route traffic accordingly—either keeping it on the same port or redirecting it elsewhere. This flexibility helps manage network traffic effectively.
R
Raainyy
10-02-2025, 05:34 AM #5

Regarding port forwarding, A. the distinction between internal and external ports in a rule lies in their accessibility and purpose. B. The video example clarifies that using an external port like 50000 for remote desktop (port 3389) allows the router to accept requests from outside while hiding the internal port, which can enhance security. C. For external ports, you can choose any port the router is listening on, then route traffic accordingly—either keeping it on the same port or redirecting it elsewhere. This flexibility helps manage network traffic effectively.

X
x1975
Member
71
10-02-2025, 09:03 AM
#6
A: Internal port refers to the connection point for the device you're sending traffic to. External port is the channel used from outside, combined with your public IP address. Picture this: a service—like a game server or web site—runs on your computer at IP 192.168.1.14 using port 7191. You have a public IP of 1.2.3.4 and want users to connect via port 7000, which is easier to remember. In the port forward setup, the external port would be 7000, with internal IP 192.168.1.14 and internal port 7191.

B: That sentence is a bit tangled. You're trying to expose a remote desktop service to the public. Instead of using the usual port 3389, you're setting it to 50000. This relies on security through obscurity. Scanners that only check port 3389 won't find it, but anyone scanning all ports on your IP will easily spot port 50000 and realize it's a remote desktop service. Just a reminder—remote desktop isn't safe, so avoid exposing it.

C: Point A is clear. The external port can match the internal port or differ. Remember to ask for clarification if you need more details.
X
x1975
10-02-2025, 09:03 AM #6

A: Internal port refers to the connection point for the device you're sending traffic to. External port is the channel used from outside, combined with your public IP address. Picture this: a service—like a game server or web site—runs on your computer at IP 192.168.1.14 using port 7191. You have a public IP of 1.2.3.4 and want users to connect via port 7000, which is easier to remember. In the port forward setup, the external port would be 7000, with internal IP 192.168.1.14 and internal port 7191.

B: That sentence is a bit tangled. You're trying to expose a remote desktop service to the public. Instead of using the usual port 3389, you're setting it to 50000. This relies on security through obscurity. Scanners that only check port 3389 won't find it, but anyone scanning all ports on your IP will easily spot port 50000 and realize it's a remote desktop service. Just a reminder—remote desktop isn't safe, so avoid exposing it.

C: Point A is clear. The external port can match the internal port or differ. Remember to ask for clarification if you need more details.

A
Airwolf777
Member
66
10-02-2025, 09:28 AM
#7
I don’t need to set up remote desktop publicly or for specific people. I’m focusing on port forwarding and the topic of port 53000 from the next video. I’ll clarify my points based on that segment.
A
Airwolf777
10-02-2025, 09:28 AM #7

I don’t need to set up remote desktop publicly or for specific people. I’m focusing on port forwarding and the topic of port 53000 from the next video. I’ll clarify my points based on that segment.