![]() |
limewire using random ports with iptables enabled Need help with forwarding the ports used by limewire. What ports do I need to open or what rules do I need for Iptables to get limewire to connect and download successfully? If I set the firewall to drop all FORWARDed traffic unless I allow it, even if I open up ports 49423 & 6346 (UDP and TCP) for inbound and outbound traffic, limewire does not want to connect. If I set the firewall to accept all FORWARD traffic I get 5 green bars within two minutes of starting limewire and can successfully download stuff. Firewall logs show that limewire is trying to connect using random ports when the firewall is set to drop all FORWARDed traffic. Server OS: Fedora Core 6 Firewall software on server: Iptables v 1.3.8 Client OS: Windows XP Pro SP2 Limewire version: 4.14.12 Java Runtime: 1.6.0_03 Listen on port: 49423 Manual port forwarding: 49423 Iptables rules for limewire: Code: #!/bin/bash $IPT_BIN -t filter -$1 FORWARD -s 192.168.1.203 -i eth0 -o eth1 -j ACCEPT $IPT_BIN -t filter -$1 FORWARD -d 192.168.1.203 -i eth1 -o eth0 -j ACCEPT |
Did some more testing and research. The bash script below is what I currently use to allow limewire to work through iptables. For instructions on how to write your own iptables rules type 'man iptables' in a terminal screen. Hope this helps some else. Code: #!/bin/bash |
All times are GMT -7. The time now is 12:45 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2020 Gnutella Forums.
All Rights Reserved.