Search found 11 matches

by spammywindy
01 Oct 2018 21:08
Forum: Router
Topic: Malformed RouterAddress in RouterInfo file?
Replies: 2
Views: 16439

Re: Malformed RouterAddress in RouterInfo file?

Hi zzz, thanks for the useful answer. I just created a ticket on bug tracker: https://trac.i2p2.de/ticket/2322 for you guys to identify the issue of identical router-address fields. Also, you said that 'h' is not being used any more. Where can I find a blogpost or a proposal about this change? Shoul...
by spammywindy
19 Sep 2018 18:40
Forum: Router
Topic: Malformed RouterAddress in RouterInfo file?
Replies: 2
Views: 16439

Malformed RouterAddress in RouterInfo file?

I am just looking around the *.dat files inside netDb dir, and notice a couple things that are explained nowhere in I2P docs. As far as I understand (pls correct me if I am wrong), a routerInfo can contains a max of 6 RouterAddress fields: 2 SSU (for ipv4 and ipv6), 2 NTCP (ipv4 and ipv6), and NTCP2...
by spammywindy
12 Sep 2018 00:12
Forum: Guides
Topic: Massive I2P router family deployment
Replies: 1
Views: 10745

Re: Massive I2P router family deployment

Thanks for sharing the script. I had a look at your script, but couldn't understand this block in i2p.yml: - name: Copy certificate copy: src: certificates/family/{{ family_name }}.crt dest: /var/lib/i2p/i2p-config/certificates/family/{{ family_name }}.crt owner: i2psvc group: i2psvc mode: 0600 I gu...
by spammywindy
11 Sep 2018 01:45
Forum: Router
Topic: Why does i2p start running by itself after installation?
Replies: 2
Views: 16127

Why does i2p start running by itself after installation?

I am installing i2p via the Debian package interface (https://geti2p.net/en/download/debian). I notice that i2p start running as a service in my machine right away after the installation without my consent. The data of this i2p run is stored in `/var/lib/i2p/i2p-config`. The only way to stop this i2...
by spammywindy
08 Sep 2018 22:44
Forum: Router
Topic: i2p docker nas
Replies: 5
Views: 20843

Re: i2p docker nas

Is this the only place you can keep the wrapper.config? If it is stored here, it belongs to `root` not the current user. Can I create a wrapper.config inside ~/.i2p and have i2p read all configurations from there instead or i2p will only read configurations from /etc/i2p/wrapper.config ? The wrapper...
by spammywindy
13 May 2018 13:12
Forum: Router
Topic: How come a router has 2 bandwidth capacity flags? and a question for U flag?
Replies: 3
Views: 11833

Re: How come a router has 2 bandwidth capacity flags? and a question for U flag?

Hi, Thank for the reply. So how about the U flag? If my router is unreachable, does other routers know this fact? I guess THEY KNOW. By looking at other routers' flags in the console, I also see some of them have the U flag. However, I wonder why/how other routers could publish their U flag, if they...
by spammywindy
13 May 2018 04:29
Forum: Router
Topic: How come a router has 2 bandwidth capacity flags? and a question for U flag?
Replies: 3
Views: 11833

How come a router has 2 bandwidth capacity flags? and a question for U flag?

Q1. I notice that sometimes my router capacity is show as X0R or POR. I wonder how that could happen given the fact that each bandwidth flag is for a different range of bandwidth. Q2. Last week I traveled to Cuba and found that my router has an U flag. Does that mean my router is unreachable because...
by spammywindy
07 May 2018 22:40
Forum: Router
Topic: How does an eepsite decide that requests are from the same requesting source?
Replies: 1
Views: 9264

How does an eepsite decide that requests are from the same requesting source?

I notice that there is a code "429: Denied due to excessive requests. Please try again later." in the source code of I2P here: https://github.com/i2p/i2p.i2p/blob/master/apps/streaming/java/src/net/i2p/client/streaming/impl/ConnectionManager.java I wonder how the server side decides that 2...
by spammywindy
07 May 2018 22:37
Forum: Router
Topic: Is there a way to import a family key by copying it into a specific dir?
Replies: 3
Views: 13493

Re: Is there a way to import a family key by copying it into a specific dir?

I did not see any error in logs regarding the family importing. When I click "Join" the page just refresh and does not seem to upload my key. I wonder whether it's because my I2P router is host on a remote machine, which I am using ssh port forwarding to access the console.
by spammywindy
04 May 2018 20:12
Forum: Guides
Topic: Tweaking for high bandwidth I2P router
Replies: 8
Views: 16667

Re: Tweaking for high bandwidth I2P router

Will I2P consume more cores of my computer if I rise all of the numbers higher than yours suggestions: 3. raise java heap memory to 512 or 2GB in wrapper.config 4. "this line to 8192 or alike" what if I put it 9000 5. what if I have i2np.ntcp.maxConnections=8000 i2np.udp.maxConnections=800...