Search found 3 matches

by sidereal
23 Feb 2026 10:01
Forum: Router
Topic: Windows(?): Extremely poor connectivity with new encryption
Replies: 2
Views: 162

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: 2653

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: 1587

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".