Simply put, I want this single public ip mapped into different private ip's based on port
111.1.1.1:80 -> 192.168.1.1:80
111.1.1.1:443 -> 192.168.1.2:443
is this a standard and possible?
Simply put, I want this single public ip mapped into different private ip's based on port
111.1.1.1:80 -> 192.168.1.1:80
111.1.1.1:443 -> 192.168.1.2:443
is this a standard and possible?
Yes, and it is even common. For example, if there are multiple (physical or virtual) server, but only a single firewall with a single IP.
If you wrote a little bit more about your used OS, probably more info could be shared with you about this.