D
Deleted member 67862
Guest
So I've been trying to use i2p more often (Im using the .jar from the official website since i2p in ports is outdated), but the most annoying thing is using it on a main desktop computer so whenever you reboot it has to restart and build tunnels all over again. I see a lot of people set it up on a Raspberry Pi or other side computer so it can stay up with peers. I've been trying to do this on an old computer (running FreeBSD 13.0-p7) that I have no other use for, but I'm having trouble with "Connection refused" despite that the client is running and no firewall is enabled. I even set
Things Ive tried:
* Opening ipfw
* Stopping ipfw
* Putting
SSH works. I understand that running without a firewall is not safe and I would like to only enable the ports that I need to have this working myself, but I'm addled as to how I'm still unable to see anything with no firewall? There is some discrepancy I am not aware of. Anyone with an idea of whats going on here is greatly appreciated.
firewall_type="open"
as a test and still have no way of accessing the console and other utilities that the I2P client comes with at 127.0.0.1. Things Ive tried:
* Opening ipfw
* Stopping ipfw
* Putting
firewall_myservices="4444/tcp (and so forth)"
in /etc/rc.conf with firewall enabled and the type set then restartingSSH works. I understand that running without a firewall is not safe and I would like to only enable the ports that I need to have this working myself, but I'm addled as to how I'm still unable to see anything with no firewall? There is some discrepancy I am not aware of. Anyone with an idea of whats going on here is greatly appreciated.