Hi, I have a rb3011 routerboard (ROS 6.39.2) and have a problem in remote access via browser, In local lan I can login to rb3011 via both winbox and browser,but if I use remote host to login to public ip of rb3011, I can only access from winbox, and failed from browser, I have added the remote IP address to "available from" in winbox and www of IP Service list, and also added a rule to accept remote ip access from wan in ip firewall filters, anyone meet the same problem? Is there any other config to use browser?
here is the ip firewall filter rules (only part of input chain), suppose the remote ip is 100.100.100.101
[admin@MikroTik] /ip firewall filter> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; defconf: accept established,related
chain=input action=accept connection-state=established,related
1 X ;;; defconf: accept ICMP
chain=input action=accept protocol=icmp in-interface=!ether1-wan log=no log-prefix=""
2 chain=input action=accept src-address=100.100.100.101 log=no log-prefix=""
3 ;;; defconf: drop all from WAN
chain=input action=drop in-interface=ether1-wan log=no log-prefix=""