I have been playing with the idea of a Java Firewall.私が遊んでいるという考えは、 Javaのファイアウォールです。 So far I have implemented a fully functional port blocker using port hijacking.これまでのところ私は、完全に機能するポートを実装阻害薬を使用してポートをハイジャックします。 It scans for open ports on the network interface providing internet connection.それを開いているポートスキャン、ネットワーク上のインターネット接続インターフェイスを提供します。

However port blocker doesn’ta firewall make.しかしdoesn'taファイアウォールのポートを阻害薬です。 It is merely a baby step.それは単に、赤ちゃんのステップに進みます。 We need to access operating system API to be able to block ports which do not allow hijacking.私たちのオペレーティングシステムにアクセスする必要がAPIをポートをブロックすることにより、ハイジャックされていない。 We also need stealth mode to prevent attackers from even detecting the existence of the computer.また、ステルスモードを防止する必要が攻撃者の存在を検出しても、コンピュータのです。 We need to and can easily block UDP traffic.私たちは簡単にブロックする必要があるとUDPトラフィックのです。 Then comes application access control.その後はアプリケーションのアクセス制御します。
All of these can be done.これらのすべてのできることです。

I evaluated several firewalls like ZoneAlarm or Agnitum Outpost and each of them lacks in some key aspect or other.私のファイアウォールのようないくつかの評価とZoneAlarmまたはそれらのそれぞれをAgnitumの前哨欠けや他のいくつかの重要な側面です。 In my experience their inability is most painful for power users.私の経験ではできないことが最も痛みを伴うパワーユーザー向けのです。 So we started this intern driven project.インターンを開始駆動ので、このプロジェクトを作成します。

The question is what would be the level of interest in the user community to support a Java Firewall project.問題は、どうなるのレベルのユーザコミュニティをサポートするのに関心をファイアウォールのJavaプロジェクトを作成します。