Search found 4 matches

by sidereal
24 Feb 2026 14:47
Forum: Router
Topic: Windows(?): Extremely poor connectivity with new encryption
Replies: 7
Views: 1861

Re: Windows(?): Extremely poor connectivity with new encryption

As for the "can't switch encryption type away from 6,4", my hypothesis is on /apps/i2ptunnel/java/src/net/i2p/i2ptunnel/TunnelController.java#L961-L966 (setConfig seems to be run not only on startup, but also when saving tunnel settings from the web UI) If I'm reading the code right, clien...
by sidereal
23 Feb 2026 10:01
Forum: Router
Topic: Windows(?): Extremely poor connectivity with new encryption
Replies: 7
Views: 1861

Re: Windows(?): Extremely poor connectivity with new encryption

I had been looking into some weird behavior of my own (in certain cases, sites being browsed are appearing in http://localhost:7657/netdb?l=1 and not http://localhost:7657/netdb?l=7 - whenever that happens, the site will not load), and there may be an oversight in IterativeSearchJob when looking up ...
by sidereal
08 Feb 2026 10:22
Forum: Misc
Topic: Users Reporting Network Under Attack.
Replies: 2
Views: 4209

Re: Users Reporting Network Under Attack.

I noticed a large spike of nodes on the stats.i2p graph on 8 Feb, roughly half the size of the initial attack. They report API 0.9.67.

My system is also tracking 2.5x the normal amount of floodfills (even compared to during-attack numbers).
by sidereal
19 Jan 2026 13:09
Forum: Router
Topic: SSH over i2p command line
Replies: 1
Views: 2228

Re: SSH over i2p command line

The ssh command works a bit differently from that. Here's what you run on your client to access your server via I2P:

Code: Select all

ssh -i /home/XXXX/.ssh/keys/i2pd_PC user@172.0.0.1 -p 8781
Essentially, you use the client tunnel as your "server address".