2010-10-24 10:02:44 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}HowTo proxy ports{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h2>HowTo config your browser</h2>
|
|
|
|
<p>To browse eepsites and use the outproxy you need to configure your browser
|
|
|
|
to use the I2P proxy. This is a short guide for different browsers on howto
|
|
|
|
set them up.</p>
|
|
|
|
|
2012-05-29 19:21:49 +00:00
|
|
|
<ul>
|
2012-05-31 12:28:01 +00:00
|
|
|
<li><a href="#TOS">Terms Of Service</a></li>
|
2012-05-29 19:21:49 +00:00
|
|
|
<li><a href="#firefox">Firefox</a></li>
|
|
|
|
<li><a href="#konqueror">Konqueror</a></li>
|
|
|
|
<li><a href="#ie8">Internet Explorer 8</a></li>
|
|
|
|
</ul>
|
|
|
|
|
2012-05-31 12:25:04 +00:00
|
|
|
<a name="TOS"></a>
|
2012-05-31 12:28:01 +00:00
|
|
|
<h3>Terms Of Service</h3>
|
2012-05-31 12:25:04 +00:00
|
|
|
<p>
|
|
|
|
As always, some rules do apply on this service. Remember: I2P was not built to
|
|
|
|
create proxies to the outer Internet, it was always ment as a internal network.<br>
|
|
|
|
<br>
|
|
|
|
<b>The I2P project does not run any proxy by itself, all proxy services are run
|
|
|
|
by private persons and may be shut down/or unreachable anytime</b>. <br>
|
|
|
|
Two outproxy are setup on default installation: false.i2p as a http only proxy
|
|
|
|
and outproxyng.h2ik.i2p as a http/https proxy pointing towards Tor. <br>
|
|
|
|
Both do have connection limits active, after a certain amount of accesses per time
|
|
|
|
the client is blocked out for a timeframe of 1min/1h/1 day. Do not overload
|
|
|
|
these services with to much requests!<br>
|
|
|
|
Also some filters are applied to these proxies. E.g. ALL tracker communication
|
|
|
|
is blocked and denied, also webpages like piratebay which do have a official
|
|
|
|
I2P eepsite (tpb.i2p). False.i2p does block a lot of ads servers and some other
|
|
|
|
pages, too.
|
|
|
|
</p>
|
|
|
|
|
2012-05-29 19:21:49 +00:00
|
|
|
<a name="firefox"></a>
|
2010-10-24 10:02:44 +00:00
|
|
|
<h3>Firefox</h2>
|
|
|
|
<p>
|
|
|
|
Select the tools menu and click on options to get the settings window for
|
|
|
|
firefox. In the advanced section click on the settings button for the
|
|
|
|
advanced proxy setups.</p>
|
|
|
|
<img src="_static/images/firefox.options.jpg" alt="FFOptions" title="FFOptions">
|
|
|
|
<p>
|
|
|
|
For the correct proxy config select the manual proxy configuration option and
|
|
|
|
enter port 4444 into the HTTP proxy box. Enter 4445 into the HTTPS section and
|
|
|
|
do not enter anything into the other protocol options as they are not supported
|
|
|
|
by I2P. Be sure you enter localhost and 127.0.0.1 into the "No Proxy for" box.</p>
|
|
|
|
<img src="_static/images/firefox.proxyports.jpg" alt="FFPPorts" title="FFPPorts">
|
|
|
|
<br>
|
|
|
|
|
2012-05-29 19:21:49 +00:00
|
|
|
<a name="konqueror"></a>
|
2010-10-24 10:02:44 +00:00
|
|
|
<h3>Konqueror</h3>
|
|
|
|
<p>
|
|
|
|
Open the settings and options for Konqueror from the menu. Choose the proxy config
|
2011-03-24 11:53:17 +00:00
|
|
|
page under the Web Browsing tab. Select the option "manually specify the proxy
|
2010-10-24 10:02:44 +00:00
|
|
|
settings" and click on the setup box.</p>
|
|
|
|
<img src="_static/images/konqueror.options.jpg" alt="KOptions" title="KOptions">
|
|
|
|
<p>
|
|
|
|
Now enter 127.0.0.1 into the HTTP box and the port 4444, same IP 127.0.0.1 into
|
|
|
|
HTTPS box but use port 4445. In the exceptions box enter 127.0.0.1 and localhost.
|
|
|
|
Accept these settings with a click on OK and you are done.</p>
|
|
|
|
<img src="_static/images/konqueror.proxyports.jpg" alt="KPPorts" title="KPPorts">
|
|
|
|
<br>
|
|
|
|
|
2012-05-29 19:21:49 +00:00
|
|
|
<a name="ie8"></a>
|
2010-10-24 10:02:44 +00:00
|
|
|
<h3>IE8</h3>
|
|
|
|
<p>
|
|
|
|
In the tools menu select the "Internet Options" line to open the settings. In the
|
|
|
|
settings window choose the connections tab and click on LAN settings for the
|
|
|
|
proxy port configuration.</p>
|
|
|
|
<img src="_static/images/ie.options.jpg" alt="IEOptions" title="IEOptions">
|
|
|
|
<p>
|
|
|
|
Now set the checkmark at "use a proxy server for your LAN" and at the "Bypass
|
|
|
|
proxy server for local addresses". With a click on Advanced-button you open the
|
|
|
|
window to open the ports. Enter the values like on the picture, IP 127.0.0.1
|
|
|
|
and port 4444 for HTTP, port 4445 for HTTPS. With clicks on OK you save the
|
|
|
|
settings and your browser is set to use the I2P proxy.</p>
|
2010-10-24 10:15:51 +00:00
|
|
|
<img src="_static/images/ie.proxyports.jpg" alt="IEPPorts" title="PPorts">
|
2010-10-24 10:02:44 +00:00
|
|
|
|
|
|
|
{% endblock %}
|