Skip to content

Instantly share code, notes, and snippets.

@Cryolite
Last active September 24, 2018 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cryolite/dda5f5705502c490f70923fa65e3912e to your computer and use it in GitHub Desktop.
Save Cryolite/dda5f5705502c490f70923fa65e3912e to your computer and use it in GitHub Desktop.
ルータ B の WAN 側インタフェイス (LAN2) に対する IP フィルタ設定の例
# ip filter 1 pass 192.168.2.0/24 * icmp 0
# ip filter dynamic 1 * * ping
# ip lan2 filter 1 dynamic 1
# ip filter 2 pass * 192.168.2.0/24 icmp-error
# ip lan2 filter 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment