gfx wrote:
Winbox遠端可...(恕刪)
現在後方還有其他設備,不太方便。

AKSN74 wrote:
那這樣可能要看更詳...(恕刪)
AKSN74 wrote:
那這樣可能要看更詳...(恕刪)
AKSN74 wrote:
其實我沒有特別去改Routing...(恕刪)
AKSN74 wrote:
其實我沒有特別去改Routing...(恕刪)
WilliamTai wrote:多WAN設置VPN-Server時,最常遇到的錯誤情況即路由及NAT的問題.
補充一點資料。我在firewall...(恕刪)
:local publicip1 [/ip address get [find interface="pppoe-out1"] address]
:set publicip1 [:pick $publicip1 0 [:find $publicip1 "/"]]
:set publicip1 [:toip $publicip1]
:local pppoe1 [/ip firewall address-list get [find list="PPPoE1"] address]
:if ($publicip1!=$pppoe1) do={/ip firewall address-list set [find list="PPPoE1"] address=$publicip1}
WilliamTai wrote:chain=prerouting dst-address-type=local src-address-list=All-Lan
第二張圖關於Mangle rule的部分不太懂,那一條Mangle rule Gerneral分頁設定內容是什麼?
為何需要script update PPPoE list?您的PPPoE有可能是浮動ip ,所以用腳本去比對address-list的ip.