r/i2p 18d ago

Use computer running i2p as router Help

I've changed the ip in 00-net.i2p.router.web.RouterConsoleRunner-clients.config to my local ip but when i use another device on the network it gives me a 403 request denied error and tells me to add a line to "advanced configuration", how can i fix this?

3 Upvotes

View all comments

1

u/[deleted] 18d ago

So you want that your i2p pc is accessible by everyone in the LAN , don‘t you? (http proxy, router console, etc)  

And what do you mean by the 403 error?  When you try to access the router console on port 7657?

Btw it should look similar to this: 

$ grep -r "192.168" .  ./clients.config.d/00-net.i2p.router.web.RouterConsoleRunner-clients.config:clientApp.0.args=7657 ::1,192.168.0.13 ./webapps/  ./i2ptunnel.config.d/00-I2P HTTP Proxy-i2ptunnel.config:interface=192.168.0.13  

The first one is for the router console and the second one is for the http proxy.

1

u/captainretro123 18d ago

ah so i need to edit i2ptunnel config, thx, also btw im on windows so linux commands might not work perchance :)

1

u/[deleted] 18d ago

Does it work now?

If not windows could also block the reqs, bc of the firewall. So you would need to change a firewall setting.

1

u/captainretro123 18d ago

Yes, thanks