Closed raphael10-collab closed 3 years ago
and then to match all IP addresses
You done it wrong. set to "0.0.0.0".
Secondly, current value "192.168.1.6" is correct, so I think you must see in ufw
or iptables
configuration of your container and routing table at host. ERR_ADDRESS_UNREACHABLE
means only that your host can't reach container at all.
Please check requesting of webconsole with curl
for example: curl http://192.168.1.6:7070
. If here no result, check firewall rules, routing table as I described earlier.
As explained here: https://webchat.freenode.net/?channels=i2pd-dev
In Ubuntu 20.04 I have a working service that has webconsole:
Within Ubuntu 20.04 I created a Linux Container whose O.S. is Ubuntu 20.04 as well, that I called "ubuntuone"
I installed within this Linux Container the same service
I2PD
which seems working fine as well:The problem is I'm not able to use the WebConsole of this service.
This is the output of
lxc info
:So, as far as I understand, I should be able to see the webconsole at 192.168.1.6:7070 address but I get:
Thanks to the LXD Expert: https://github.com/lxc/lxd/issues/9040 I discovered that I should modify the I2PD's WebConsole IP Address in order to bind the Web Console service to the Linux Container's address.
So, I tried to modify the address in
etc/i2pd/i2pd.conf
:first to match the Linux Container's address:
and then to match all IP addresses:
but when I insert in the browser 192.168.1.6:7070 I get :
ERR_ADDRESS_UNREACHABLE
This is the complete /etc/i2pd/i2pd.conf ` :
How to solve the problem?