Dear All,
This is my first query on this forum.
I am using RB450 with winbox OS 5.6.
我想我的一个局域网的访问pc over web-access.
I want to do port forwarding.
My current configuration for Mikrotik is
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; WAN
XXX.XXX.XXX.XXX/24 XXX.XXX.XXX.XXX ether1
1 ;;; LAN
192.168.0.250/24 192.168.0.0 ether5
then I have gone through the document and wrote the code
Flags: X - disabled, I - invalid, D - dynamic
0 chain=dstnat action=redirect to-ports=2138 protocol=tcp in-interface=ether5 dst-port=80
1 chain=srcnat action=masquerade src-address=192.168.0.0/24
2 ;;; Server Remote Access
chain=dstnat action=dst-nat to-addresses=192.168.0.63 to-ports=80 protocol=tcp in-interface=ether1 dst-port=80
but still I am unable to access the PC (192.168.0.63) with port 80 through web access.
So please tell me how I should configure to get web access of a PC which is connected in my LAN.
Thanks in advance.