![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Gtk-Gnutella (Linux/Unix/Mac OSX/Windows) Gtk-Gnutella user section. Preview this popular software: Gtk-Gnutella (Linux / BSD / Darwin / Mac OS X / Windows) |
![]() |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() 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 |
| |||
![]() 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. |
| |||
![]() 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. |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Option to select specific queued uploaders to upload bypassing set upload limit | SRapold | New Feature Requests | 0 | November 13th, 2005 01:11 AM |
how i upload???? | want to register?!?! :o | Download/Upload Problems | 4 | September 29th, 2004 10:57 PM |
Upload | Unregistered | Support: General | 4 | July 12th, 2002 03:11 AM |
Upload? | Unregistered | Support: General | 2 | July 12th, 2002 03:03 AM |
Upload screen flooded by "Upload limit reached" messages | Al | Download/Upload Problems | 0 | August 31st, 2001 05:42 AM |