UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You could try running the netstat -ln command in a terminal. This will tell you what ports your PC is listening on. If it's not there you would have to open a port most likely via IPTables. That can be done via command line as well and it would look something like this (Don't use this rule directly because it may not be as secure as necessary):
<> indicates user input
Code:
/sbin/iptables -A INPUT -p <UDP|TCP> --dport <LIMEWIRE PORT> -j ACCEPT
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634
Original Poster
Rep:
Quote:
Originally Posted by Centinul
You could try running the netstat -ln command in a terminal. This will tell you what ports your PC is listening on. If it's not there you would have to open a port most likely via IPTables. That can be done via command line as well and it would look something like this (Don't use this rule directly because it may not be as secure as necessary):
<> indicates user input
Code:
/sbin/iptables -A INPUT -p <UDP|TCP> --dport <LIMEWIRE PORT> -j ACCEPT
Thanks, My Friend! I was begining to wonder if I was Black-Balled from LQ!
I entered the command, netstat -ln and in fact, 14983 is not there.
So, How do I go about opening port 14983 "via IPTables"?
Last edited by randell6564; 08-05-2006 at 10:02 PM.
First I would check to see if it's installed on your machine. Do that using whatever package manager your distribution uses. Next you are going to have to open the port on your machine using IPTables. The command I gave in my previous post would be a good start. You are going to have to find out which protocol Limewire uses (UDP or TCP or BOTH) and what ports it needs open. Then after that you can use the command I gave here as a starting point. If you google IPTables there is the holy grail of IPTables tutorials and you'll have all the information you need on it.
Now that I think of it. You should also let us know of your network setup. Are you behind a router? If so you might have to use your routers "Port Forwarding" feature instead. Sorry if this is all confusing but we'll get it going for ya
Not sure why there's been no result (for me, too).
"netstat -ln | grep <port>" should show an open port in contrast. On the other hand, System >> Administration >> Network Tools >> Port Scan either doesn't show this port as open. So I'm not sure.
Another question: netstat should always list the ports before the router.
And still another thing: Dapper's repos contain FrostWire, a LimeWire clone without that fooking nag screen.
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634
Original Poster
Rep:
Quote:
Originally Posted by robbbert
Not sure why there's been no result (for me, too).
"netstat -ln | grep <port>" should show an open port in contrast. On the other hand, System >> Administration >> Network Tools >> Port Scan either doesn't show this port as open. So I'm not sure.
Another question: netstat should always list the ports before the router.
And still another thing: Dapper's repos contain FrostWire, a LimeWire clone without that fooking nag screen.
Yeah, I know about Frostwire. It's just that I purchased Limewire pro a long time ago when I was using Windoze and dont want to not use it. It does seem to have a faster download rate and results than the free version or frostwire.
But even with frostwire, I still am closed to incoming connections. Must be the router, but I recall that once a long time ago, I did not have to do anything to my router.
It's not that important really, but I would like to share files since that is really the whole idea.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.