View Single Post
  #1 (permalink)  
Old December 6th, 2002
cgraham cgraham is offline
Novicius
 
Join Date: December 6th, 2002
Posts: 2
cgraham is flying high
Default 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
Reply With Quote