# Trying to get p2p to work ipchains -A input -p tcp -d $EXTIP 6699 -i $EXTIF -j ACCEPT ipchains -A input -p tcp -s $ANY 6699 -d $EXTIP 1024: -i $EXTIF -j ACCEPT ipmasqadm portfw -a -P tcp -L $EXTIP 6699 -R $ALBY 6699
I added this to my ipchains script. Seemed to do the trick. Probably not the most secure way to do it... Not sure if they're the right port numbers for gnutella, but you get the idea? I think iptables is s'posed to be better at this sort of thing, but I'm not up to that yet. ;-) David Edwin Humphries wrote: > I'm trying to access the Gnutella network from a Windows NT client > (LimeWire) through an ipchains firewall, and getting nowhere (RH6.2). > > Can anyone suggest an ipchains script entry that would allow Gnutella > traffic? > Best Regards > Edwin Humphries > [EMAIL PROTECTED] > > -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
