ngosang / docker-amule

aMule is a multi-platform client for the ED2K file sharing network
MIT License
125 stars 14 forks source link

KAD connection firewalled #5

Closed Lubboster closed 2 years ago

Lubboster commented 2 years ago

Hi,

I've opened the ports in my router as described in the readme but I'm not able to get a KAD connection that is not firewalled. I'm only using KAD, no Server. What can I do to debug? I'm in Docker Desktop for OSX Catalina.

Thanks

ngosang commented 2 years ago

I use Linux but the Docker image is working well with ED2K and KAD networks. It could take some time to connect to the KAD network the first time but it should work eventually. image

  1. Check the ports in the amule.conf file
  2. Expose the ports in Docker container. Take a look at the readme.
  3. Open the ports in your router.
ngosang commented 2 years ago

Closing due to no activity.

lubbo commented 2 years ago

Just to clarify: the issue is related to docker desktop on macOS. Just tried on Linux and all works as expected. Don't use docker desktop on macOS, poor filesystem and network performances, use instead a linux VM (i.e. VirtualBox) with docker.

@ngosang thanks for your support!