EXPERT RESPONSE
Port forwarding is the act of forwarding a network port from one network node to another. This technique can allow an external user to reach a port on a private IP address (inside a LAN) from the outside via a NAT-enabled router.
Routers are configured with two interfaces: One is your WAN interface that connects to the Internet and is configured with a Public IP address (xxx.xxx.xxx.xxx) provided by your ISP. The second is an internal (LAN) network interface which is configured with your local internal (LAN) static IP address (192.xxx.xxx.xxx).
|