Talk:MikroTik RouterOS

From MikroTik Wiki
Revision as of 02:42, 22 June 2006 by Ahlai (talk | contribs) (public a lot of web servers)
Jump to: navigation, search
  • Security

public a lot of web servers

there is a lot of web server ,they are different ip address,only one public ip(219.159.133.1).
for example
123.com @192.168.0.2
abc.com @192.168.0.3
456.com @192.168.0.4
/ip dns static add name=123.com address=192.168.0.2
/ip dns static add name=abc.com address=192.168.0.3
/ip dns static add name=456.com address=192.168.0.4
/ip web-proxy set enable=yes
/ip web-proxy set port=8080
/ip firewall nat action=dstnat dst-address=219.159.133.1 protocol=tcp dst-port=80 action=redirect to-ports=8080
i think it's the best way to finish.
what do you think?