11:16 I2p the creation of the site | |
Again, all good day! Today I try to describe the process of creating a website (English eepsite) in an anonymous network I2P. The process of creation is divided into several stages:
Installing the web server.(Who is already on Apache2, one can safely skip this section) In the standard I2P have a server Jetty, but we will not be used because it is written in Java (which increases its load on the system ) and for the lack of plug-ins (as we LAMP configuration, we need a PHP, which connects interpretation through CGI. This is not good). We'll install Apache. This part is different for different operating systems, so I will describe separately. Windows (WAMP):The easiest way to use ready-server package. There are plenty of them, such as AppServ, Denwer, TopServer etc. We will deliver AppServ, but in principle you can use any. They are identical in configuration.
Linux (LAMP):I will write a process for Ubuntu, as others think they know how to set Apache:) Apache2 without additional modules placed team: sudo apt-get install apache2 Then, if necessary, we can deliver a PHP and mysql: sudo apt-get install libapache2-mod-php5 php5-mysql I2P Setup to work with the serverGo to the manager of tunnels: 127.0.0.1:7657 / i2ptunnel/index.jsp Create a new server-side HTTP tunnel: get into the settings: Now the points:
Click "Save." Then "Run." Once launched, go to the tunnel configuration and copy the local destination address (L). It will be useful to us when registering in DNS. Register in DNS (optional)Registration for the site that provides hosts.txt in general not necessary, because in I2P DNS is fully distributed. Clients come to share with each other "address books". But if you want, then ... go to the server stats.i2p and introduce your host [name of the website (W)] and the local destination address (L). Registration complete! Optional: add the redirect created by the host to 127.0.0.1 to a file Windows:% WINDIR% / system32/drivers/etc/hosts Linux: / etc / hosts So we give the OS that the site hosted with us. SummaryWell, now we have a residence in this network. You can stage a torrent tracker, imidzhbordu, or even something like wikileaks.org. No you will not find =). More on the topic: I2P - Project Invisible Internett | |
|
Total comments: 0 | |