jayheartnet wrote:負載平衡嗎? 你可以這麼做:
我能理解policy...(恕刪)
address-list (含所有區網和VPN網段)
近端內網間連繫,不使用負載平衡(匯入並置頂)
/ip firewall mangle
add chain=prerouting dst-address-list=All-Lan src-address-list=All-Lan
add chain=prerouting dst-address-type=local src-address-list=All-Lan
add chain=output dst-address-list=All-Lan
add chain=output dst-address-type=local
而您個人的PCC負載平衡設定,
關閉in-interface /out-interface ,改設定src-address-list=All-Lan即可.
設定好後所有的個人電腦與VPN-Clients都會依您規劃,依PCC負載平衡連繫網際網路.