i2pd icon indicating copy to clipboard operation
i2pd copied to clipboard

Inconsistent network status

Open molangning opened this issue 2 years ago • 4 comments

Hi,

I am running i2pd 2.45.1 on a raspberry pi. The network status sometimes shows firewalled when I have forwarded the port itself. I need to spam run peer test in order to get it updated to be OK and the router caps to reflect that. Is there a more proper and permanent fix to this issue?

Thanks in advance.

molangning avatar Oct 24 '23 10:10 molangning

This is the config that I used to get a semi-reliable result

address4 = 0.0.0.0
port = xxxx
ipv4 = true
ipv6 = false
nat = true
floodfill = true
[ntcp2]
enabled = true
published = true
[ssu2]
enabled = true
published = true

molangning avatar Oct 24 '23 10:10 molangning

I noticed the same behaviour for my node. Probably it happens because of packet loss. But I think that even in such case there should be no switch to Firewalled status. So it's a bug in other words.

Vort avatar Oct 24 '23 10:10 Vort

I did a speed test and no packets were dropped so couldn't be that

molangning avatar Oct 24 '23 13:10 molangning

I think I have narrowed the issue down to having to run multiple peer tests in order for it to register.

molangning avatar Oct 24 '23 15:10 molangning