LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   WARNING : Your 16150 port is not reachable (https://www.linuxquestions.org/questions/linux-networking-3/warning-your-16150-port-is-not-reachable-486148/)

CrashedAgain 09-22-2006 08:43 PM

WARNING : Your 16150 port is not reachable
 
I am trying to get MLDonkey working. I have installed mlnet & kmldonkey, it seems to connect...i get a list of servers connected to & i can get search results but so far I have not been able to download anything. Looking at the logs in "console" I see most servers report the following:

Code:

WARNING : Your 16150 port is not reachable. Please review your network config.

What does this mean? Is this why I cannot download?

How should I review &/set the network config.?

System is Kanotix (Debian); packages were all installed using apt-get & I do not have an active firewall.

Thanks

blackhole54 09-23-2006 09:35 AM

Are you using a router? If so you will probably need to enable port forwarding. Check the MLDonkey documentation to see what ports you need to allow access to.

If you are connected directly to the internet w/o any kind of a router, make sure your firewall really is down (although I don't know that I would want to leave my machine that exposed when directly connected!). As root, give the commands:

iptables -nL
iptables -t nat -nL

In each case you should see three chains listed, but no rules.

amitsharma_26 09-23-2006 10:10 AM

Hope this may help you..
http://mldonkey.sourceforge.net/WhatFirewallPortsToOpen


All times are GMT -5. The time now is 04:27 AM.