what exactly do u mean by the iptables script. i was told to add
"-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 6891:6895 --syn -j ACCEPT"
in my iptable. so i opened /etc/sysconfig/iptables and added that. it didn;t make a difference. the file transfer still fails.
where do i add these two lines? or do i have to write a script on my own?
iptables -A INPUT -p tcp --destination-port 6891:6895 -j ACCEPT
iptables -A INPUT -p tcp --source-port 6891:6895 -j ACCEPT
[EDIT]
now i can send out files. but i can't recieve any. it says it can;t connect to the peer (or something along that line)
any help?
[ September 09, 2003: Message edited by: Commander ]