Home Tags Orbi NBK752

Tag: Orbi NBK752

- Advertisement -
Google search engine

APLICATIONS

RouterOS設置Nat Loopback的注意事項

0
最近有些朋友私信給我,要幫忙處理RouterOS的Nat Loopback.也因如此我發現過去沒跟用戶提醒注意的事項. 要讓Nat Loopback工作,除新增專屬的Rule外: /ip firewall nat add action=masquerade chain=srcnat comment="NAT Loopback" dst-address=192.168.22.0/24 src-address=192.168.22.0/24 還要注意... 方法1: /ip firewall nat add action=dst-nat chain=dstnat comment="http server" disabled=no dst-port=80 in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.22.10 to-ports=80 是指定interface進來的連線,映射到指定的Server上. 方法2: /ip firewall...

HOT NEWS