Re: Off Topic : ftp and firewall issues

2000-10-02 Thread Allan M. Wind
On 2000-10-02 21:04:53, William Jensen wrote: > Call me goofy because my firewall decided it was going to stop working. I > have > the following line in for allowing ftp info back and forth... > > $IPT -A INPUT -p tcp ! --syn --source-port 20 --destination-port 1024:65535 > -j ACCEPT > > I als

Off Topic : ftp and firewall issues

2000-10-02 Thread William Jensen
Call me goofy because my firewall decided it was going to stop working. I have the following line in for allowing ftp info back and forth... $IPT -A INPUT -p tcp ! --syn --source-port 20 --destination-port 1024:65535 -j ACCEPT I also tried..port 21 $IPT -A INPUT -p tcp ! --syn --source-port 21