NAT port mirotik – Mạng local không truy cập được địa chỉ public
NAT PORT MIKROTIK Bước 1: Cấu hình DST-NAT (chuyển tiếp cổng) bash Copy Edit /ip firewall nat add chain=dstnat dst-address=203.0.113.5 protocol=tcp dst-port=8080 action=dst-nat to-addresses=192.168.88.10 to-ports=8080 comment=”Port Forward Web” Dòng này đảm bảo khi từ...
Bình luận