From cafbd15b20228bd08c1d1317d11630cb9120c3b0 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sat, 1 Jun 2024 12:55:08 +0200 Subject: [PATCH] update --- network-knowledge-base/port_forwarding.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network-knowledge-base/port_forwarding.md b/network-knowledge-base/port_forwarding.md index cc497d9..0e03fba 100644 --- a/network-knowledge-base/port_forwarding.md +++ b/network-knowledge-base/port_forwarding.md @@ -11,17 +11,17 @@ Can be choosen at random, can be hard set. ![pic_port_header](https://i.imgur.com/TM0pOQN.png) -# How NAT / firewall works +# How Router's NAT works -* By default, it **allows outgoing** communication on any port. -* But **drops incoming** traffic unless it is a response to communication +* **Allows outgoing** traffic on any port. +* **Drops incoming** traffic unless it is a response to communication initialized from the inside. This is not really some security effort, the router just literally has no idea where to send it...
-More details +More unnecessary details NAT is implemented in your router.
It makes your **LAN side** devices able to connect with the