![]()
From: Mesut GÜLNAZ (mesutgl@pa.edu.tr)
Date: Fri 09 Apr 2004 - 10:25:45 EEST
#uname -a
Linux www.mydomain.com 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686
i686 i386 GNU/Linux
[root@www2 etc]# iptables -A INPUT -p tcp -s 172.16.1.11 -dport ftp -j
ACCEPT
Bad argument `ftp'
Try `iptables -h' or 'iptables --help' for more information.
[root@www2 etc]# iptables -A INPUT -p tcp -s 172.16.1.11 -dport 21 -j ACCEPT
Bad argument `21'
Try `iptables -h' or 'iptables --help' for more information.
bu hataları aldım
nedeni ne olabilir!
bu arada bunların haricince diğer firewall ayarlarının hepsi sanırım şu anda
kapalı. yani herşey kabul sanırım!
çünkü en son
iptables -F
iptables -t nat -F
demiştim.
![]()