{% extends "_layout.html" %} {% block title %}HowTo proxy ports{% endblock %} {% block content %}

HowTo config your browser

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.

Firefox

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.

FFOptions

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.

FFPPorts

Konqueror

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.

KOptions

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.

KPPorts

IE8

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.

IEOptions

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.

IEPPorts {% endblock %}