MikroTik hAP ac² -  WinBox remote login through the WAN port
| 本帖最後由 角色 於 2019-5-24 09:34 編輯 
 You have to accept the port 8291 in the ip firewall filter chain. (The following rule is incorrect.)
 Please be noted that you have move the above filter rules ahead of the drop rules.複製代碼/ip firewall input
add action=accept chain=input comment=WinBox dst-port=8291 protocol=tcp
 |