【RouterOS】——Remote Winbox configuration
| 本帖最後由 角色 於 2013-3-9 20:56 編輯 
 Ref: http://mikrotik.romelsan.com/home/enable-remote-winbox
 Please note that you have to move the above rule before the general dropout rule otherwise the packet for the port 8291 will be dropped out.複製代碼/ip service
set winbox address="" disabled=no port=8291
/ip firewall filter
add chain=input protocol=tcp dst-port=8291 action=accept comment="WinBox Remote Access"
 Please enter the WAN IP to access the RouterBoard。
 |