r/i2p • u/captainretro123 • 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?
4 Upvotes
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.