in here i have webserver based windows and can be to acces in internet. but my webserver in behind Mikrotik router. but no problem i found the solve.
internet ————- Modem———MT———LAN 192.168.x.x/25–>>
|
WEbServer . 192.168.x.90
my topology. and how to solution.im get solution from forummikrotik.com (indonesia) and heres solve.
and for advance security u must search to google.com :D
thanks to : forummikrotik.com
internet ————- Modem———MT———LAN 192.168.x.x/25–>>
|
WEbServer . 192.168.x.90
my topology. and how to solution.im get solution from forummikrotik.com (indonesia) and heres solve.
;;; in to exoke just like that.
chain=dstnat dst-address=<ipPublic> protocol=tcp dst-port=80
action=dst-nat to-addresses=<ipLocal> to-ports=80
;;; ex to in
chain=srcnat dst-address=<ipLocal> protocol=tcp dst-port=80
action=src-nat to-addresses=<ipPublic> to-ports=0-65535
and for advance security u must search to google.com :D
thanks to : forummikrotik.com
Comments
Post a Comment