Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.ml

14 replies

Update 2023-10-26

Script was fixed and now correctly copies the reseed certificates from the repo to the data directory. Running the script on a fresh alpine container now results in a working i2pd router with no config necessary. This fixes the "Firewall Status: Unknown" issue.

2
lemmy.wtf

How do I make my client (Firefox) use it?

1
Meldrikreply
lemmy.wtf

What about the Router console? Is this something that's only available with i2p, or does it also exist with i2pd?

1
Strict3443reply
lemmy.ml

That is i2p-java and i2p+ only. i2pd is only the router which is why it is so small and fast.

2
Meldrikreply
lemmy.wtf

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?

1
Strict3443reply
lemmy.ml

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
2
Meldrikreply
lemmy.wtf

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.

1

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

2
lemmy.zip

You need to setup the proxy setting in i2p and Firefox. Keep in mind that you can't just browse the web like a normal we browser as you can only visit i2p sites.

In i2p go into settings and allow proxy traffic from lan.

In Firefox go into your proxy settings and point your browser to i2p. I forgot what port but you can look it up online.

Sorry for the vague instructions but I haven't done this in a while.

2

Semi-true. There is an outproxy available so you can surf the normal Web, if you want. With a manual setup you might have to configure your machine for it though.

2

You reached the end