-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transient router id #2135
Comments
For completely new i2pd profile on every start you can modify i2pd.service file ( If you want only some files to be deleted on i2pd stop add |
Why this feature is needed? |
A new router takes much time for integration to the network, because other routers don't have it in their profiles yet. |
feature is needed to make network analysis harder. |
I did additional testing and after deleting router state (router id, interface addresses, socks5 keys) it takes between 6 to 8 minutes until rest of network can connect back to you. It is reasonable price for increased security. |
And how many problems have you created for other routers? Their NetDb is full of non-existing routers. If you change router ident often, your IP could be banned as possible attacker. |
orignal, the main developer, already said above that it is not good. Not good for both you and the network as a whole.
But, if you really want, you can just do that yourself, couldn't you? Is writing a simple wrapper script really that hard? |
Agreed with orignal, this is not useful or even harmful, in general. If you change your identity but not your IP, there's no point. However, the one case where it does add some privacy is to do it when your IP has changed, for example when it's on your laptop and you're traveling. In Java I2P we call the option "laptop mode". But I doubt anybody knows about it or uses it. |
What if it keeps flipping between two or three IP addresses? Maybe it makes sense to remember the 2-3 router identities and continue using them when the old IP address becomes the current one?
Don't underestimate the power of browsing settings pages. |
Like I said, it's a rarely-used feature, there's no plans to make it fancier for us. It's a basic way to cover the threat model: you saw me at 37C3 in Germany with my laptop, then I went back home, you look through your old netdb records for routers at 37C3, and now you know my home IP. If you get that far, either with a script or native support, then you can think about additional protections. |
Can we have an option to automatically generate new router id at each start?
it would be enough to delete ntpc2.keys, router.keys, ssu2.keys at each start.
The text was updated successfully, but these errors were encountered: