Reverse Proxy 1 Public ip and 3 internal webservers.

Hello,

Although i research everything about multiple servers and web proxy i guess they are generally older versions. So i decided to open this topic.

http://wiki.mikrotik.com/wiki/Multiple_Web_Servers this is old wiki. web-proxy command deprecated and no similar command like hostname at new one.

I have 1 public ip, 3 web servers and different host names like 1.domain.com 2.domain.com 3.domain.com in my local network.

I want to forward http requests (80 port) to ;

1.domain.com > 192.168.0.152:8080
2.domain.com > 192.168.0.153:8080
3.domain.com > 192.168.0.154:8080

when a user tries to open 1.domain.com via internet, he/she should see 192.168.0.152:8080

I hope so you understood me with my bad English.

Thank you very much for your helping!

I really wait answers for this topic. Mental is same but commands are different after Mikrotik 6.X OS.

Thank you!

I don’t think the routers have load balancing.

I do this by installing pacemaker on the 3 linux boxes…

Yes, but i want to do it with reverse proxy and mikrotik has this option. The link which i gave at first post (about multiple servers) is old. Most of commands are deprecated and i can not complete.

Please help me for 6.5 Mikrotik version (6.x or newer)

Is it possible to do this on layer7 level?