this post was submitted on 25 Oct 2023
17 points (100.0% liked)

The Invisible Internet Project

1284 readers
8 users here now

I2P Community Edition

This isn't the official I2P channel, if you want go there then you can find it in the links below.

Rules

"Don't be a dick" - Wil Wheaton

General

Media:

File Hosting and Pastebins

Torrents

Social Networks and Microblogging

Exploring I2P

I2P Name Registries

Search engines

IRC

Irc2P comes pre-configured with I2P. To connect with other networks, please follow this tutorial.

Syndie

An open source system for operating distributed forums in anonymous networks

Inproxies

You can use inproxies to surf the I2P network without having to have an I2P router.

Follow us on Twitter

founded 1 year ago
MODERATORS
 

This is a little guide to show you how to setup a small container dedicated to an i2p router such as i2pd. This allows for a central router for all your clients on your LAN for example.


Read the guide

i2pd Alpine Setup Script

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (1 children)

Okay, so i2pd is the lightweight version and all the configs happens in the config file available.

Is there a way to test that i2pd is actually working?

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

Step 5 from the guide shows how to test if i2pd is running on your Alpine container. If you are using i2pd on another machine, similar commands will work as well.

For the Alpine Container:

  • Run ps command to see if the i2pd program is running
  • Run service i2pd status to see that status. Ex. * status: started
  • Find your container’s local IP address with ip -4 a and navigate to the i2pd web console at http://:7070
[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

Thanks, I've done that and I can access the i2pd webconsole, but it doesn't seem to run correctly. I've had it run for over 20 hours now and it just says Network status: Unknown.

[–] [email protected] 2 points 10 months ago (1 children)

Can your container reach the internet? If you shell into your container can you ping anything outside your network?

[–] [email protected] 1 points 10 months ago

No issues pinging outside my network.