So me and my brother have been torrenting some games and such and we have not gotten a letter yet. So any precautions to use

  • baxster@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    Today i have a torrenting server. A headless ubuntu server with qbittorrent-nox tjat i acccess via a webbroswer. I have trouble setting up the same with i2p (haven’t looked at it super much). I get torrenting over ipsnark on my PC to work but the headless webui i2p torrenting I don’t get to work. Especially when I whant to surf i2p with the same router that I torrenting over. The goal is to have it in docker.

    One more problem I always get is that I am always “firewalled” when I search some people say open ports in router and other say don’t.

    • Redjard@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      I have that exact setup working. qbittorrent (and -nox) are a lot more involved to set up with I2P, but there is some material on how and once you get it running it works quite well at this point.

      I don’t use docker for it, but that should work too. For browsing I use a maintained fork of proxy switchy omega, which allows to choose a proxy profile based on the url, making it easy to pipe i2p pages into the i2pd socks port (I use I2Pd not I2P, don’t think it matters much). qbittorrent can be configured in the same way to statically use the the local (4447 on i2pd) port as a proxy to prevent any clearnet communication. In addition it needs the dedicated I2P host 127.0.0.1 and port 7656 (the sam bridge, giving deeper access to I2P).

      Don’t expect to do anything on the clearnet over I2P, the exits are not good and it’s not what I2P is meant for. For that reason don’t set I2P up as something like a system proxy/vpn, instead pipe the specific programs you want using I2P into the proxy ports using their proxy settings.

      To get rid of the firewalled status in the I2P daemon, you will need to forward ports. Maybe you have seen advice for servers that are not behind a firewall and nat, so that effectively have all ports “forwarded” already. The mythical dedicated IPv4 address.
      In your case you need to pick the port your I2P daemon uses for host to host communication randomly, then forward both TCP and UDP for it on IPv4. Also make sure you even can forward ports, depending on region ISPs no longer hand out dedicated IPv4 even per router, so you might have to specifically ask your ISP for one (I had to). But that is all generic hosting, if you can set up a minecraft server you can make I2P have full connectivity.