返回列表 發帖

【RB2011UAS-2HnD-IN】- Dual WAN Dual Gateway 及 分流

目的: 自訂內網 IP 分為兩組,分別經不同ISP Gateway 分流走出去(上網),此處是以一條HKBN DHCP 及 一條PCCW PPPoE 作為例子。

首先要確定自己兩個ISP 都能分別上網,這裡不再詳述。
  1. /ip firewall mangle
  2. add action=mark-routing chain=prerouting new-routing-mark=10 src-address=192.168.1.2-192.168.1.127
  3. add action=mark-routing chain=prerouting new-routing-mark=20 src-address=192.168.1.128-192.168.1.254

  4. /ip firewall nat add chain=srcnat action=masquerade (此處無需指定上網用哪一條ISP Gateway 的)

  5. /ip route add gateway=pppoe-out1 routing-mark=20 comment=PCCW
  6. /ip route add gateway=WAN1 routing-mark=10 comment=HKBN
複製代碼
註: 上述Routing-mark 的名稱可以任意自訂,但設定後,所有之後的script 便要一致使用。此例子用了 10 及 20 代表 ISP1 (HKBN) 及 ISP2 (PCCW)

Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

如果是VPN入来,那么会从哪一条ISP走呢?

TOP

插上3G modem后,我通过RB里的console,就可以上网,但是在所有Ether ports就不可以。

TOP

插上3G modem后,我通过RB里的console,就可以上网,但是在所有Ether ports就不可以。

TOP

返回列表