/interface ethernet
set [ find default-name=ether1 ] comment="PPPoE of So-net" name=ether1-sonet
/interface pppoe-client
add dial-on-demand=yes disabled=no interface=ether1-sonet keepalive-timeout=60 name=sonet-pppoe-out-fixed password=xxxxx \
service-name="So-net Fixed" use-peer-dns=yes user=xxxxxxx
add dial-on-demand=yes disabled=no interface=ether1-sonet name=sonet-pppoe-out-float password=xxxxx service-name="So-net Float" \
user=xxxxx
用的是 So-net,不複雜的設定,但是撥號後狀況是
1. 兩個 pppoe-client 同時 enable,則只能取得 10.64.64.x 的內部 IP
2. 先 enable 一個 pppoe-client,一段時間後再 enable 另一個 pppoe-client,則一個可以取得真實 IP,另一個還是取得 10.64.64.x 的內部 IP
這是 RouterOS 哪地方設定有問題,還是 So-net 的問題呢?
所以用兩個pppoe撥號interface皆為ether1-sonet時,取得相同地址是很有可能的.
所以您需用vrrp ,將ether1-sonet切成兩個虛擬網卡.
再將兩個pppoe撥號的interface分別設定不同的vrrp虛擬網卡,再進行撥號即可.
routeros實現一線多賬號或單賬號多撥/流量疊加




























































































