52 lines
2.3 KiB
HTML
52 lines
2.3 KiB
HTML
{% 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>
|
|
|
|
<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>
|
|
|
|
<h3>Konqueror</h3>
|
|
<p>
|
|
Open the settings and options for Konqueror from the menu. Choose the proxy config
|
|
page under the Web Browsing tab. Select the option "manually specify the proxy
|
|
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>
|
|
|
|
<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>
|
|
<img src="_static/images/ie.proxyports.jpg" alt="IEPPorts" title="PPorts">
|
|
|
|
{% endblock %}
|