To port forward is to let a host redirect traffic received on a certain local port to another host on a remote port. The remote port can be configured to differ based on need. For example, if port forwarding is set up between host A on 80 and host B on port 8080, then whenever A receives traffic on port 80, it will forward the traffic to B’s port 8080.