From 62590171bac122e30b3cd67f1707c7c79c2bc742 Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 3 Jul 2013 12:53:06 +0000 Subject: [PATCH] Started to expand /research --- i2p2www/pages/site/research/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/i2p2www/pages/site/research/index.html b/i2p2www/pages/site/research/index.html index 5135e74d..f5ba0de3 100644 --- a/i2p2www/pages/site/research/index.html +++ b/i2p2www/pages/site/research/index.html @@ -5,10 +5,22 @@ Academic research and analysis of I2P is an important part of ensuring that the software and network performs as expected and is safe for users in hostile environments. {%- endtrans %}

+

{{ _('Testing Attacks on I2P') }}

+

{% trans -%} -I2P can be run as a separate test network by controlling the locations that a new router reseeds from so that it only finds other test routers. Additionally, the router can be run on its own in a virtual network mode to enable testing the router in isolation; to enable this mode, add i2p.vmCommSystem=true to the router.config before starting. +I2P can be run as a separate test network by controlling the locations that a new router reseeds from so that it only finds other test routers. {%- endtrans %}

+

{% trans -%} +The standard mode of operation is to have one JVM per router instance; hence running multiple copies of I2P on a single machine is inadvisable, both due to the potential resource drain and the certain port conflicts. To better facilitate setting up small test networks, I2P has a multirouter mode which enables multiple distinct routers to be run in the same JVM. +{%- endtrans %}

+ +

{% trans -%} +Additionally, I2P can be started in a virtual network mode. This mode disables all transports, allowing the router to be tested in isolation without network traffic. To enable this mode, add i2p.vmCommSystem=true to the router.config before starting. +{%- endtrans %}

+ +

{{ _('Testing the Live I2P Network') }}

+

{% trans contact=site_url('contact') -%} If you are planning on conducting research on the live I2P network, please contact us before you commence your testing. While we do not discourage researchers from responsibly testing their ideas on the live network, if an attack becomes apparent and we don't have any line of communication then we will end up taking countermeasures which could interfere with the test. {%- endtrans %}