neto wrote:
"在網路設定那如果同...(恕刪)
+1~如果你不用改線就可以切換固i或是nat出去的話,虛擬網段的預設閘道設定拿掉,或是把優先權設到固i的閘道之後,這樣就會從固i出去了
dophone wrote:
g大,實作部份可否指...(恕刪)
/ip firewall mangle
add action=mark-routing chain=prerouting \
src-address=192.168.88.2-192.168.88.50 \
new-routing-mark=to_pppoe-out1 passthrough=no
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/ip route
add distance=1 gateway=pppoe-out1 routing-mark=to_pppoe-out1