最終更新:2012-04-23 (月) 11:39:35 (4378d)  

netfilter
Top / netfilter

Linuxカーネルに組み込まれたパケットフィルタリング?のためのフレームワーク。

netfilterを制御するツールの実装

Main Features

  • stateless packet filtering (IPv4 and IPv6)
  • stateful packet filtering (IPv4 and IPv6)
  • all kinds of network address and port translation, e.g. NAT/NAPT (IPv4 only)
  • flexible and extensible infrastructure
  • multiple layers of API's for 3rd party extensions
  • large number of plugins/modules kept in 'patch-o-matic' repository

関連