ForHonor NAT
ForHonor NAT
Navigate to your router and find the port forwarding section. It’s often found near or under firewall configurations. There, you’ll need to provide the IP address of your device and the specific ports you want to forward—both incoming and outgoing. If required, specify whether TCP, UDP, or both should be used. You’ll also need to check which ports Honor requires forwarded.
Sure, I can help with that. Just let me know where you're looking and I'll check it for you.
This section outlines the setup. Each router shows its configuration in its own way, but the key is the numbers you enter. Network data flows both ways. From a main panel, incoming traffic refers to data entering through the port (such as a computer), while outgoing traffic means data leaving via the same port. Routers typically have separate WAN and LAN sections. Inbound traffic on the WAN side represents data arriving from the Internet on the external interface trying to connect to the internal network. Outbound traffic on the LAN side describes data departing through the local interface using the WAN connection. Ports help identify traffic patterns; for example, SFTP/SSH usually uses port 22. However, malicious bots often probe ports 20, 21, and 22 for your network access. You can assign unusual inbound ports like Port:4000 and set outbound local ports to Port:22. The router will interpret the incoming TCP packet on Port:4000, change the destination port to 22, and forward it according to the Port Forwarding settings. When the server accepts the request on Port:22, the router will redirect it to Port:4000 for transmission over the Internet to your devices or clients. This process is reversible. The server responds on Port 22, and the router switches the destination port to Port 4000 before sending the data elsewhere.
Port forwarding works only for incoming connections. It doesn’t alter the port for outgoing traffic. Turn on UPnP. Check your captured image—there are two sections labeled port forwarding. Port forwarding should be avoided; it’s a poor practice and should be used only as a final option.