when defining a "port forward rule" in a router, this let outside Internet (the WAN) to access devices inside your network thru that port. An exemple : your ESP is a WebServer on port 80, and you added "port forward" to 8080, the ESP is still available on 80 from inside your network, let says from your own PC. But when you are at the supermarket, you connect to your home from your mobile phone (assuming you know the IP or subscribed to some free DNS), you will have to specify port 8080 since you are outside your home.
What application do you run on your ESP ?
If it is, for example, a WebBrowser running on port 80, then "Internal Port" should be set to 80.
Also, beware that some of the ISPs are blocking isoteric ports such 103, and only allows some standard ones such as 80, 8080, 22, 23 ...