返回列表 發帖
本帖最後由 bubblestar 於 2013-1-6 12:55 編輯

Thanks for the information.

In case we have dual wan, I think we shall need to make an additional firewall rule after Number 4.  Shall we?

Let's say,
  1. [admin@MikroTik] /ip firewall filter> print
  2. Flags: X - disabled, I - invalid, D - dynamic
  3. 0   ;;; default configuration
  4.      chain=input action=accept protocol=icmp

  5. 1   ;;; default configuration
  6.      chain=input action=accept connection-state=established

  7. 2   ;;; default configuration
  8.      chain=input action=accept connection-state=related

  9. 3   ;;; default configuration
  10.      chain=input action=drop in-interface=sfp1-gateway

  11. 4   ;;; default configuration
  12.      chain=input action=drop in-interface=ether1-gateway

  13. 5   ;;; default configuration
  14.      chain=input action=drop in-interface=ether2-gateway

  15. [admin@MikroTik]
複製代碼

TOP

返回列表