diferent rules for different hosts

Example:
I have two webservers in my corporate network
1s: 192.168.22.5:80
2s: 192.168.33.1:80
My router ip: 86.86.86.86
I have dns entry that points to my external ip
1d: camera.mycompany.com: A:86.86.86.86
2d. WEBMail.mycompany.com: A:86.86.86.86

How I can show different webservices on diferent dns entrys?
Example: I want to get acsess to 2s webserver opening 2d site.

Is there any way to do that?

Port forward from 86.86.86.86:81 to 192.168.22.1:80
Port forward from 86.86.86.86:80 to 192.168.33.1:80

Then, http://camera.mycompany.com:81 will go to the cameras and http://WEBMail.mycompany.com will go to webmail.

Thats how it works now.
But I want to get rid of non stanart port in adress.
Becouse really - I have more than two webservers :slight_smile:

You need either:

a) more addresses, one for each web server
b) reverse proxy