Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   Gtk-Gnutella (Linux/Unix/Mac OSX/Windows) (https://www.gnutellaforums.com/gtk-gnutella-linux-unix-mac-osx-windows/)
-   -   upload abilities (https://www.gnutellaforums.com/gtk-gnutella-linux-unix-mac-osx-windows/17860-upload-abilities.html)

cgraham December 6th, 2002 11:25 AM

upload abilities
 
I want to be a good member of this community and allow my original content to be available to the gnutella network.

I have configured my network server as follows:

#GNUTELLA
$IPCHAINS -A input -p tcp -s $REMOTENET -d $OUTERNET 6346 -j ACCEPT
$IPCHAINS -A input -p udp -s $REMOTENET -d $OUTERNET 6346 -j ACCEPT

yet it still seems to think it is behind a firewall. what else is required to allow upload?


Clay

FuzzeX December 6th, 2002 02:57 PM

I added the following line to my firewall script and everything seems to work fine:

$IPTABLES -A INPUT -i $EXTIF (external interface) -m state --state NEW,ESTABLISHED,RELATED -p tcp -s $UNIVERSE (where ever you want to accept connections from) -d $EXTIP (external ip address) --dport 6346 -j ACCEPT

If you have a line for a web server you might try copying it and changing the port.

Best of luck.

cgraham December 9th, 2002 11:21 AM

>If you have a line for a web server you might try copying it and changing the port.

that's exactly what that line is...

clay

FuzzeX December 9th, 2002 03:10 PM

hmm, confounding.

The other thought I had was that if you're connecting through a router it could have an internal firewall that could be fouling things up. It could be an ISP issue for that matter.

If you haven't tried it yet you could switch the port to some place else and see if that would do it. Could the chain be picky about wanting the specific IP of the interface in -d $OUTERNET rather than a network range? I don't think so, but it was another thought I had.

Since you're using IPCHAINS I'm assuming that you're running a 2.2.x kernel. It might be possible that switching to a 2.4.x kernel and netfilter could fix the problem.

I have one last question about your network setup. Are you running gtk-gnut on the proxy/firewall with direct access to the internet connection or is it running on an internal network machine?

I'm not sure any of this helped, but hopefully it will get a little closer.


All times are GMT -7. The time now is 06:57 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.